]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/history - app/src/main/java/com/stoutner/privacybrowser/activities/DomainsActivity.java
Fix a crash when opening a drawer while restarting. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / DomainsActivity.java
2021-09-29 Soren StoutnerFix a crash when opening a drawer while restarting...
2021-05-20 Soren StoutnerAdd the option to move the app bar to the bottom of...
2021-04-20 Soren StoutnerRemove third-party cookies. https://redmine.stoutner...
2020-11-10 Soren StoutnerExit back to the main activity when deleting a directly...
2020-09-26 Soren StoutnerAdd share, copy, and save options to About > Version...
2020-08-14 Soren StoutnerSave and restore the app state. https://redmine.stoutn...
2020-06-25 Soren StoutnerUse WebView's new built-in dark theme. https://redmine...
2020-05-25 Soren StoutnerSwitch to the new Day/Night theme. https://redmine...
2020-04-17 Soren StoutnerFix a crash when uploading files to some sites. https...
2019-11-22 Soren StoutnerAllow specifying any font size. https://redmine.stoutn...
2019-07-11 Soren StoutnerCreate UltraList. https://redmine.stoutner.com/issues/450
2019-05-10 Soren StoutnerAdd controls for the viewport. https://redmine.stoutne...
2019-04-26 Soren StoutnerRelease 3.0. v3.0
2019-04-20 Soren StoutnerApply domain settings to all tabs on restart when needed.
2019-04-16 Soren StoutnerMake first-party cookies tab aware.
2019-04-11 Soren StoutnerAdd a context menu entry to Open in New Tab.
2019-04-04 Soren StoutnerTrack URL loading by tab.
2019-04-03 Soren StoutnerMake pinned settings tab aware.
2019-02-25 Soren StoutnerRefactor the static snackbar out of the Domains Activit...
2019-02-20 Soren StoutnerMigrate to AndroidX from the Android Support Library...
2019-01-29 Soren StoutnerImplement IP Address Pinning. https://redmine.stoutner...
2018-10-25 Soren StoutnerAdd import and export of settings. https://redmine...
2018-07-30 Soren StoutnerChange the default search engine to Searx. https:...
2018-07-30 Soren StoutnerRefactor Domains delete code. https://redmine.stoutner...
2018-07-30 Soren StoutnerFix back while deleting bookmarks. https://redmine...
2018-07-27 Soren StoutnerAdd UltraPrivacy. https://redmine.stoutner.com/issues/310
2018-07-18 Soren StoutnerAdd an option to block all third-party requests. https...
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-05-11 Soren StoutnerClose the domains activity directly on back we opened...
2018-05-08 Soren StoutnerAdd blocklist controls to domain settings. https:...
2017-11-21 Soren StoutnerAdd options menu item for adding/editing domain setting...
2017-10-23 Soren StoutnerDisable the delete bookmarks menu item if a delete...
2017-09-13 Soren StoutnerImplement a night mode option. https://redmine.stoutne...
2017-08-23 Soren StoutnerAdd SSL certificate pinning. Implements https://redmin...
2017-07-23 Soren StoutnerOnly enable `Clear DOM Storage` if something is stored...
2017-07-20 Soren StoutnerReload `DomainSettingsFragment` on rotate. Implements...
2017-07-18 Soren StoutnerWait to enable the delete icon until the previous domai...
2017-07-18 Soren StoutnerLoad the new domain after it is created in two-paned...
2017-07-18 Soren StoutnerLoad domain settings after creating a new domain in...
2017-07-17 Soren StoutnerRefactor Domains with one activity and two fragments...
2017-06-21 Soren StoutnerCreate a dark theme for `DomainsActivity` and `DomainsS...
2017-05-25 Soren StoutnerAdd controls for displaying webpage images. Implements...
2017-05-19 Soren StoutnerUpdates about_licenses, adding the full text of the...
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-11 Soren StoutnerAdd icons to `DomainSettingsFragment`.
2017-03-10 Soren StoutnerImplement a working two-paned mode for `DomainsActivity`.