]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/history - app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
Correctly encode URLs in `loadUrlFromTextBox()`. Fixes https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / MainWebViewActivity.java
2017-03-24 Soren StoutnerCorrectly encode URLs in `loadUrlFromTextBox()`. Fixes...
2017-03-22 Soren StoutnerApply domain settings after closing `DomainActivity...
2017-03-22 Soren StoutnerMove the progress bar to the bottom of the app bar...
2017-03-22 Soren StoutnerRound the corners of the URL background. Implements...
2017-03-21 Soren StoutnerReorder the options menu. Implements https://redmine...
2017-03-21 Soren StoutnerOnly apply domain settings to subdomain if the `*....
2017-03-21 Soren StoutnerOnly load domain settings when the domain changes....
2017-03-17 Soren StoutnerReload the custom domain settings when navigating back...
2017-03-17 Soren StoutnerAutopopulate the text in the create bookmark and create...
2017-03-16 Soren StoutnerImplement automatic loading of privacy settings.
2017-03-15 Soren StoutnerAdd domains `Snackbars` and ghosting of switches.
2017-03-14 Soren StoutnerAdd color changes to domain settings icons.
2017-03-14 Soren StoutnerPopulate and save the domain `Switches` and `Spinners`.
2017-03-10 Soren StoutnerImplement a working two-paned mode for `DomainsActivity`.