Anthony Restaino
e92ad4303b
Make history deletion more efficient
2014-09-01 09:44:06 -04:00
Anthony Restaino
b9aed893ef
Fixed: Stay inside incognito mode even when URL could be loaded externally
2014-08-31 21:59:54 -04:00
Anthony Restaino
d3da19a261
Fixed crash on API < 16
2014-08-27 21:39:18 -04:00
Anthony Restaino
cd0d9e2d94
Removed debug log from searchAdapter
2014-08-27 10:20:00 -04:00
Anthony Restaino
e3944f798f
Rename id of left drawer to be consistent with right
2014-08-27 10:19:49 -04:00
Anthony Restaino
83d2e53a25
Add license for NetCipher
2014-08-26 17:07:35 -04:00
Anthony Restaino
df51c67909
Utilize new BookmarkManager class for bookmarks
2014-08-22 13:32:22 -04:00
Anthony Restaino
d908513dbd
Utilize map in order to determine what bookmarks we have
2014-08-22 11:12:48 -04:00
Anthony Restaino
bdb3fe286d
Add methods to BookmarkManager
2014-08-21 23:08:22 -04:00
Anthony Restaino
7a01732a1e
Add more methods to BookmarkManager
2014-08-21 18:37:56 -04:00
Anthony Restaino
09b3f40d1c
Remove useless constants, add folder constant
2014-08-21 18:37:24 -04:00
Anthony Restaino
8dfe58b452
BookmarkPage cleanup
2014-08-21 16:39:14 -04:00
Anthony Restaino
aa49c7b848
Moved history page creation to separate class
2014-08-21 16:38:56 -04:00
Anthony Restaino
a7a92865ed
New class to handle bookmark storage (not utilized yet)
...
BookmarkManager stores bookmarks in a JSON database in the apps file
data directory. It includes helpful methods to export these bookmarks to
a backup file and import from that backup file. It also includes a way
to import bookmarks from the device's built in bookmark database.
2014-08-21 14:35:29 -04:00
Anthony Restaino
859f76756f
removed useless setting
2014-08-20 18:31:23 -04:00
Anthony Restaino
2044d89c05
Removed superfluous method
2014-08-20 18:31:16 -04:00
Anthony Restaino
4c75b9ffb5
Increased history query efficiency
2014-08-20 18:04:43 -04:00
Anthony Restaino
05ddc95c9b
Removed useless setting
2014-08-20 18:04:26 -04:00
Anthony Restaino
3823e2366a
Formatting
2014-08-20 18:04:18 -04:00
Anthony Restaino
448c168513
Simplified History Logging
2014-08-20 15:55:22 -04:00
Anthony Restaino
d589061c94
Fixed bug with reopening old tab
2014-08-19 20:06:35 -04:00
Anthony Restaino
ff56ca1d31
Added option to disable history sync with Google
2014-08-19 19:31:53 -04:00
Anthony Restaino
52fcf8fdc0
Added option to change rendering mode
2014-08-19 15:10:54 -04:00
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
b822573a2f
Layout updates
2014-08-02 21:21:49 -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
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