Anthony Restaino
7318a818c4
Async loading of homepage, delegate IOThread responsibility to BrowserApp class
2016-01-10 22:34:02 -05:00
Anthony Restaino
e06d530528
Run UI operations on correct thread
2016-01-10 19:31:36 -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
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
cb19ce2d0a
Fixed memory leak in IncognitoActivity
2016-01-10 14:02:13 -05:00
Anthony Restaino
0a4d81f7e2
perform exit cleanup when browser is closed regardless of whether last tab is deleted or not
2015-11-22 22:17:36 -05:00
Anthony Restaino
de2d0b2ca4
Fixed close tab behavior, fixed UI corner case bug
2015-11-22 22:06:15 -05:00
Anthony Restaino
8da11b4f08
Merge pull request #326 from cliqz-oss/dev
...
Tab deletion logic moved to TabsManager
2015-11-22 21:55:58 -05:00
Anthony Restaino
2a4b636a53
Fix bug with navigation drawer, update gradle dependencies
2015-11-21 18:21:58 -05:00
Anthony Restaino
734574616d
Make the workaround more obvious
2015-11-05 21:47:14 -05:00
Stefano Pacifici
6f914e9e17
Better handling of bookmarks, some responsability moved back to BrowserActivity
2015-11-04 14:21:44 +01:00
Ravjit Singh Uppal
cc75ba1bc7
Changed the scope of removeTab to private
2015-11-03 15:45:44 +01:00
Ravjit Singh Uppal
006eb5e191
moved the deleting logic to TabsManager
2015-11-03 15:37:56 +01:00
Anthony Restaino
5dfc948fd3
Fix issue where warning dialog was not shown for local files in some cases
2015-10-30 20:14:01 -04:00
Anthony Restaino
80ac1928c1
Fixed bug where the homepage file url was showing
2015-10-29 23:35:58 -04:00
Anthony Restaino
dc188c54e3
Merge pull request #319 from ByteHamster/dev
...
Workaround for #270
2015-10-29 19:05:44 -04:00
ByteHamster
8169294c80
Workaround for #270
...
In my opinion, it is neccessary for a browser to open local files.
Because local files might be a security risk,
ask the user before opening a local file.
2015-10-22 22:11:34 +02:00
Anthony Restaino
7aaf6d1771
Fixed memory leak
2015-10-21 22:45:20 -04: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
bf4c90b121
Fixed bugs in showTab, attempt to improve full-screen video handling.
2015-10-17 21:50:52 -04: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
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
7bba86d963
Fixed recently introduced UI bug in desktop tab mode.
2015-10-15 22:45:56 -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
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
367f2a09d7
Merge branch 'dev' of github.com:anthonycr/Lightning-Browser into experimental_tabs
2015-10-09 14:55:27 +02:00
Stefano Pacifici
a3f3fbd401
Improving the #296 pull request
2015-10-09 12:36:08 +02:00
ByteHamster
b8058ad345
Added 'home' button to tab drawer
2015-10-06 19:07:52 +02:00
Stefano Pacifici
61b57cd992
Restore activity restart when tab mode changes
2015-09-29 14:39:05 +02:00
Stefano Pacifici
3cb576d358
Merge latest changes from Anthony's dev branch
2015-09-29 12:11:08 +02:00
Stefano Pacifici
1f025debd7
Solve problems with colors when tabs are switched
2015-09-28 15:44:23 +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
3bd08d00f3
Begin adding documentation, remove unnecessary controller method
2015-09-27 18:56:49 -04:00
Anthony Restaino
38d1973a93
Lint fixes, save scroll position in bookmarks list
2015-09-27 15:40:04 -04:00
Anthony Restaino
6bbc0805de
Fixed bug where tab and toolbar colors were not in sync when color mode got switched on
2015-09-27 12:45:47 -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
Stefano Pacifici
6749ca39b8
Simplified LightningView with externalized XXXClients
2015-09-22 16:15:17 +02:00
Stefano Pacifici
3615018816
ClickHandler removed, avoid call loop duirng long press on a webview between BrowserActivity and LightningView
2015-09-17 11:26:34 +02:00
Stefano Pacifici
030b839aa6
Trying to remove BrowserController interface
2015-09-17 09:46:00 +02:00
Anthony Restaino
b3f991e598
Change variables to project naming convention
2015-09-16 21:52:34 -04:00
Stefano Pacifici
2563e81f7a
Bookmark page generation moved to LightningView to avoid call loop between BrowserActivity and LightningView through BrowserController
2015-09-16 17:42:20 +02:00
Stefano Pacifici
5c2cf07e20
PreferenceManager injected
2015-09-16 16:49:59 +02:00
Anthony Restaino
5c8fd41c6b
Made inner classes static to discourage access within of enclosing class
2015-09-15 23:02:49 -04:00
Anthony Restaino
b6b2a25dbe
Reduce unnecessary public visibility on internally used variables
2015-09-15 23:01:55 -04:00
Stefano Pacifici
4be31553ad
Back, Forward and Plus rewired
2015-09-15 16:10:34 +02:00
Stefano Pacifici
7661ea35ee
In the middle of events rewiring (back/forward)
2015-09-15 14:24:31 +02:00
Anthony Restaino
748397f1f0
remove redundant calls to "showTab"
2015-09-14 20:18:24 -04:00