Commit Graph

  • 930880b339 Remove more uses of the static context from BrowserApp Anthony Restaino 2016-01-22 23:27:26 -0500
  • a434c0af68 Utilize IconCacheTask, add Application.get because maybe storing the application context is bad???? Anthony Restaino 2016-01-22 23:00:32 -0500
  • c95f1f86e9 No need to inject BookmarkPage, make it a utility class for right now Anthony Restaino 2016-01-22 22:39:47 -0500
  • 68a4475ec7 Fixed Lite build error Anthony Restaino 2016-01-22 08:19:45 -0500
  • da4985d4de Fixed crash when opening browser from intent Anthony Restaino 2016-01-22 08:19:33 -0500
  • 8b44ce12fa Dependency injection for ReadingActivity Anthony Restaino 2016-01-21 20:42:19 -0500
  • 6084c9b478 Make ProxyUtils a proper dagger singleton, inject more member variables where possible Anthony Restaino 2016-01-21 20:35:00 -0500
  • a24eb45ae4 Properly use AppComponent to only inject classes into dagger, inject static dependencies into BrowserApp class Anthony Restaino 2016-01-21 20:16:01 -0500
  • a60ae614d9 Protect incognito activity from intents, clean up some code analysis warnings, simplify LightningView settings methods Anthony Restaino 2016-01-20 22:02:15 -0500
  • 46b1269730 Correctly remove WebView from layout before destroying it. throw exception if destroy is called without remove Anthony Restaino 2016-01-19 21:48:20 -0500
  • ee52e00c83 Fixed memory leak caused by incorrectly destroying the WebView before it was removed from its parent Anthony Restaino 2016-01-18 21:39:09 -0500
  • 5368d76218 Documentation for Utils class Anthony Restaino 2016-01-17 23:45:12 -0500
  • 35855a1c02 Revert change to leak canary version, add todo for bug Anthony Restaino 2016-01-16 22:49:31 -0500
  • c1083f6aab Fix lint issues with color ints Anthony Restaino 2016-01-16 22:39:26 -0500
  • 3d745cbe6e Update to stable leak canary release Anthony Restaino 2016-01-16 22:39:10 -0500
  • 0185b5c1ba Documentation for LightningViewTitle. Anthony Restaino 2016-01-15 21:49:12 -0500
  • 25ff01ed79 Comment formatting Anthony Restaino 2016-01-15 21:43:55 -0500
  • 6aaee4ce48 Finish LightningView documentation, add nullable/nonnull annotations to some methods Anthony Restaino 2016-01-15 21:41:48 -0500
  • ae15c9c816 start documentation in LightningView, remove direct field access and replace with getters Anthony Restaino 2016-01-14 21:16:36 -0500
  • 09679571d7 Attempt to fix build error by pulling latest tools Anthony Restaino 2016-01-13 18:46:27 -0500
  • 34327136d9 Fixed CI build error due to missing build tools Anthony Restaino 2016-01-12 20:25:36 -0500
  • 290e77e696 added content URIs for Chrome dev and beta and debug methods Anthony Restaino 2016-01-11 22:50:00 -0500
  • edbd95418c Potential javascript to extract theme meta tag (currently no-op) Anthony Restaino 2016-01-11 22:49:33 -0500
  • 27e01483b1 Update gradle dependencies, fix a number of lint errors Anthony Restaino 2016-01-11 22:26:32 -0500
  • 9b56d92922 Fixed broken gradle build Anthony Restaino 2016-01-11 19:34:21 -0500
  • 7318a818c4 Async loading of homepage, delegate IOThread responsibility to BrowserApp class Anthony Restaino 2016-01-10 22:34:02 -0500
  • e06d530528 Run UI operations on correct thread Anthony Restaino 2016-01-10 19:31:36 -0500
  • 057b4296d7 Mirror AppComponent getters in BrowserApp so that classes are less reliant on AppComponent, refactored getAppContext to getContext Anthony Restaino 2016-01-10 15:05:23 -0500
  • f00bb77851 Start using a single thread executor for any database access to eliminate unnecessary thread creation Anthony Restaino 2016-01-10 14:45:03 -0500
  • cb19ce2d0a Fixed memory leak in IncognitoActivity Anthony Restaino 2016-01-10 14:02:13 -0500
  • 8d390e1d6d Update gradle to use LeakCanary snapshot so that leak detection works on marshmallow Anthony Restaino 2016-01-10 13:55:19 -0500
  • 2e55ceba0c Add increase contrast filter Nesswit 2016-01-05 01:22:35 +0900
  • 95dddf1992 Merge pull request #351 from M2ck/patch-1 Anthony Restaino 2015-12-13 12:14:43 -0500
  • f56631708e Merge pull request #350 from takahirom/master Anthony Restaino 2015-12-13 12:14:29 -0500
  • 5e4ec63c32 french translation up to date M2ck 2015-12-05 15:55:33 +0100
  • c3ec66d3a2 [WIP] updated french translation M2ck 2015-12-04 22:54:05 +0100
  • f48b71b390 Add japanese translation takahirom 2015-12-01 00:31:23 +0900
  • 39683c704e Add japanese translation takahirom 2015-12-01 00:15:35 +0900
  • 0a4d81f7e2 perform exit cleanup when browser is closed regardless of whether last tab is deleted or not Anthony Restaino 2015-11-22 22:17:36 -0500
  • de2d0b2ca4 Fixed close tab behavior, fixed UI corner case bug Anthony Restaino 2015-11-22 22:06:15 -0500
  • 8da11b4f08 Merge pull request #326 from cliqz-oss/dev Anthony Restaino 2015-11-22 21:55:58 -0500
  • 2a4b636a53 Fix bug with navigation drawer, update gradle dependencies Anthony Restaino 2015-11-21 18:21:58 -0500
  • c5328c4e3d Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev Anthony Restaino 2015-11-21 17:44:52 -0500
  • 4f67fd8e94 Catch non 2xx responses and don't try to open an input stream Anthony Restaino 2015-11-21 17:44:45 -0500
  • 9731250d27 Merge pull request #340 from MarkThat/patch-1 Anthony Restaino 2015-11-21 17:16:57 -0500
  • 7354e354db Move language initialization to constructor Anthony Restaino 2015-11-21 11:48:03 -0500
  • 171715f40c Update to search suggestions API that supports HTTPS Anthony Restaino 2015-11-21 11:03:10 -0500
  • 6ea15553de Translation of new and old strings. Mark 2015-11-18 23:45:04 +0100
  • 8b82ac5e51 Update hosts file with latest version from hosts-file.net Anthony Restaino 2015-11-05 21:58:37 -0500
  • 47341ce927 Reformatted manifest file Anthony Restaino 2015-11-05 21:53:51 -0500
  • c83a7d0058 Merge pull request #322 from pejakm/cccons Anthony Restaino 2015-11-05 21:49:17 -0500
  • 734574616d Make the workaround more obvious Anthony Restaino 2015-11-05 21:47:14 -0500
  • cb98ee783b Workaround for bug in the appcompat support library Anthony Restaino 2015-11-05 21:18:28 -0500
  • 3a95aea82f Fix merge conflict Mladen Pejaković 2015-11-05 08:21:18 +0100
  • 79b8253b21 Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev Anthony Restaino 2015-11-04 23:33:56 -0500
  • 1eeddaf502 Fix crash that could occur pre API 16 Anthony Restaino 2015-11-04 23:33:45 -0500
  • aa9a7123b2 Merge pull request #327 from kuc/migrate-to-https Anthony Restaino 2015-11-04 22:02:56 -0500
  • 6f914e9e17 Better handling of bookmarks, some responsability moved back to BrowserActivity Stefano Pacifici 2015-11-04 14:21:44 +0100
  • fd7cc30470 Fix checks to allow both HTTP and HTTPS URLs Miłosz Sieradzki 2015-11-03 22:28:54 +0100
  • 5059a3d01b Fix methods from SHelper Miłosz Sieradzki 2015-11-03 22:28:07 +0100
  • bfc6c3dadc Migrate all trafic to Google services to HTTPS Miłosz Sieradzki 2015-11-03 22:21:19 +0100
  • 63f2c5f798 Merge pull request #2 from ravjit-cliqz/dev Stefano Pacifici 2015-11-03 16:11:26 +0100
  • cc75ba1bc7 Changed the scope of removeTab to private Ravjit Singh Uppal 2015-11-03 15:45:44 +0100
  • 1eb2407543 Merge pull request #1 from ravjit-cliqz/dev Stefano Pacifici 2015-11-03 15:41:35 +0100
  • 006eb5e191 moved the deleting logic to TabsManager Ravjit Singh Uppal 2015-11-03 15:37:56 +0100
  • 9a9a06fe7b Add support for multiple languages in search suggestions Anthony Restaino 2015-11-01 17:25:40 -0500
  • 23dc83fb6a Fixed bug where you could add generated html pages as bookmarks Anthony Restaino 2015-11-01 16:00:28 -0500
  • d66f5e4c17 Remove headers in case the setting is disabled after being enabled Anthony Restaino 2015-10-30 23:43:25 -0400
  • 6df7cdf331 Corrected variable names. Anthony Restaino 2015-10-30 23:38:14 -0400
  • 7a0c79d11e Add support to remove identifying headers, add support for DNT header requests Anthony Restaino 2015-10-30 23:33:35 -0400
  • 4e3193bfc8 Fix bug where you couldn't turn flash on on supported devices Anthony Restaino 2015-10-30 20:43:15 -0400
  • 5dfc948fd3 Fix issue where warning dialog was not shown for local files in some cases Anthony Restaino 2015-10-30 20:14:01 -0400
  • 80ac1928c1 Fixed bug where the homepage file url was showing Anthony Restaino 2015-10-29 23:35:58 -0400
  • 441b189fad Merge pull request #321 from pejakm/srupd Anthony Restaino 2015-10-29 19:07:05 -0400
  • dc188c54e3 Merge pull request #319 from ByteHamster/dev Anthony Restaino 2015-10-29 19:05:44 -0400
  • 3597f7f812 Add clear_cookies string to fix context inconsistencies Mladen Pejaković 2015-10-26 20:18:28 +0100
  • 2abf75b669 Update Serbian Mladen Pejaković 2015-10-26 19:59:41 +0100
  • f2aa6d6e5c Properly destroy WebView Anthony Restaino 2015-10-24 14:32:39 -0400
  • 32d36f3687 Disabled scaling on bookmarks page ByteHamster 2015-10-22 22:15:10 +0200
  • 8169294c80 Workaround for #270 ByteHamster 2015-10-21 22:56:05 +0200
  • 7aaf6d1771 Fixed memory leak Anthony Restaino 2015-10-21 22:45:20 -0400
  • 34312bb988 Switch to grant library for permissions handling Anthony Restaino 2015-10-21 21:42:22 -0400
  • 94b69fd328 Update to latest support libraries, move permissions stuff to separate package Anthony Restaino 2015-10-18 15:15:36 -0400
  • fd8cfb7031 Mistakenly removed build tools 22 that netcipher relies on Anthony Restaino 2015-10-17 23:13:37 -0400
  • fc93858918 Switched to correct build tools Anthony Restaino 2015-10-17 23:09:59 -0400
  • c0ce7e74bd Tryin 2 fix travis ci. local builds aren't failing with lint errors :( Anthony Restaino 2015-10-17 23:05:33 -0400
  • 13c6594e0c Removed redundant character escapes to fix lint errors. Anthony Restaino 2015-10-17 22:12:07 -0400
  • bf4c90b121 Fixed bugs in showTab, attempt to improve full-screen video handling. Anthony Restaino 2015-10-17 21:50:52 -0400
  • 9f755aeed7 Fixed bug where opening a URL in the browser wouldn't work, refactored the ui controller, fixed bad database practices. Anthony Restaino 2015-10-17 13:59:51 -0400
  • e707e338ef Fixed new bug where browser wouldn't close on new intent. Fixed potential vuln in downloading code. Formatted some code. Anthony Restaino 2015-10-15 23:23:04 -0400
  • 7bba86d963 Fixed recently introduced UI bug in desktop tab mode. Anthony Restaino 2015-10-15 22:45:56 -0400
  • 577efb76a4 Fixed security vulnerability in the intent selector Anthony Restaino 2015-10-15 22:11:24 -0400
  • 1c96b62eb6 Add back SSL error detection that was removed, fixed static analysis warnings. Anthony Restaino 2015-10-15 21:45:54 -0400
  • 72ee377a35 Fixed more bugs recently introduced. Hardened asynctasks against memory leaks. Fixed some other stuff Anthony Restaino 2015-10-15 20:24:04 -0400
  • 88549bf156 Fixed number of UI bugs recently introduced in Tabs changes merge from S. Pacifici Anthony Restaino 2015-10-14 23:58:47 -0400
  • ce0e02585c Document the PermissionsManager Anthony Restaino 2015-10-14 23:23:04 -0400
  • 99e4773e45 Preliminary fix for permissions, fixed a new crash, formatted some code Anthony Restaino 2015-10-14 22:55:39 -0400
  • 159053841a Add dex counter, fixed new bugs in bookmarks, fixed bug in bookmark sync, todo fix downloading bug Anthony Restaino 2015-10-14 21:21:51 -0400
  • 5d55e480c9 Merge pull request #296 from stefano-cliqz/experimental_tabs Anthony Restaino 2015-10-09 19:47:50 -0400
  • 367f2a09d7 Merge branch 'dev' of github.com:anthonycr/Lightning-Browser into experimental_tabs Stefano Pacifici 2015-10-09 14:55:27 +0200