summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* android: save last visited website (#225)Christian Dywan2018-12-311-0/+8
| | | The URL will be loaded next time the browser is opened.
* android: add request desktop site toggle (#224)Christian Dywan2018-12-313-1/+25
| | | | | | | Provide a menu item - to change the user agent platform from Android to X11 Linux - drop the 'Mobile' keyword from the user agent - change view port to desktop behavior
* android: Add Clear Private Data to app menu (#221)Christian Dywan2018-12-264-0/+24
| | | | | Add a `Clear Private Data` menu item to the app menu. All data is erased unconditionally. The feature is currently not configurable.
* Add Gradle/ Kotlin/ Android frontend (#213)Christian Dywan2018-12-1915-0/+442
- Native Android activity - Uses system WebView component - Urlbar with search capability, autohiding when scrolling - Share button to pass URL to other apps - CircleCI configuration Fixes: #203