37 Commits

Author SHA1 Message Date
DF1E
334dbb3780 downloads - show message if file doesn't exist 2017-06-10 20:14:18 +02:00
anthony restaino
395c967381 Getting rid of unnecessary casts in findViewById!!! 2017-06-08 22:44:39 -04:00
DF1E
20ca7047f3 minor changes 2017-06-03 10:54:16 +02:00
DF1E
eddba7e480 fixes for downloads page
- fixes open downloads
- fix if download dialog canceled
- save image downloads
2017-05-31 12:20:02 +02:00
anthony restaino
06069770cb Cleaning up dialogs throughout the app 2017-05-27 11:46:19 -04:00
anthony restaino
35e979e904 Improving http auth dialog ui 2017-05-25 22:15:40 -04:00
Anthony Restaino
fb84baa956 Merge pull request #522 from fid-jose/dev
Show realm in HTTP auth dialog
2017-05-21 14:42:13 -04:00
anthony restaino
f89829735d Simplifying shouldOverrideUrlLoading 2017-05-03 21:49:32 -04:00
anthony restaino
72e5b0fa91 Inferring nullity 2017-04-29 17:18:43 -04:00
anthony restaino
7fa3315662 Localizing log tags 2017-04-26 22:50:15 -04:00
José Millán Soto
d74c319963 Show realm in HTTP auth dialog
Display realm when an HTTP authentication is requested.
The term "Server message" is used instead of realm as not all users
would understand what realm means.
2016-12-23 20:13:37 +01:00
Anthony Restaino
a6b755e6c4 Remove snackbar event bus message 2016-10-14 22:44:47 -04:00
Anthony Restaino
8ae8f58cc6 Fixing deprecated API usage and lint warnings 2016-09-19 21:50:36 -04:00
Anthony Restaino
438662bffd Removing some unused code, breaking out strings into constants, improving network receiver 2016-09-12 20:31:10 -04:00
Anthony Restaino
2f57685610 Correctly size dialogs across the app 2016-08-30 21:11:28 -04:00
Anthony Restaino
dbf9b16602 Improve text reflow 2016-08-27 18:14:43 -04:00
Anthony Restaino
0b2ba8fbf3 Add workaround for occasionally buggy header loading code
If custom headers (block identifying headers and DNT) are not being
used, we call super. This way, if the user turns on those options and
experiences problems on a site, they can turn off the option so that the
site works correctly.
2016-08-02 20:15:29 -04:00
Anthony Restaino
d59aeef3a9 added some missing nullable annotation additions, switched to compat implementations of some methods, fixed some lint warnings 2016-04-18 14:00:09 -04:00
Anthony Restaino
6e940b0a15 Only Kitkat and up supports changing headers, disable on lower API versions 2016-03-24 21:41:31 -04:00
Anthony Restaino
ae6726b290 Remove unnecessary imports, make methods static 2016-03-22 21:16:11 -04:00
Anthony Restaino
2c4db0c54b Animate tab addition/deletion in recyclerview, change full screen implementation to be simpler
TODO still need to use correct animations for tab addition and removal
2016-02-21 15:11:20 -05:00
Anthony Restaino
737c02d6e8 Added back/forward icon enable/disabling on tablet devices 2016-02-12 17:36:46 -05:00
Anthony Restaino
79d619f82b Support bookmark importing from chrome variants and stock browser, lint fixes 2016-02-07 12:34:04 -05:00
Anthony Restaino
8f38b91dc1 Non null annotations in LightningWebClient/ChromeClient 2016-01-27 23:18:21 -05:00
Anthony Restaino
ac107d6704 Variable renaming, moving fields around, more injection, move ProxyUtils out of flavor specific code 2016-01-23 19:55:11 -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
da4985d4de Fixed crash when opening browser from intent 2016-01-22 08:19:33 -05:00
Anthony Restaino
6084c9b478 Make ProxyUtils a proper dagger singleton, inject more member variables where possible 2016-01-21 20:35:00 -05:00
Anthony Restaino
ae15c9c816 start documentation in LightningView, remove direct field access and replace with getters 2016-01-14 21:16: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
7a0c79d11e Add support to remove identifying headers, add support for DNT header requests 2015-10-30 23:33:35 -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
577efb76a4 Fixed security vulnerability in the intent selector 2015-10-15 22:11:24 -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
88549bf156 Fixed number of UI bugs recently introduced in Tabs changes merge from S. Pacifici 2015-10-14 23:58:47 -04:00
Stefano Pacifici
6749ca39b8 Simplified LightningView with externalized XXXClients 2015-09-22 16:15:17 +02:00