Anthony Restaino
489a814f54
Changes to make Incognito mode more secure and less likely to leak data to websites.
...
Changes for Incognito Settings
* Always disable location (even if explicitly set in settings)
* Never save passwords or form data
* Always set mixed content mode to NEVER ALLOW
* Disable DOM storage
10 years ago
Anthony Restaino
43950d4f71
Bug Fixes for rouge Android versions/OEMs that don't behave correctly
10 years ago
Miłosz Sieradzki
76178eddc6
Update Travis build script
10 years ago
DF1E
cec457fc37
update german string
10 years ago
bidu-dw
76ab43743d
Change several search engine URLs to https
...
Yahoo, Bing, Baidu and Yandex support https. Change for more safety.
10 years ago
Anthony Restaino
9ffeecc584
Improve rendering
10 years ago
Anthony Restaino
0e212539e9
Fixed occasional IllegalStateException
10 years ago
Anthony Restaino
6407f1101a
Cache objects to use less memory
10 years ago
Anthony Restaino
03ac2f8b42
Final updates for second Lollipop beta
10 years ago
Anthony Restaino
35c585b3f4
Search adapter shouldnt spawn new worker threads if current ones havent finished
10 years ago
Anthony Restaino
04c4d202b2
Add utility method to help finding favicons
10 years ago
Anthony Restaino
6269325a44
Revert "Revert "Fix miscellaneous lint errors""
...
This reverts commit bd308dead7
.
10 years ago
Anthony Restaino
bd308dead7
Revert "Fix miscellaneous lint errors"
...
This reverts commit 920113b49a
.
10 years ago
Anthony Restaino
920113b49a
Fix miscellaneous lint errors
10 years ago
Anthony Restaino
7f8253b470
Settings should utilize .apply() instead of .commit()
10 years ago
Anthony Restaino
17afd700d8
Update with new hosts file
10 years ago
Anthony Restaino
7e23135824
Simplified and improved filter algorithm
10 years ago
Anthony Restaino
8314676918
Added option to enable/disable Color Mode
10 years ago
Anthony Restaino
c2b436ecfe
Allow Sharing in Incognito Mode
10 years ago
Anthony Restaino
a897ae4d3e
Added option to block third party cookies
10 years ago
Anthony Restaino
9853804fd8
Complete Material Design for Settings
10 years ago
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.
10 years ago
Anthony Restaino
1eed3ca948
Fixed potential NullPointerExeptions
10 years ago
Anthony Restaino
8be2b62601
Fixed styling issues with the toolbar
10 years ago
Anthony Restaino
a201f88906
Merge pull request #168 from DF1E/dev
...
material design for erveryone..
10 years ago
DF1E
a292c6c776
material design for erveryone..
...
use appcompat on all API's because of its backward compatibility
10 years ago
Anthony Restaino
b4714a17c8
Update manifest to latest update
10 years ago
Anthony Restaino
eff7e3800d
Retrieve correct package name rather than hardcoding it
10 years ago
Anthony Restaino
bdb36be4e4
Modified icon
10 years ago
Anthony Restaino
3c9f63b0a6
Simplify main activity layout file
10 years ago
Anthony Restaino
61d569bb7d
Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev
10 years ago
Anthony Restaino
376ac564b8
Animate toolbar hide/show
10 years ago
Anthony Restaino
785449fad6
Update README.md
10 years ago
Anthony Restaino
c9e2026526
Merge pull request #167 from anthonycr/master
...
Add specific build information for each branch
10 years ago
Anthony Restaino
66d7b191ad
Add specific build information for each branch
10 years ago
Anthony Restaino
ced119f311
Initial changes for Material Design
10 years ago
Anthony Restaino
7b8088f3d4
Activities now return correct menus that can be utilized by the toolbar
10 years ago
Anthony Restaino
762fe5b55b
Add text reflow for Android versions >= Kitkat
10 years ago
Anthony Restaino
fd781f4a63
JavaScript for inverted rendering
10 years ago
Anthony Restaino
dd919513c1
Added material design drop shadow to html pages
10 years ago
Anthony Restaino
748c70b280
Fixed URL Encoding for Search Suggestions so that special characters work
10 years ago
Anthony Restaino
f6b2f2fe3d
Merge pull request #166 from evlah/patch-1
...
Update strings.xml
10 years ago
evlah
109a648766
Update strings.xml
10 years ago
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.
10 years ago
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.
10 years ago
Anthony Restaino
e8897d43bf
Merge pull request #161 from karolba/no-zoom-in-internal-pages
...
Not allow to zoom in the internal pages.
10 years ago
Anthony Restaino
4c76f945f6
Merge pull request #159 from karolba/fix-kitkat-upload-bug
...
Fix bug with uploading files on KitKat
10 years ago
Anthony Restaino
06902d98d8
Merge pull request #160 from karolba/translation-pl
...
Add Polish translations
10 years ago
Anthony Restaino
1eb7156dd3
Merge pull request #165 from uberspot/master
...
add greek translation
10 years ago
uberspot
2e32454bb2
add greek translation
10 years ago