]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/history - app/src/main/java/com/stoutner/privacybrowser/BookmarksActivity.java
Remove lint errors in non-java files. Fix download dialog when download size is...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / BookmarksActivity.java
2016-09-28 Soren StoutnerRemove lint errors in non-java files. Fix download...
2016-09-22 Soren StoutnerRefactor the code to make all the Java files lint free.
2016-09-13 Soren StoutnerAdd a download file `AlertDialog` that allows setting...
2016-08-20 Soren StoutnerMake basic progress with the `X-Requested-With` header.
2016-08-17 Soren StoutnerFix crashing when creating or editing bookmarks with...
2016-07-16 Soren StoutnerRelease 1.8. v1.8
2016-07-16 Soren StoutnerAdd the ability to move bookmarks to folders.
2016-07-15 Soren StoutnerAdd the ability to create and edit bookmark folders.
2016-07-13 Soren StoutnerAdd the ability to reorder bookmarks.
2016-07-12 Soren StoutnerAdd the ability to select all bookmarks.
2016-07-07 Soren StoutnerAdd the ability to edit bookmarks.
2016-07-06 Soren StoutnerAdd the ability to delete bookmarks.
2016-06-30 Soren StoutnerInitial bookmarks implementation. Fix for Custom User...