]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/history - app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
Use solid colors for gray icons. https://redmine.stoutner.com/issues/154
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / fragments / SettingsFragment.java
2018-06-12 Soren StoutnerUse solid colors for gray icons. https://redmine.stout...
2018-06-01 Soren StoutnerRemove form data options from API >= 26. https://redmi...
2018-06-01 Soren StoutnerAdd setting to disable screenshots. https://redmine...
2018-05-29 Soren StoutnerAdd swipe to refresh to domain and on-the-fly settings...
2018-05-16 Soren StoutnerRedesign the user agents so they can autoupdate. https...
2018-02-20 Soren StoutnerSwitch to EasyList block lists. https://redmine.stoutn...
2017-09-13 Soren StoutnerImplement a night mode option. https://redmine.stoutne...
2017-06-19 Soren StoutnerCreate a dark theme for `SettingsActivity`.
2017-06-16 Soren StoutnerRefactor style code to use attrs.xml. Create a dark...
2017-06-13 Soren StoutnerCreate a dark theme for `MainWebViewActivity`.
2017-06-03 Soren StoutnerOnly reload the `WebView` on restart when displaying...
2017-05-31 Soren StoutnerAdd controls for `Clear and Exit`. Implements https...
2017-05-25 Soren StoutnerAdd controls for displaying webpage images. Implements...
2017-05-21 Soren StoutnerAdd icons to the settings activity. Implements https...
2017-05-19 Soren StoutnerUpdates about_licenses, adding the full text of the...
2017-05-18 Soren StoutnerAdd the title when sharing a URL. Implements https...
2017-05-17 Soren StoutnerDon't add URL redirects to the history list. Implement...
2017-05-16 Soren StoutnerDisable the third-party cookies setting if API < 21.
2017-04-26 Soren StoutnerCombine JavaScript-enabled and JavaScript-disabled...
2017-03-24 Soren StoutnerReset the favorite icon and the `WebView` title when...
2017-03-14 Soren StoutnerPopulate and save the domain `Switches` and `Spinners`.
2017-03-10 Soren StoutnerImplement a working two-paned mode for `DomainsActivity`.
2017-02-20 Soren StoutnerCreate default .onion search option for when Orbot...
2016-12-22 Soren StoutnerAd a preference to disable full screen browsing mode...
2016-11-26 Soren StoutnerChange the default user-agent to `PrivacyBrowser/1.0`.
2016-11-24 Soren StoutnerDouble-tap for full screen viewing. Fixes https:/...
2016-11-16 Soren StoutnerCreate Java subpackage folders.