Commit Graph

613 Commits

Author SHA1 Message Date
Anthony Restaino
17afd700d8 Update with new hosts file 2015-01-29 21:54:04 -05:00
Anthony Restaino
7e23135824 Simplified and improved filter algorithm 2015-01-29 20:31:33 -05:00
Anthony Restaino
8314676918 Added option to enable/disable Color Mode 2015-01-29 15:39:53 -05:00
Anthony Restaino
c2b436ecfe Allow Sharing in Incognito Mode 2015-01-29 14:30:02 -05:00
Anthony Restaino
a897ae4d3e Added option to block third party cookies 2015-01-29 13:52:56 -05:00
Anthony Restaino
9853804fd8 Complete Material Design for Settings 2015-01-29 13:25:19 -05:00
Anthony Restaino
42de0b3ae7 Fixed potential NullPointerExceptions
Rather than try to correct the issue of the Comparator crashing in
BookmarkManager because the Strings/HistoryItems were null, I modified
the HistoryItem object so that the title, url, and folder strings can no
longer be null but will instead be empty if set to null, this then
prevents the BookmarkManager from throwing an NPE when sorting the items
by title.
2015-01-29 09:26:46 -05:00
Anthony Restaino
1eed3ca948 Fixed potential NullPointerExeptions 2015-01-28 21:17:44 -05:00
Anthony Restaino
8be2b62601 Fixed styling issues with the toolbar 2015-01-28 21:17:25 -05:00
Anthony Restaino
a201f88906 Merge pull request #168 from DF1E/dev
material design for erveryone..
2015-01-28 19:02:16 -05:00
DF1E
a292c6c776 material design for erveryone..
use appcompat on all API's because of its backward compatibility
2015-01-28 19:16:00 +01:00
Anthony Restaino
b4714a17c8 Update manifest to latest update 2015-01-27 20:28:03 -05:00
Anthony Restaino
eff7e3800d Retrieve correct package name rather than hardcoding it 2015-01-27 20:27:54 -05:00
Anthony Restaino
bdb36be4e4 Modified icon 2015-01-27 20:26:24 -05:00
Anthony Restaino
3c9f63b0a6 Simplify main activity layout file 2015-01-27 19:18:09 -05:00
Anthony Restaino
61d569bb7d Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev 2015-01-27 11:38:59 -05:00
Anthony Restaino
376ac564b8 Animate toolbar hide/show 2015-01-27 11:38:13 -05:00
Anthony Restaino
785449fad6 Update README.md 2015-01-26 13:35:29 -05:00
Anthony Restaino
c9e2026526 Merge pull request #167 from anthonycr/master
Add specific build information for each branch
2015-01-26 13:28:02 -05:00
Anthony Restaino
66d7b191ad Add specific build information for each branch 2015-01-26 13:27:20 -05:00
Anthony Restaino
ced119f311 Initial changes for Material Design 2015-01-26 13:09:27 -05:00
Anthony Restaino
7b8088f3d4 Activities now return correct menus that can be utilized by the toolbar 2015-01-26 13:07:57 -05:00
Anthony Restaino
762fe5b55b Add text reflow for Android versions >= Kitkat 2015-01-26 13:06:39 -05:00
Anthony Restaino
fd781f4a63 JavaScript for inverted rendering 2015-01-26 13:06:02 -05:00
Anthony Restaino
dd919513c1 Added material design drop shadow to html pages 2015-01-26 12:58:10 -05:00
Anthony Restaino
748c70b280 Fixed URL Encoding for Search Suggestions so that special characters work 2015-01-22 20:57:45 -05:00
Anthony Restaino
f6b2f2fe3d Merge pull request #166 from evlah/patch-1
Update strings.xml
2015-01-15 13:55:28 -05:00
evlah
109a648766 Update strings.xml 2015-01-15 20:07:44 +03:00
Anthony Restaino
388e614dd7 Cache some objects to speed up the query process.
This class needs a lot of attention to speed up the filtering process
and make it easier to understand.
2015-01-05 21:22:19 -05:00
Anthony Restaino
73b367053c Speed up the retrieval of search suggestions from the database.
Since the maximum amount of displayed suggestions is set at 5, it makes
sense to limit the query to a maximum of 5. This speeds up the query
significantly which makes queries more responsive.
2015-01-05 21:20:25 -05:00
Anthony Restaino
e8897d43bf Merge pull request #161 from karolba/no-zoom-in-internal-pages
Not allow to zoom in the internal pages.
2015-01-05 20:18:31 -05:00
Anthony Restaino
4c76f945f6 Merge pull request #159 from karolba/fix-kitkat-upload-bug
Fix bug with uploading files on KitKat
2015-01-05 20:16:30 -05:00
Anthony Restaino
06902d98d8 Merge pull request #160 from karolba/translation-pl
Add Polish translations
2015-01-05 20:14:24 -05:00
Anthony Restaino
1eb7156dd3 Merge pull request #165 from uberspot/master
add greek translation
2015-01-05 19:41:13 -05:00
uberspot
2e32454bb2 add greek translation 2015-01-05 23:02:53 +02:00
Karol Barenicki
eacce41e96 Fix a typo 2015-01-03 18:25:13 +01:00
Karol Barenicki
3510691439 Delete a comment saying that it doesn't work 2015-01-03 04:14:38 +01:00
Karol Barenicki
172ee068ac Not allow to zoom in the internal pages.
This commit prevents an user from zooming in the Home Page, Bookmarks
Page and History Page.
On some devices, for examlpe, some tablets with low dpi, tapping the
search bar in the Home Page would zoom the browser in about 25% and then
open the keyboard. That looks weird.
Also, the Lightning Browser does not allow zooming in the Settings menu
and the Tabs/Bookmarks sidebars. Allowing the user to zoom in one place
of the UI and not in the other is inconsitent.
2015-01-03 01:49:35 +01:00
Karol Barenicki
b8a592a593 Add Polish translations
Adds missing Polish translations for the new settings layout.
2015-01-03 00:40:32 +01:00
karolba
8b10d37348 Fix formating 2015-01-02 21:47:04 +01:00
Karol Barenicki
ef78e13c93 Fix bug with uploading files on KitKat
This commit fixes #81. The bug was caused by Proguard messing with the
code. This commit adds a simple Proguard rule that prevents it from
doing so.
2015-01-02 21:03:15 +01:00
Anthony Restaino
a1fcf332ac Fixed Travis build errors with unused string resources 2015-01-01 18:13:46 -05:00
Anthony Restaino
bab385e394 Added link to git submodule info 2015-01-01 18:02:43 -05:00
Anthony Restaino
bbd21d8351 Update git submodule for Lollipop support 2015-01-01 17:59:47 -05:00
Anthony Restaino
1e8e78e6d7 Reversed search arrow direction to be more intuitive 2014-12-31 14:43:17 -05:00
Anthony Restaino
f06170ebfd Merge pull request #154 from DF1E/add-searchbar 2014-12-31 13:12:37 -05:00
Anthony Restaino
6a7b4bfe68 Manual merge of Settings changes from @pejakm due to merge conflicts 2014-12-31 12:56:33 -05:00
Anthony Restaino
b19dcb1dc3 Merge pull request #146 from karolba/no-popup-while-zooming
Not show a popup when zooming using only one finger.
2014-12-31 12:06:49 -05:00
Anthony Restaino
436c2130d2 Merging Simplified and Traditional Chinese translations from @ageback master 2014-12-31 11:57:45 -05:00
Anthony Restaino
b61b895b49 Added 2014-12-29 19:54:41 -05:00