Commit Graph

  • a3f3fbd401 Improving the #296 pull request Stefano Pacifici 2015-10-07 11:07:41 +0200
  • d3867d29bd Be more clear on code style Anthony Restaino 2015-10-08 20:08:15 -0400
  • c04cff510b Merge branch 'master' into dev Anthony Restaino 2015-10-07 22:07:54 -0400
  • d7017789f6 Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev Anthony Restaino 2015-10-07 22:07:29 -0400
  • 3c51870486 Removed commented out line that was being compiled... Anthony Restaino 2015-10-07 22:07:22 -0400
  • f3a9a9a46d Merge pull request #307 from ByteHamster/dev Anthony Restaino 2015-10-07 21:51:51 -0400
  • 741d389da4 Updated German translation ByteHamster 2015-10-06 19:25:49 +0200
  • b8058ad345 Added 'home' button to tab drawer ByteHamster 2015-10-06 19:07:52 +0200
  • 0672b87ec7 Added trello board info Anthony Restaino 2015-10-05 20:05:33 -0400
  • ab7273106f Merge branch 'dev' of github.com:anthonycr/Lightning-Browser into experimental_tabs Stefano Pacifici 2015-10-05 17:56:12 +0200
  • b3cec67313 Added more download options Anthony Restaino 2015-10-03 16:03:01 -0400
  • 36860cc848 Merge pull request #303 from MarkThat/dev Anthony Restaino 2015-10-03 15:51:09 -0400
  • 0c467d5bfe Merge pull request #302 from kuc/update-polish-translations Anthony Restaino 2015-10-03 15:50:21 -0400
  • aacec74aba Translated from scratch Mark. 2015-10-02 22:35:24 +0200
  • 8cb4b455cf Update Polish translations Miłosz Sieradzki 2015-10-02 22:03:22 +0200
  • 5fa6b529ca Merge pull request #299 from anthonycr/dev v4.2.3 Anthony Restaino 2015-09-30 22:43:21 -0400
  • c352c331ad last changes for 4.2 update Anthony Restaino 2015-09-30 22:27:12 -0400
  • c190066db2 Merge pull request #298 from kuc/fix-onReceivedSslError Anthony Restaino 2015-09-30 20:48:34 -0400
  • 06e80ad541 Fixes #297: properly implement onReceivedSslError() method Miłosz Sieradzki 2015-09-30 21:56:14 +0200
  • 61b57cd992 Restore activity restart when tab mode changes Stefano Pacifici 2015-09-29 14:39:05 +0200
  • a015d810ea Fix UI bug caused by obfuscation Anthony Restaino 2015-09-29 07:42:56 -0400
  • 3cb576d358 Merge latest changes from Anthony's dev branch Stefano Pacifici 2015-09-29 12:11:08 +0200
  • f761383fc4 Up version number, fix build error. Anthony Restaino 2015-09-28 20:36:04 -0400
  • b0c1bcc028 iml files removed. They are generated during gradle sync by Android Studio. Stefano Pacifici 2015-09-09 09:52:11 +0200
  • 1f025debd7 Solve problems with colors when tabs are switched Stefano Pacifici 2015-09-28 15:44:23 +0200
  • c67a1108cd Reduce visibility of members and methods where possible, and more (see description) Anthony Restaino 2015-09-27 22:19:59 -0400
  • 3bd08d00f3 Begin adding documentation, remove unnecessary controller method Anthony Restaino 2015-09-27 18:56:49 -0400
  • 38d1973a93 Lint fixes, save scroll position in bookmarks list Anthony Restaino 2015-09-27 15:40:04 -0400
  • 6bbc0805de Fixed bug where tab and toolbar colors were not in sync when color mode got switched on Anthony Restaino 2015-09-27 12:45:47 -0400
  • e157d45d39 Use executorservice instead of plain executor to facilitate shutdown Anthony Restaino 2015-09-27 11:58:58 -0400
  • 7cec3bd6e4 Add back importing from stock browser and an attempt to add import from chrome Anthony Restaino 2015-09-27 11:58:37 -0400
  • a71a8c3493 Better asynchronous image loading for BookmarksFragment Anthony Restaino 2015-09-27 11:51:18 -0400
  • f1da3c4147 Updated download handler Anthony Restaino 2015-09-26 17:56:52 -0400
  • 42471026b3 Fixed bugs in downloading code, Added butterknife, Added back proxying to lite Anthony Restaino 2015-09-26 17:55:21 -0400
  • 6749ca39b8 Simplified LightningView with externalized XXXClients Stefano Pacifici 2015-09-22 16:15:17 +0200
  • 6f36410e87 Added support for downloading files to directories not lying in the directory returned by getExternalStorage Anthony Restaino 2015-09-20 18:21:49 -0400
  • 3615018816 ClickHandler removed, avoid call loop duirng long press on a webview between BrowserActivity and LightningView Stefano Pacifici 2015-09-17 11:23:35 +0200
  • 030b839aa6 Trying to remove BrowserController interface Stefano Pacifici 2015-09-17 09:46:00 +0200
  • b3f991e598 Change variables to project naming convention Anthony Restaino 2015-09-16 21:52:34 -0400
  • 4f839e0866 Remove unused resources, make methods static Anthony Restaino 2015-09-16 21:52:11 -0400
  • 05efb4eb72 Fixed bugs in the BookmarksFragment and BookmarkManager Anthony Restaino 2015-09-16 21:51:15 -0400
  • 2563e81f7a Bookmark page generation moved to LightningView to avoid call loop between BrowserActivity and LightningView through BrowserController Stefano Pacifici 2015-09-16 17:42:20 +0200
  • 5c2cf07e20 PreferenceManager injected Stefano Pacifici 2015-09-16 16:49:59 +0200
  • 7f965b0829 Properly close I/O streams that were not being properly closed Anthony Restaino 2015-09-15 23:03:17 -0400
  • 5c8fd41c6b Made inner classes static to discourage access within of enclosing class Anthony Restaino 2015-09-15 23:02:49 -0400
  • b6b2a25dbe Reduce unnecessary public visibility on internally used variables Anthony Restaino 2015-09-15 23:01:55 -0400
  • 9a2ed38440 Equalized padding on autocomplete layout Anthony Restaino 2015-09-15 23:00:34 -0400
  • 4be31553ad Back, Forward and Plus rewired Stefano Pacifici 2015-09-15 16:10:34 +0200
  • 7661ea35ee In the middle of events rewiring (back/forward) Stefano Pacifici 2015-09-15 14:24:31 +0200
  • 748397f1f0 remove redundant calls to "showTab" Anthony Restaino 2015-09-14 20:18:24 -0400
  • c65cccb25c Remove unnecessary ClickListener classes Anthony Restaino 2015-09-14 20:03:35 -0400
  • 2da5c4194c Fixed static analysis warnings Anthony Restaino 2015-09-14 20:03:11 -0400
  • 8a6ad81027 Extract anonymous caching class to its own inner class Anthony Restaino 2015-09-14 19:58:46 -0400
  • 51f783cea4 TabsFragment extracted Stefano Pacifici 2015-09-14 17:58:21 +0200
  • 74073178bf mWebView reference removed from BrowserActivity Stefano Pacifici 2015-09-14 14:41:11 +0200
  • f0c3b743d4 CurrentTab reference removed from BrowserActivity Stefano Pacifici 2015-09-14 14:19:07 +0200
  • 74a75d4adb TabsManager created Stefano Pacifici 2015-09-14 13:44:36 +0200
  • 5628433718 iml files removed. They are generated during gradle sync by Android Studio. Stefano Pacifici 2015-09-09 09:52:11 +0200
  • 919043cad9 Fixed bug in release builds where event bus events were not being fired Anthony Restaino 2015-09-13 13:16:23 -0400
  • 0b94eda458 Initialize ui color variable Anthony Restaino 2015-09-12 11:10:51 -0400
  • 57a25eb9dc Fixed ColorMode on the desktop tab UI by caching the backing Bitmap rather than immutable BitmapDrawable Anthony Restaino 2015-09-12 10:36:09 -0400
  • 965ccee8b7 Update to faster jsoup library version Anthony Restaino 2015-09-11 22:14:26 -0400
  • 5fd401c2c0 Use thread pool executors on AsyncTasks to increase performance Anthony Restaino 2015-09-11 20:28:01 -0400
  • 161f4100b3 Cache icons on a background thread Anthony Restaino 2015-09-11 20:27:30 -0400
  • 875cd45c7b Updated to latest Google logo Anthony Restaino 2015-09-11 20:26:07 -0400
  • 0ac2337ff8 Refactored ProxyUtils for lite version Anthony Restaino 2015-09-10 08:04:40 -0400
  • 838270b4b0 Fix broken icon downloading, handle edge cases where url parameter is bad Anthony Restaino 2015-09-09 23:40:54 -0400
  • 3fab58955c Removed need for passing a Context to the ProxyUtils singleton Anthony Restaino 2015-09-09 22:18:20 -0400
  • dbf0457d79 Don't clear the HashMap, instead just change the reference Anthony Restaino 2015-09-09 21:32:05 -0400
  • 5dff2db5df Add LeakCanary library, fix a few memory leaks Anthony Restaino 2015-09-08 22:24:15 -0400
  • d5102b5e54 Fixed a number of lint warnings Anthony Restaino 2015-09-08 21:10:34 -0400
  • 7f07edcdf7 Fixed compile bug in LightningLite Anthony Restaino 2015-09-08 20:50:17 -0400
  • b33c4caf67 Fixed bug with WebView background being transparent, fixed some deprecated API usage, made HistoryDatabase a true singleton Anthony Restaino 2015-09-08 20:48:08 -0400
  • 681a76df50 formatting change in browseractivity Anthony Restaino 2015-09-07 20:42:33 -0400
  • e00c82655a Remove pointless assertions: @ NonNull removes need for assertions Anthony Restaino 2015-09-07 20:34:06 -0400
  • 732d309888 Cleaning up lint warnings and making some performance improvements on string builders Anthony Restaino 2015-09-07 20:31:59 -0400
  • 3b75765d92 Add a transition when entering and exiting the Reading mode Anthony Restaino 2015-09-07 20:00:54 -0400
  • b0169e73d2 Use support library DrawerArrowDrawable instead of using our own version Anthony Restaino 2015-09-07 20:00:39 -0400
  • 71d6da0eee Lint fixes, remove use of assert from code, update to latest support library Anthony Restaino 2015-09-07 20:00:06 -0400
  • 1b0b256ce8 Update README.md Anthony Restaino 2015-09-07 19:56:33 -0400
  • dcc67fbdb6 Merge pull request #284 from stefano-cliqz/dev Anthony Restaino 2015-09-07 15:37:08 -0400
  • 2619210f8c Fix removing the BookmarksEvent.Deleted instead of the actual bookmark Stefano Pacifici 2015-09-07 10:02:23 +0200
  • 83790bec70 Fix bookmarks drawer background problems Stefano Pacifici 2015-09-03 15:57:12 +0200
  • 23e97306dd BookmarkPage restored and proper dependency injection Stefano Pacifici 2015-09-03 15:33:40 +0200
  • 47103ba3d0 Activity Transaction animations merged Stefano Pacifici 2015-08-31 16:11:35 +0200
  • 8061d8726a Add clear button to the search bar instead of go button Anthony Restaino 2015-08-30 15:23:59 -0400
  • 1896fa6151 Animations for activity transitions Anthony Restaino 2015-08-27 22:44:22 -0400
  • 4eaf01e6cc Updated netchiper submodule Stefano Pacifici 2015-08-27 22:00:31 +0200
  • 3c9cd73bf0 Refactoring: Bookmarks as Fragment Stefano Pacifici 2015-08-27 16:47:55 +0200
  • 98f0daceaa method could be static Anthony Restaino 2015-08-25 21:02:37 -0400
  • 367c62bd39 Improved reading mode thanks to changes from snacktory fork by skyshard Anthony Restaino 2015-08-25 20:59:23 -0400
  • 04c9f75a90 Added option for empty user agent if the user sets an empty string to work around webview limitations Anthony Restaino 2015-08-25 20:19:38 -0400
  • dd18526ddf Fixed some deprecation problems and code analysis warnings Anthony Restaino 2015-08-23 23:26:21 -0400
  • 85d92db738 Switched to RecyclerView, cleaned up some HTML generator methods Anthony Restaino 2015-08-23 19:21:22 -0400
  • b68ad65abc Added permission handling and support for API 23 Anthony Restaino 2015-08-23 12:13:06 -0400
  • a0ade8acc9 Changed padding on toolbar for consistency, updated build tools Anthony Restaino 2015-08-22 10:04:35 -0400
  • 676ba822af Try to fix problem with netcipher library Anthony Restaino 2015-08-22 09:24:58 -0400
  • 1e385ceb9a Added back sdk 22 necessary for orbot library Anthony Restaino 2015-08-22 09:11:18 -0400
  • 9f2f9d74eb First step toward Android M support, compile with sdk 23, fix errors caused by upgrade Anthony Restaino 2015-08-22 09:08:39 -0400
  • 68f5c4fb45 Better URL validation, thanks AOSP Anthony Restaino 2015-08-21 21:55:55 -0400