Anthony Restaino
|
d191bf151e
|
Open old tab when long pressing new tab button
|
2014-08-19 15:09:39 -04:00 |
|
Anthony Restaino
|
26c16530ad
|
Fixed crash when deleting blank tab
|
2014-08-16 15:51:48 -04:00 |
|
Anthony Restaino
|
9f3107c486
|
Match queries against bookmark urls as well as titles
|
2014-08-14 21:17:45 -04:00 |
|
Anthony Restaino
|
ec6c1bcd2a
|
Moved bookmark and homepage file locations so they don't get destroyed when the cache gets cleared
|
2014-08-14 21:11:18 -04:00 |
|
Anthony Restaino
|
689a786f11
|
Formatting
|
2014-08-14 21:10:54 -04:00 |
|
Anthony Restaino
|
e46b396ae5
|
Changed homepage centering to be better
|
2014-08-14 21:10:45 -04:00 |
|
Anthony Restaino
|
e4cf9af26a
|
Search suggestions from history now match the URL as well as title
|
2014-08-14 21:10:26 -04:00 |
|
Anthony Restaino
|
f5de4626ef
|
Added some code to allow inverted and grayscale modes in WebView
|
2014-08-08 18:18:25 -04:00 |
|
Anthony Restaino
|
e5fd921965
|
stupid formatting ¯\_(ツ)_/¯
|
2014-08-08 18:17:52 -04:00 |
|
Anthony Restaino
|
d1ce3f2868
|
Fixed some tab deleting logic, tab showing animation stuff, and changed favicons to grayscale if the view isn't shown
|
2014-08-08 17:59:17 -04:00 |
|
Anthony Restaino
|
99d0f8e8c1
|
These layouts were misaligned. You won't believe what happened when I fixed them!
|
2014-08-08 17:57:24 -04:00 |
|
Anthony Restaino
|
b822573a2f
|
Layout updates
|
2014-08-02 21:21:49 -04:00 |
|
Anthony Restaino
|
1386b57b2f
|
Update .travis.yml
|
2014-07-31 11:34:53 -04:00 |
|
Anthony Restaino
|
fb9440bd7b
|
Update .travis.yml
|
2014-07-31 11:24:47 -04:00 |
|
Anthony Restaino
|
dee199707b
|
attempt to fix build failure
|
2014-07-31 11:13:06 -04:00 |
|
Anthony Restaino
|
64d5fe32cf
|
added badge
|
2014-07-31 10:35:17 -04:00 |
|
Anthony Restaino
|
7087c1153f
|
Update .travis.yml
|
2014-07-31 10:28:39 -04:00 |
|
Anthony Restaino
|
91ed304bee
|
Update .travis.yml
|
2014-07-31 09:55:55 -04:00 |
|
Anthony Restaino
|
f0724bfe74
|
Update README.md
|
2014-07-31 09:17:23 -04:00 |
|
Anthony Restaino
|
5027d7f2d4
|
Update README.md
|
2014-07-31 09:11:57 -04:00 |
|
Anthony Restaino
|
c640d2a972
|
Update README.md
|
2014-07-31 09:02:11 -04:00 |
|
Anthony Restaino
|
484d1dbbac
|
Update README.md
|
2014-07-30 14:19:05 -04:00 |
|
Anthony Restaino
|
8da63fef44
|
Update README.md
|
2014-07-30 14:18:50 -04:00 |
|
Anthony Restaino
|
0fa1be41c7
|
Added travis-ci build badge
|
2014-07-30 12:48:59 -04:00 |
|
Anthony Restaino
|
0b03e569fb
|
Fixed issue where target="_blank" URLs wouldn't open correctly
|
2014-07-29 17:43:34 -04:00 |
|
Anthony Restaino
|
dd8893c952
|
Progress animation tweak
|
2014-07-28 17:09:20 -04:00 |
|
Anthony Restaino
|
b94cdc40af
|
Formatting
|
2014-07-28 17:09:03 -04:00 |
|
Anthony Restaino
|
1e2908ccd6
|
Formatting
|
2014-07-27 21:41:48 -04:00 |
|
Anthony Restaino
|
25818dd8e9
|
Added new layout algorithm option and formatted code
|
2014-07-27 21:34:42 -04:00 |
|
Anthony Restaino
|
62430ce72e
|
Smoothed ProgressBar animation
|
2014-07-27 21:33:42 -04:00 |
|
Anthony Restaino
|
9bb947e249
|
Update BrowserActivity.java
|
2014-07-25 21:15:45 -04:00 |
|
Anthony Restaino
|
ea078dddc5
|
Smoothed progress bar
|
2014-07-25 17:48:42 -04:00 |
|
Anthony Restaino
|
aacb904ac4
|
Merge pull request #116 from kuc/code-fixes-part2
Code fixes part 2
|
2014-07-25 16:25:56 -04:00 |
|
Miłosz Sieradzki
|
3c8e46188a
|
Fix that NullPointerException should NEVER be thrown by programmer, make exceptions more informative, simplify code logic, flip equals() on strings
...and other small fixes
|
2014-07-25 20:18:44 +02:00 |
|
Miłosz Sieradzki
|
c7b97621c7
|
Make util class non-instantiatable and non-extendable, flip equals() on strings, remove redundant code
|
2014-07-25 20:17:03 +02:00 |
|
Miłosz Sieradzki
|
d47d03b7af
|
Add missing 'private' and 'public' access' modifiers, fix warnings
|
2014-07-25 20:16:09 +02:00 |
|
Miłosz Sieradzki
|
e0ae78cfcd
|
Remove redundant variable initialization, flip equals() on strings
|
2014-07-25 20:15:20 +02:00 |
|
Miłosz Sieradzki
|
299c5ae6eb
|
Add logging exception, fix typo in comment
|
2014-07-25 20:14:35 +02:00 |
|
Miłosz Sieradzki
|
f36fd4bb8a
|
Use interface instead of concrete class, add missing @Override
|
2014-07-25 20:02:57 +02:00 |
|
Miłosz Sieradzki
|
4c409c209f
|
Make util class non-instantiatable and non-extendable
|
2014-07-25 20:00:58 +02:00 |
|
Miłosz Sieradzki
|
82d8af3057
|
Fix method names, redundant initialization of variables, typos in comments and other improvements
|
2014-07-25 19:59:55 +02:00 |
|
Miłosz Sieradzki
|
a33f3a340a
|
Fix "'handlers.size() == 0' can be replaced with 'handlers.isEmpty()'"
|
2014-07-25 19:35:41 +02:00 |
|
Miłosz Sieradzki
|
b9320522c7
|
Add missing equals() and hashCode() methods for class that implements Comparable<T>
|
2014-07-25 19:34:49 +02:00 |
|
Miłosz Sieradzki
|
406af6e699
|
Add missing @Override annotation, remove unnecessary code
|
2014-07-25 19:33:53 +02:00 |
|
Miłosz Sieradzki
|
f90f9fa877
|
Make util class non-instantiatable and non-extendable.
|
2014-07-25 19:33:29 +02:00 |
|
Miłosz Sieradzki
|
3d14b3aa11
|
Remove unnecessary code
|
2014-07-25 19:31:59 +02:00 |
|
Miłosz Sieradzki
|
c883c82d67
|
Add missing @Override annotation
|
2014-07-25 19:31:33 +02:00 |
|
Anthony Restaino
|
532d6adbea
|
Merge pull request #113 from DF1E/master
remove useless layouts
|
2014-07-24 09:45:34 -04:00 |
|
Anthony Restaino
|
9068c830f5
|
Merge pull request #114 from pejakm/srtr
[Translations] Update Serbian
|
2014-07-24 09:43:27 -04:00 |
|
Mladen Pejaković
|
1a2e84872a
|
[Translations] Update Serbian
|
2014-07-23 12:54:23 +02:00 |
|