DF1E
a21e2f6a7c
fix ReadingActivity
...
I had no problems on stock android but on cyanogenmod I got crashes
without this
10 years ago
Anthony Restaino
971b0cd022
Change Reading mode package name to lower case
10 years ago
Anthony Restaino
d60fe82b4a
Fix lint problems and other code style problems, also fixed sluggish navigation drawer issues
10 years ago
Anthony Restaino
0c57e14f05
Add in proguard protection for Reading Mode (should keep it from crashing)
10 years ago
Anthony Restaino
fa3c784722
Add in attribution to jsoup library
10 years ago
Anthony Restaino
a4878914e2
Remove mdpi assets, just rely on scaled down hdpi versions
10 years ago
Anthony Restaino
db20a4eeac
Fixed problem where progress bar didn't display on 4.0 and 4.1
10 years ago
Anthony Restaino
10668a019b
Added a Reading Mode that can be accessed from the menu
...
Reading Mode utilizes the Snacktory library created by karussel which is
licensed under the Apache 2.0 license.
https://github.com/karussell/snacktory
10 years ago
Anthony Restaino
313f9fb105
Fixed bug where navigation drawers sometimes overlapped
10 years ago
Anthony Restaino
e7dacc9c10
Attempt to fix bug where DrawerArrowDrawable animation gets stuck half way.
...
Also, add a background to indicate that the exit button on a tab is
pressed.
10 years ago
Anthony Restaino
9173e8270a
Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev
10 years ago
Anthony Restaino
ab134a8927
Fixed bug with Palette API
10 years ago
Anthony Restaino
71471f0718
Merge pull request #182 from karolba/patch-1
...
Update Polish translation in dev branch
10 years ago
karolba
87ee80fc8b
Fix spelling
10 years ago
karolba
29d55ec890
Update Polish translation in dev branch
10 years ago
Anthony Restaino
9eedc19b11
Merge pull request #176 from kuc/fix-travis-build
...
Fix Travis build in dev branch
10 years ago
Miłosz Sieradzki
675df18a7d
Port changes from setup-ant.sh to setup-ant.bat
10 years ago
Miłosz Sieradzki
382cfdbc65
Change libraries to library projects
10 years ago
Miłosz Sieradzki
ddfc5d9334
Finish updating target to android-21
10 years ago
Anthony Restaino
5edbff4f39
Update .travis.yml
10 years ago
Anthony Restaino
86aefa5e54
Update setup-ant.sh
10 years ago
Anthony Restaino
1e647c8e78
Merge pull request #175 from anthonycr/master
...
Merge in travis build script updates
10 years ago
Anthony Restaino
4f1a1f3aa9
Merge pull request #171 from bidu-dw/dev
...
Change several search engine URLs to https
10 years ago
Anthony Restaino
cbfacffff7
Merge pull request #173 from DF1E/dev
...
update german string
10 years ago
Anthony Restaino
ac48ddfbce
Merge pull request #174 from kuc/update-travis-build-script
...
Update Travis build script
10 years ago
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