]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/history - app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
Update Download with External App summary. https://redmine.stoutner.com/issues/921
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / MainWebViewActivity.java
2022-11-10 Soren StoutnerUpdate Download with External App summary. https:/...
2022-11-09 Soren StoutnerUpdate the night mode red text color. https://redmine...
2022-11-08 Soren StoutnerFix the GUI displaying under the loading blocklists...
2022-11-04 Soren StoutnerUse a coroutine to compress the bitmap in MoveToFolderD...
2022-11-03 Soren StoutnerSwitch to new tab when long-pressing bookmark. https...
2022-10-31 Soren StoutnerAdd WebView DevTools to the navigation menu. https...
2022-10-27 Soren StoutnerDetect the Google Play flavor of I2P. https://redmine...
2022-10-26 Soren StoutnerConvert all the fragments to Kotlin. https://redmine...
2022-10-26 Soren StoutnerAdd a bottom app bar to Settings. https://redmine.stout...
2022-10-24 Soren StoutnerFix crash when adding domain settings with null domain...
2022-09-09 Soren StoutnerReenable dark WebViews on API 33. https://redmine.stout...
2022-09-09 Soren StoutnerBump target API to 33. https://redmine.stoutner.com...
2022-07-30 Soren StoutnerRelease 3.11. v3.11
2022-07-25 Soren StoutnerAdd X-Requested-With settings. https://redmine.stoutner...
2022-07-19 Soren StoutnerFix intents opening extra tabs on restart for real...
2022-07-15 Soren StoutnerPersist the current bookmarks folder on restart. https...
2022-07-15 Soren StoutnerFix new intents being run again on restart. https:...
2022-07-15 Soren StoutnerMove the theme assignments to the manifest file. https...
2022-07-15 Soren StoutnerBlock trackers listed at privacytests.org. https:/...
2022-05-27 Soren StoutnerDisplay the bookmark opened in background snackbar...
2022-04-09 Soren StoutnerFix the WebView layout with bottom app bars. https...
2022-03-31 Soren StoutnerAdd a new Share URL menu entry. https://redmine.stoutne...
2022-03-28 Soren StoutnerBump the target API to 32 (Android 12L). https://redmin...
2022-03-03 Soren StoutnerWorkaround scrolling bug in WebView >= 99.0.4844.48...
2022-02-28 Soren StoutnerFix custom user agents. https://redmine.stoutner.com...
2022-02-22 Soren StoutnerCombine drawable files. https://redmine.stoutner.com...
2022-01-17 Soren StoutnerUpdate the URL in the copyright header. https://redmine...
2022-01-07 Soren StoutnerBump the minimum API to 23. https://redmine.stoutner...
2021-12-31 Soren StoutnerFix scrolling of the bottom app bar. https://redmine...
2021-12-08 Soren StoutnerRemove the free flavor. https://redmine.stoutner.com...
2021-11-22 Soren StoutnerSimplify the SaveWebpageDialog. https://redmine.stoutne...
2021-10-12 Soren StoutnerConvert LogcatActivity to Kotlin. https://redmine.stout...
2021-09-29 Soren StoutnerFix a crash when opening a drawer while restarting...
2021-08-06 Soren StoutnerConvert the views and data classes to Kotlin. https...
2021-06-08 Soren StoutnerShow the bottom app bar when opening a new tab. https...
2021-06-08 Soren StoutnerFix crashing when a dialog displays while Privacy Brows...
2021-05-21 Soren StoutnerAdd Monocles as a search engine. https://redmine.stoutn...
2021-05-20 Soren StoutnerAdd the option to move the app bar to the bottom of...
2021-05-13 Soren StoutnerAllow View Source to connect to untrusted SSL certifica...
2021-04-30 Soren StoutnerAdd the option to download with an external app. https...
2021-04-22 Soren StoutnerDisplay a snackbar when opening a bookmark in a backgro...
2021-04-22 Soren StoutnerPrevent tapping on the bookmarks header from activating...
2021-04-22 Soren StoutnerExit the full screen video mode if opening a new tab...
2021-04-20 Soren StoutnerRemove third-party cookies. https://redmine.stoutner...
2021-04-17 Soren StoutnerRemove Do Not Track. https://redmine.stoutner.com/issue...
2021-04-16 Soren StoutnerFix a crash if the app is restarted while the edit...
2021-04-16 Soren StoutnerAdd fallbacks to open alternate download managers....
2021-04-15 Soren StoutnerUse FQDNs for some file names. https://redmine.stoutner...
2021-04-14 Soren StoutnerRestore saving as MHT web archives. https://redmine...
2021-03-31 Soren StoutnerMigrate the rest of the dialogs to Kotlin. https:/...
2021-03-25 Soren StoutnerRedesign file access to work with the scoped storage...
2021-03-09 Soren StoutnerFix a crash caused by dialogs attempting to display...
2021-03-06 Soren StoutnerFix the bookmarks dialogs to align the icons and the...
2021-01-25 Soren StoutnerDo not expand the app bar when a tab is closed. https...
2021-01-25 Soren StoutnerReset the navigation drawer icon when the drawer is...
2021-01-25 Soren StoutnerForce updating of URL bar when adding tabs. https...
2021-01-25 Soren StoutnerDetach WebViews before destroying them in Clean and...
2021-01-25 Soren StoutnerFix audio and video sometimes playing after a tab is...
2021-01-25 Soren StoutnerFix swipe-to-refresh bug on switching tabs. https...
2021-01-20 Soren StoutnerConvert a number of files to Kotlin. https://redmine...
2020-12-22 Soren StoutnerFix a rare crash in `onBackPresses()`. https://redmine...
2020-12-17 Soren StoutnerRefactor the options menu variables. https://redmine...
2020-11-27 Soren StoutnerFix a rare crash on resource requests. https://redmine...
2020-11-24 Soren StoutnerFix View Source crashing on release builds. https...
2020-11-16 Soren StoutnerRelease 3.6. v3.6
2020-11-11 Soren StoutnerReplace DOM Storage with Bookmarks for additional app...
2020-10-30 Soren StoutnerModify the intent filters to make it easier for other...
2020-10-29 Soren StoutnerRemove the off-screen WebView layout in full-screen...
2020-10-29 Soren StoutnerCombine the light and dark Guide and About pages. ...
2020-10-13 Soren StoutnerFix incorrect pinned mismatch errors. https://redmine...
2020-10-13 Soren StoutnerClear domain settings before opening a file. https...
2020-10-13 Soren StoutnerMake a single tap in the bookmarks activity edit the...
2020-10-12 Soren StoutnerAllow saving of `data:` URLs. https://redmine.stoutner...
2020-10-09 Soren StoutnerFix problems with audio still playing after a tab is...
2020-10-09 Soren StoutnerClear the logcat after every page loads in Incognito...
2020-10-09 Soren StoutnerEliminate loading of some duplicate tabs on restart...
2020-09-27 Soren StoutnerUse Content-Type to guess files extensions for download...
2020-09-26 Soren StoutnerAdd share, copy, and save options to About > Version...
2020-09-16 Soren StoutnerDisplay memory usage information in About > Version...
2020-09-14 Soren StoutnerClear the logcat on exit. https://redmine.stoutner...
2020-09-12 Soren StoutnerAdd a back arrow to the header of the bookmarks drawer...
2020-08-27 Soren StoutnerFix app initialization when the theme is set to the...
2020-08-25 Soren StoutnerFix the loading of intents when the app is restarted...
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-06-20 Soren StoutnerFix custom headers not being loaded for links initialed...
2020-06-03 Soren StoutnerFix problems with swipe to refresh. 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...
2020-04-10 Soren StoutnerUse the Content-Disposition header to get file names...
2020-04-07 Soren StoutnerReorder the context menus. https://redmine.stoutner...
2020-03-25 Soren StoutnerAdd a Bookmarks entry to the options menu. https:...
2020-03-25 Soren StoutnerMove Refresh to the top of the options menu. https...
2020-03-25 Soren StoutnerAdd a download location preference. https://redmine...
2020-03-17 Soren StoutnerAdd an open option on download completion. https:...
2020-03-13 Soren StoutnerReplace Android's download manager. https://redmine...
2020-02-15 Soren StoutnerRespect proxies when getting source and saving URLs...
2020-02-12 Soren StoutnerAdd an option to save a raw URL. https://redmine.stout...
2020-01-15 Soren StoutnerAdd a warning if a file will be overwritten. https...
2020-01-14 Soren StoutnerAlways reload tabs after changing the proxy. https...
next