-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e89da18
commit 2c7724b
Showing
4 changed files
with
29 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Fixed: add aid to onUserLeaveHint event | ||
Added: method to set selected tab for TabLayout | ||
Added: method to set clickability of views | ||
Added: option to specify View visibility at creation | ||
Added: notifications with custom layout | ||
Added: normal notifications in addition to custom ones | ||
Added: method to get plugin version code | ||
Added: method the set text gravity | ||
Added: WebView | ||
- navigating history | ||
- set document | ||
- load from URI | ||
- run Javascript code in the WebView | ||
Added: GridLayout | ||
Added: method to set the coordinates of views directly. Useful to use FrameLayout to overlay views | ||
Added: ability to catch the back button as an event. | ||
Added: method to move views in the layout hierarchy, e.g. to make it go on top of everything else in FrameLayout or reposition it in GridLayout or LinearLayout. This is added to the layout parameters methods. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Implemented all Protobuf methods | ||
Added features for the Protobuf protocol: | ||
- setting an Activity to fullscreen | ||
- intercepting volume buttons | ||
- hardware-accelerated rendering with SurfaceViews | ||
- setting the secure flag for an Activity, disabling screenshots and blanking it out in the app switcher | ||
WebView fixes | ||
Changed the app icon a bit | ||
Added more demo videos | ||
Implemented a Bash library | ||
Implemented a C library (tutorial not yet fully finished) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters