Anthony Restaino
c1083f6aab
Fix lint issues with color ints
2016-01-16 22:39:26 -05:00
Anthony Restaino
290e77e696
added content URIs for Chrome dev and beta and debug methods
2016-01-11 22:50:00 -05:00
Anthony Restaino
27e01483b1
Update gradle dependencies, fix a number of lint errors
...
Note: resource closed inspections that were ignored were ignored because
they were being properly closed in finally{} blocks
2016-01-11 22:26:32 -05:00
Anthony Restaino
7318a818c4
Async loading of homepage, delegate IOThread responsibility to BrowserApp class
2016-01-10 22:34:02 -05:00
Anthony Restaino
f00bb77851
Start using a single thread executor for any database access to eliminate unnecessary thread creation
2016-01-10 14:45:03 -05:00
Anthony Restaino
9f755aeed7
Fixed bug where opening a URL in the browser wouldn't work, refactored the ui controller, fixed bad database practices.
2015-10-17 13:59:51 -04:00
Anthony Restaino
1c96b62eb6
Add back SSL error detection that was removed, fixed static analysis warnings.
2015-10-15 21:45:54 -04:00
Anthony Restaino
72ee377a35
Fixed more bugs recently introduced. Hardened asynctasks against memory leaks. Fixed some other stuff
2015-10-15 20:24:04 -04:00
Anthony Restaino
159053841a
Add dex counter, fixed new bugs in bookmarks, fixed bug in bookmark sync, todo fix downloading bug
2015-10-14 21:21:51 -04:00
Stefano Pacifici
a3f3fbd401
Improving the #296 pull request
2015-10-09 12:36:08 +02:00
Stefano Pacifici
3cb576d358
Merge latest changes from Anthony's dev branch
2015-09-29 12:11:08 +02:00
Anthony Restaino
c67a1108cd
Reduce visibility of members and methods where possible, and more (see description)
...
* reduce visibility
* remove unused methods and members
* Suppress unused warnings we can ignore
* fixed or ignored deprecation warnings
* Changed HistoryItem to have better hashcode and equals implementations
and removed id member from it as it was unnecessary
* Fix performance problem with loading bookmarksettingsfragment and
properly annotate bookmarklocalsync
2015-09-27 22:19:59 -04:00
Anthony Restaino
38d1973a93
Lint fixes, save scroll position in bookmarks list
2015-09-27 15:40:04 -04:00
Anthony Restaino
7cec3bd6e4
Add back importing from stock browser and an attempt to add import from chrome
...
import from the default built in browser, stock browser ususally, but
chrome on marshmallow and above.
2015-09-27 11:58:37 -04:00
Stefano Pacifici
6749ca39b8
Simplified LightningView with externalized XXXClients
2015-09-22 16:15:17 +02:00
Anthony Restaino
05efb4eb72
Fixed bugs in the BookmarksFragment and BookmarkManager
2015-09-16 21:51:15 -04:00
Anthony Restaino
7f965b0829
Properly close I/O streams that were not being properly closed
2015-09-15 23:03:17 -04:00
Anthony Restaino
dbf0457d79
Don't clear the HashMap, instead just change the reference
2015-09-09 21:32:05 -04:00
Anthony Restaino
5dff2db5df
Add LeakCanary library, fix a few memory leaks
2015-09-08 22:24:15 -04:00
Anthony Restaino
b33c4caf67
Fixed bug with WebView background being transparent, fixed some deprecated API usage, made HistoryDatabase a true singleton
2015-09-08 20:48:08 -04:00
Stefano Pacifici
23e97306dd
BookmarkPage restored and proper dependency injection
2015-09-03 15:33:40 +02:00
Stefano Pacifici
3c9cd73bf0
Refactoring: Bookmarks as Fragment
...
1. Incognito mode in another process
2. Bookmarks as a Fragement using Otto
3. Initial bookmarks as fragment implementation
2015-08-27 16:50:36 +02:00
Anthony Restaino
9f2f9d74eb
First step toward Android M support, compile with sdk 23, fix errors caused by upgrade
...
removed copy button from search bar and replaced with go action. Had to
remove browser content provider usage as it is not longer included in
the sdk and has been completely removed.
2015-08-22 09:08:39 -04:00
Anthony Restaino
f3b0e46801
Fixed many code analysis warnings
2015-08-21 17:55:58 -04:00
Anthony Restaino
d5e1e06d84
Fixed bug where history wasn't being deleted until the app was restarted
2015-08-21 17:15:08 -04:00
Anthony Restaino
5081ee2ea6
Fix RuntimeException on Android M Preview
2015-08-05 22:10:51 -04:00
Anthony Restaino
24a99deb52
Add suggestions to naming a folder in edit bookmark dialog
2015-07-31 21:37:26 -04:00
Anthony Restaino
71fcd174d7
fixed bug in search adapter
2015-07-29 22:46:59 -04:00
Anthony Restaino
73e8f7c314
long-press on a folder on the bookmarks page works correctly now + other cleanup
2015-07-27 22:50:14 -04:00
Anthony Restaino
aced4a3cc7
Sort bookmarks so folders are at the end of the list, updated bookmarks page to better utilize space
2015-07-26 20:19:47 -04:00
Anthony Restaino
69deb5b5a2
Renaming and Deleting bookmark folders is now available yay
2015-07-26 13:49:45 -04:00
Anthony Restaino
645b98cd50
Simplify and improve long press handling for links on the bookmark page and history page
2015-07-25 22:05:09 -04:00
Anthony Restaino
19103e9b2c
Added Bookmark folders, Added actions to the bookmark drawer, + other
...
Updated icons, removed light/dark versions only have one version now
that uses a color filter to be themed to save space, optimized view
layouts
2015-07-25 10:19:14 -04:00
Anthony Restaino
dce29954e1
Down with Toast, all hail Snackbar
2015-07-19 16:58:34 -04:00
Anthony Restaino
f061a35472
Snackbar >>>>>>> Toast
2015-07-19 16:49:55 -04:00
Anthony Restaino
800d037035
Removed use of tabs and replaced with 4 spaces
2015-07-19 15:42:14 -04:00
Anthony Restaino
969cab81e7
New Full-screen mode works better and doesn't hide the top of the WebView, +other
...
* Now using material alertdialog on all versions
* cleaned up some code
* fixed lint issues and other inspection related problems
* Attempted to fix bugs found
2015-07-18 14:30:41 -04:00
Anthony Restaino
b478c1ea98
Code cleanup
2015-06-03 10:50:51 -04:00
Anthony Restaino
fa1994c8b2
Lint fixes and code cleanup
2015-05-04 12:06:51 -04:00
Anthony Restaino
f8c2d0096d
Move java files to sub-packages for better organization
2015-05-02 16:37:22 -04:00