319 Commits (c270d39639734ce9dca10d11c20e677ecf99b19f)
 

Author SHA1 Message Date
Anthony Restaino c270d39639 Removed useless drawables 10 years ago
Anthony Restaino d589061c94 Fixed bug with reopening old tab 10 years ago
Anthony Restaino ff56ca1d31 Added option to disable history sync with Google 10 years ago
Anthony Restaino 52fcf8fdc0 Added option to change rendering mode 10 years ago
Anthony Restaino d191bf151e Open old tab when long pressing new tab button 10 years ago
Anthony Restaino 26c16530ad Fixed crash when deleting blank tab 10 years ago
Anthony Restaino 9f3107c486 Match queries against bookmark urls as well as titles 10 years ago
Anthony Restaino ec6c1bcd2a Moved bookmark and homepage file locations so they don't get destroyed when the cache gets cleared 10 years ago
Anthony Restaino 689a786f11 Formatting 10 years ago
Anthony Restaino e46b396ae5 Changed homepage centering to be better 10 years ago
Anthony Restaino e4cf9af26a Search suggestions from history now match the URL as well as title 10 years ago
Anthony Restaino f5de4626ef Added some code to allow inverted and grayscale modes in WebView 10 years ago
Anthony Restaino e5fd921965 stupid formatting ¯\_(ツ)_/¯ 10 years ago
Anthony Restaino d1ce3f2868 Fixed some tab deleting logic, tab showing animation stuff, and changed favicons to grayscale if the view isn't shown 10 years ago
Anthony Restaino 99d0f8e8c1 These layouts were misaligned. You won't believe what happened when I fixed them! 10 years ago
Anthony Restaino b822573a2f Layout updates 10 years ago
Anthony Restaino 1386b57b2f Update .travis.yml 10 years ago
Anthony Restaino fb9440bd7b Update .travis.yml 10 years ago
Anthony Restaino dee199707b attempt to fix build failure 10 years ago
Anthony Restaino 64d5fe32cf added badge 10 years ago
Anthony Restaino 7087c1153f Update .travis.yml 10 years ago
Anthony Restaino 91ed304bee Update .travis.yml 10 years ago
Anthony Restaino f0724bfe74 Update README.md 10 years ago
Anthony Restaino 5027d7f2d4 Update README.md 10 years ago
Anthony Restaino c640d2a972 Update README.md 10 years ago
Anthony Restaino 484d1dbbac Update README.md 10 years ago
Anthony Restaino 8da63fef44 Update README.md 10 years ago
Anthony Restaino 0fa1be41c7 Added travis-ci build badge 10 years ago
Anthony Restaino 0b03e569fb Fixed issue where target="_blank" URLs wouldn't open correctly 10 years ago
Anthony Restaino dd8893c952 Progress animation tweak 10 years ago
Anthony Restaino b94cdc40af Formatting 10 years ago
Anthony Restaino 1e2908ccd6 Formatting 10 years ago
Anthony Restaino 25818dd8e9 Added new layout algorithm option and formatted code 10 years ago
Anthony Restaino 62430ce72e Smoothed ProgressBar animation 10 years ago
Anthony Restaino 9bb947e249 Update BrowserActivity.java 10 years ago
Anthony Restaino ea078dddc5 Smoothed progress bar 10 years ago
Anthony Restaino aacb904ac4 Merge pull request #116 from kuc/code-fixes-part2 10 years ago
Miłosz Sieradzki 3c8e46188a Fix that NullPointerException should NEVER be thrown by programmer, make exceptions more informative, simplify code logic, flip equals() on strings 10 years ago
Miłosz Sieradzki c7b97621c7 Make util class non-instantiatable and non-extendable, flip equals() on strings, remove redundant code 10 years ago
Miłosz Sieradzki d47d03b7af Add missing 'private' and 'public' access' modifiers, fix warnings 10 years ago
Miłosz Sieradzki e0ae78cfcd Remove redundant variable initialization, flip equals() on strings 10 years ago
Miłosz Sieradzki 299c5ae6eb Add logging exception, fix typo in comment 10 years ago
Miłosz Sieradzki f36fd4bb8a Use interface instead of concrete class, add missing @Override 10 years ago
Miłosz Sieradzki 4c409c209f Make util class non-instantiatable and non-extendable 10 years ago
Miłosz Sieradzki 82d8af3057 Fix method names, redundant initialization of variables, typos in comments and other improvements 10 years ago
Miłosz Sieradzki a33f3a340a Fix "'handlers.size() == 0' can be replaced with 'handlers.isEmpty()'" 10 years ago
Miłosz Sieradzki b9320522c7 Add missing equals() and hashCode() methods for class that implements Comparable<T> 10 years ago
Miłosz Sieradzki 406af6e699 Add missing @Override annotation, remove unnecessary code 10 years ago
Miłosz Sieradzki f90f9fa877 Make util class non-instantiatable and non-extendable. 10 years ago
Miłosz Sieradzki 3d14b3aa11 Remove unnecessary code 10 years ago