Anthony Restaino
ecdf533188
Color mode dynamically lightens colors that are too dark to see
10 years ago
Anthony Restaino
0a4f650869
Switch out "Android Search" for better known Ask.com search
10 years ago
Anthony Restaino
32f4a457bb
Fixed bug where progress bar didn't fade out always
10 years ago
Anthony Restaino
0116481022
Using a smoother progress bar
10 years ago
Anthony Restaino
5fb00c08c2
Added in option to change URL display (url, domain, title), and other minor changes
...
Additional changes include removing useless code and making some utility
methods not reliant on Context
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
fa3c784722
Add in attribution to jsoup library
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
ab134a8927
Fixed bug with Palette API
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
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
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
DF1E
a292c6c776
material design for erveryone..
...
use appcompat on all API's because of its backward compatibility
10 years ago
Anthony Restaino
eff7e3800d
Retrieve correct package name rather than hardcoding it
10 years ago
Anthony Restaino
376ac564b8
Animate toolbar hide/show
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
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
Karol Barenicki
3510691439
Delete a comment saying that it doesn't work
10 years ago
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.
10 years ago
Anthony Restaino
1e8e78e6d7
Reversed search arrow direction to be more intuitive
10 years ago
Anthony Restaino
f06170ebfd
Merge pull request #154 from DF1E/add-searchbar
10 years ago
Anthony Restaino
6a7b4bfe68
Manual merge of Settings changes from @pejakm due to merge conflicts
10 years ago
Karol Barenicki
723331fc7b
Fixes popup when zooming using only one finger.
...
When a user was zooming using the "double tap and while holding swipe
up/down" gesture, the "Open/Download/New Tab" dialog would be shown,
ending the zooming gesture, what made zooming using that gesture
impossible. This commit fixed that issue.
10 years ago