anthony restaino
38bb96d4f2
Cleaning up potential NPEs and other lint warnings
2017-04-22 18:32:55 -04:00
anthony restaino
79febae033
Using okhttpclient for suggestions downloads
2017-04-17 16:58:51 -04:00
Anthony Restaino
9aed39c49c
Fix bug where certain apps wouldn't be considered to handle intents, cleaned up imports
2016-10-27 22:25:19 -04:00
Anthony Restaino
a6b755e6c4
Remove snackbar event bus message
2016-10-14 22:44:47 -04:00
Anthony Restaino
6319503973
Fixed bugs in downloading preventing some files from being properly opened
2016-09-12 21:24:43 -04:00
Anthony Restaino
d9f6931047
Remove old search suggestions adapter
2016-09-10 12:37:32 -04:00
Anthony Restaino
2f57685610
Correctly size dialogs across the app
2016-08-30 21:11:28 -04:00
Anthony Restaino
e7cbd3e2ed
Fix threading issue in download code
2016-08-27 16:03:08 -04:00
Anthony Restaino
99c09a9d63
fixed bug with event bus, moved adapter
2016-04-16 20:05:15 -04:00
Anthony Restaino
4a21d3f4f9
Use Executor thread pool instead of creating my own threads on the fly
2016-01-30 22:46:57 -05:00
Anthony Restaino
359a252f24
Null annotations for rest of classes
2016-01-28 21:18:39 -05:00
Anthony Restaino
cb52aa0065
Inject Bus, HistoryDatabase, and PreferenceManager rather than using BrowserApp to access instances
2016-01-23 19:36:05 -05:00
Anthony Restaino
22960c9bd6
Make BookmarkPage an AsyncTask to simplify its use, change recursion to iteration in DownloadHandler
2016-01-23 12:27:58 -05:00
Anthony Restaino
a24eb45ae4
Properly use AppComponent to only inject classes into dagger, inject static dependencies into BrowserApp class
2016-01-21 20:16:01 -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
057b4296d7
Mirror AppComponent getters in BrowserApp so that classes are less reliant on AppComponent, refactored getAppContext to getContext
2016-01-10 15:05:23 -05:00
Anthony Restaino
34312bb988
Switch to grant library for permissions handling
2015-10-21 21:42:22 -04:00
Anthony Restaino
94b69fd328
Update to latest support libraries, move permissions stuff to separate package
2015-10-18 15:15:36 -04:00
Anthony Restaino
13c6594e0c
Removed redundant character escapes to fix lint errors.
2015-10-17 22:12:07 -04:00
Anthony Restaino
e707e338ef
Fixed new bug where browser wouldn't close on new intent. Fixed potential vuln in downloading code. Formatted some code.
2015-10-15 23:23:04 -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
ce0e02585c
Document the PermissionsManager
2015-10-14 23:23:04 -04:00
Anthony Restaino
99e4773e45
Preliminary fix for permissions, fixed a new crash, formatted some code
2015-10-14 22:55:39 -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
Anthony Restaino
f1da3c4147
Updated download handler
2015-09-26 17:56:52 -04:00
Anthony Restaino
42471026b3
Fixed bugs in downloading code, Added butterknife, Added back proxying to lite
2015-09-26 17:55:21 -04:00
Anthony Restaino
6f36410e87
Added support for downloading files to directories not lying in the directory returned by getExternalStorage
...
Useful for devices with both internal and external storage
2015-09-20 18:21:49 -04:00
Stefano Pacifici
5c2cf07e20
PreferenceManager injected
2015-09-16 16:49:59 +02:00
Anthony Restaino
f3b0e46801
Fixed many code analysis warnings
2015-08-21 17:55:58 -04:00
Anthony Restaino
b619a12ae3
Miscellaneous code analysis warning fixes
2015-08-20 20:59:24 -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
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