anthony restaino
8a66a3f188
Cleaning up lint
8 years ago
anthony restaino
cd479cd931
Cleaning up recent merge problems
8 years ago
anthony restaino
63e77995ac
Fixing potential null pointers
8 years ago
DF1E
20ca7047f3
minor changes
8 years ago
anthony restaino
4f37f0f196
Removing unused imports
8 years ago
DF1E
eddba7e480
fixes for downloads page
...
- fixes open downloads
- fix if download dialog canceled
- save image downloads
8 years ago
DF1E
c07c925ada
fix refreshing page after deleting all bookmarks
...
simple forgot to add handleDownloadDeleted()
8 years ago
DF1E
c3df776771
add delete downloads dialog
8 years ago
anthony restaino
06069770cb
Cleaning up dialogs throughout the app
8 years ago
anthony restaino
b0d07298dd
Adding share option to context menu
8 years ago
anthony restaino
f148283053
Moving bookmarks storage from flat file to database
8 years ago
anthony restaino
0fcf7451cb
Removing event buss
8 years ago
anthony restaino
4649d4b0b4
Inferring nullity
8 years ago
anthony restaino
54026bf6cc
Cleaning up unused code
8 years ago
anthony restaino
5f8470c577
Using butterknife to bind views in fragments
8 years ago
anthony restaino
38bb96d4f2
Cleaning up potential NPEs and other lint warnings
8 years ago
anthony restaino
bed8163399
Moving to asynchronous consumption of the HistoryDatabase
8 years ago
Andrei Conache
6088e058a4
improve image dialog handling
...
and finish italian translation
8 years ago
Anthony Restaino
8ae8f58cc6
Fixing deprecated API usage and lint warnings
8 years ago
Anthony Restaino
d9f6931047
Remove old search suggestions adapter
8 years ago
Anthony Restaino
2f57685610
Correctly size dialogs across the app
8 years ago
Anthony Restaino
6387d98d5d
Augmented dialogs, added options to dialogs, improved dialog UI
8 years ago
Anthony Restaino
3643a92499
Fixed crash in history
8 years ago
Anthony Restaino
0eff038407
Remove unused imports
8 years ago
Anthony Restaino
b3ee8ca155
Change dialog UI to be list based instead of button based to allow for more options
8 years ago
Anthony Restaino
e19d08513b
Move from internal observable classes to bonsai, fix threading problems with suggestions
8 years ago
Anthony Restaino
4eb292f40f
Infer nullity
9 years ago
Anthony Restaino
ac107d6704
Variable renaming, moving fields around, more injection, move ProxyUtils out of flavor specific code
9 years ago
Anthony Restaino
cb52aa0065
Inject Bus, HistoryDatabase, and PreferenceManager rather than using BrowserApp to access instances
9 years ago
Anthony Restaino
076b74e867
Add missing changes for history page changes
9 years ago
Anthony Restaino
80ac1928c1
Fixed bug where the homepage file url was showing
9 years ago
Anthony Restaino
1c96b62eb6
Add back SSL error detection that was removed, fixed static analysis warnings.
9 years ago
Anthony Restaino
159053841a
Add dex counter, fixed new bugs in bookmarks, fixed bug in bookmark sync, todo fix downloading bug
9 years ago
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
9 years ago
Stefano Pacifici
6749ca39b8
Simplified LightningView with externalized XXXClients
9 years ago
Anthony Restaino
d5102b5e54
Fixed a number of lint warnings
9 years ago
Anthony Restaino
71d6da0eee
Lint fixes, remove use of assert from code, update to latest support library
9 years ago
Stefano Pacifici
23e97306dd
BookmarkPage restored and proper dependency injection
9 years ago