1 Commits (4749f45e27ff6aef13c539a7eca595a79d707af4)

Author SHA1 Message Date
R4SAS 3cd9e0d4d2 initial i2p mod commit 6 years ago
anthony restaino a6c401624c Improving packaging structure 7 years ago
anthony restaino 4f37f0f196 Removing unused imports 7 years ago
anthony restaino c1e8943a7f Removing unnecessary executor 7 years ago
anthony restaino f47ecf2bad Setting compat vector usage for all versions <= KitKat 7 years ago
anthony restaino 6765ec96e5 Cleaning up bookmark initialization logic 7 years ago
anthony restaino c71ffda636 Import bookmarks from assets if the database is empty 7 years ago
anthony restaino ae30951e41 Moving old bookmark manager to LegacyBookmarkManager 7 years ago
anthony restaino f148283053 Moving bookmarks storage from flat file to database 7 years ago
anthony restaino 086f915e20 Switching from getSimpleName to hardcoded tag 7 years ago
anthony restaino 368d71df7d Deleting unused code 7 years ago
anthony restaino b8bbd8f6e0 Using observables instead of executors 7 years ago
anthony restaino 0fcf7451cb Removing event buss 7 years ago
anthony restaino 4649d4b0b4 Inferring nullity 7 years ago
anthony restaino 5af0f5f0c1 Getting rid of BrowserApp.get method 7 years ago
anthony restaino 61bb99c3be Injecting application where possible 7 years ago
anthony restaino 0cc8777e31 More injection 7 years ago
anthony restaino bed8163399 Moving to asynchronous consumption of the HistoryDatabase 7 years ago
Anthony Restaino 6387d98d5d Augmented dialogs, added options to dialogs, improved dialog UI 8 years ago
Anthony Restaino 719b281bac Print crashes to external storage on debug builds for in the field testing 8 years ago
Anthony Restaino a8956e9cd3 Performance improvments, fixed bug with find in page in full-screen mode 8 years ago
Anthony Restaino dffd572afc Fix memory leaks caused by the android framework 8 years ago
Anthony Restaino b1a8b7a0d5 Add debug settings so that you can toggle LeakCanary (and other settings in the future) in debug 8 years ago
Anthony Restaino d80e7e2edc Fixed bug with WebView onResume, improved Observable, fixed some other stuff 8 years ago
Anthony Restaino 4a21d3f4f9 Use Executor thread pool instead of creating my own threads on the fly 8 years ago
Anthony Restaino 4eb292f40f Infer nullity 8 years ago
Anthony Restaino ac107d6704 Variable renaming, moving fields around, more injection, move ProxyUtils out of flavor specific code 8 years ago
Anthony Restaino cb52aa0065 Inject Bus, HistoryDatabase, and PreferenceManager rather than using BrowserApp to access instances 8 years ago
Anthony Restaino db52a94d8c Remove static context getter from BrowserApp 8 years ago
Anthony Restaino a434c0af68 Utilize IconCacheTask, add Application.get because maybe storing the application context is bad???? 8 years ago
Anthony Restaino c95f1f86e9 No need to inject BookmarkPage, make it a utility class for right now 8 years ago
Anthony Restaino a24eb45ae4 Properly use AppComponent to only inject classes into dagger, inject static dependencies into BrowserApp class 8 years ago
Anthony Restaino 27e01483b1 Update gradle dependencies, fix a number of lint errors 9 years ago
Anthony Restaino 7318a818c4 Async loading of homepage, delegate IOThread responsibility to BrowserApp class 9 years ago
Anthony Restaino 057b4296d7 Mirror AppComponent getters in BrowserApp so that classes are less reliant on AppComponent, refactored getAppContext to getContext 9 years ago
Anthony Restaino e707e338ef Fixed new bug where browser wouldn't close on new intent. Fixed potential vuln in downloading code. Formatted some code. 9 years ago
Anthony Restaino c67a1108cd Reduce visibility of members and methods where possible, and more (see description) 9 years ago
Anthony Restaino 5dff2db5df Add LeakCanary library, fix a few memory leaks 9 years ago
Stefano Pacifici 23e97306dd BookmarkPage restored and proper dependency injection 9 years ago