Anthony Restaino
d9e888e8a9
Change Navigation Drawer layout slightly, fix dark theme for drawer
2015-04-02 21:50:59 -04:00
DF1E
addaa3b2b3
fix theme on BrowserActivity
...
there should be only one ThemableActivity but there are two dark themes
- one for settings and on for BrowserActivity
2015-04-01 22:13:46 +02:00
DF1E
2551b3dc27
improve restart
2015-04-01 21:35:16 +02:00
DF1E
aedf76e3ae
improve theming 2
2015-04-01 21:31:28 +02:00
DF1E
625fbb1aa9
improve theming 1
2015-04-01 21:22:42 +02:00
DF1E
c75ca89775
clean BrowserActivity
2015-04-01 20:36:10 +02:00
Anthony Restaino
763524555b
Added preference changes due to theme changes.
2015-03-31 11:21:07 -04:00
Anthony Restaino
a4f0c010d1
Added Dark Theme to browser. Added options to Reading Mode.
2015-03-31 11:20:41 -04:00
Anthony Restaino
1d6a445d33
Fix deprecation issues, fix a couple rendering issues
2015-03-29 18:03:33 -04:00
Anthony Restaino
5944cdc5df
Lint fixes, new icon, fixes for SearchAdapter showing weird on ICS
2015-03-29 00:46:24 -04:00
Anthony Restaino
450ba6b0fd
Update project for new API 22, remove another layer of overdraw on the WebView
2015-03-28 15:39:18 -04:00
Anthony Restaino
c87c57661f
Remove overdraw and stop blocking DOM storage (breaks sites) in incognito mode
2015-03-27 20:55:48 -04:00
Anthony Restaino
9ff1614a0f
Cache favicons when they are downloaded by the WebView for use by bookmarks
2015-03-26 18:46:14 -04:00
Anthony Restaino
1f1ed20a7e
Cache search suggestions temporarily so that repeated searches to not waste data requests
2015-03-26 12:37:29 -04:00
Anthony Restaino
8b3da70d92
Rename HistoryDatabase and convert it to a singleton for easier usage. Improved database structure.
2015-03-26 11:09:09 -04:00
Anthony Restaino
ecdf533188
Color mode dynamically lightens colors that are too dark to see
2015-03-25 20:51:29 -04:00
Anthony Restaino
0a4f650869
Switch out "Android Search" for better known Ask.com search
2015-03-24 20:45:34 -04:00
Anthony Restaino
32f4a457bb
Fixed bug where progress bar didn't fade out always
2015-03-24 20:43:25 -04:00
Anthony Restaino
0116481022
Using a smoother progress bar
2015-03-24 16:13:08 -04:00
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
2015-02-24 13:52:17 -05:00
Anthony Restaino
971b0cd022
Change Reading mode package name to lower case
2015-02-09 15:46:10 -05:00
Anthony Restaino
d60fe82b4a
Fix lint problems and other code style problems, also fixed sluggish navigation drawer issues
2015-02-09 15:45:40 -05:00
Anthony Restaino
fa3c784722
Add in attribution to jsoup library
2015-02-09 15:30:50 -05:00
Anthony Restaino
db20a4eeac
Fixed problem where progress bar didn't display on 4.0 and 4.1
2015-02-05 20:59:52 -05:00
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
2015-02-05 15:33:23 -05:00
Anthony Restaino
313f9fb105
Fixed bug where navigation drawers sometimes overlapped
2015-02-05 12:21:16 -05:00
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.
2015-02-05 12:09:39 -05:00
Anthony Restaino
ab134a8927
Fixed bug with Palette API
2015-02-04 21:30:25 -05:00
Anthony Restaino
4f1a1f3aa9
Merge pull request #171 from bidu-dw/dev
...
Change several search engine URLs to https
2015-01-31 23:11:22 -05:00
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
2015-01-31 22:36:19 -05:00
Anthony Restaino
43950d4f71
Bug Fixes for rouge Android versions/OEMs that don't behave correctly
2015-01-31 11:01:24 -05:00
bidu-dw
76ab43743d
Change several search engine URLs to https
...
Yahoo, Bing, Baidu and Yandex support https. Change for more safety.
2015-01-31 12:59:34 +08:00
Anthony Restaino
9ffeecc584
Improve rendering
2015-01-30 22:50:31 -05:00
Anthony Restaino
0e212539e9
Fixed occasional IllegalStateException
2015-01-30 22:50:15 -05:00
Anthony Restaino
6407f1101a
Cache objects to use less memory
2015-01-30 22:49:55 -05:00
Anthony Restaino
03ac2f8b42
Final updates for second Lollipop beta
2015-01-30 21:25:09 -05:00
Anthony Restaino
35c585b3f4
Search adapter shouldnt spawn new worker threads if current ones havent finished
2015-01-29 21:57:39 -05:00
Anthony Restaino
04c4d202b2
Add utility method to help finding favicons
2015-01-29 21:57:19 -05:00
Anthony Restaino
6269325a44
Revert "Revert "Fix miscellaneous lint errors""
...
This reverts commit bd308dead7c92fb7b51f5af8260c12cb18e3b529.
2015-01-29 21:56:48 -05:00
Anthony Restaino
bd308dead7
Revert "Fix miscellaneous lint errors"
...
This reverts commit 920113b49ae897a36e334d10a3b7d1ebb5c2e295.
2015-01-29 21:56:35 -05:00
Anthony Restaino
920113b49a
Fix miscellaneous lint errors
2015-01-29 21:56:10 -05:00
Anthony Restaino
7f8253b470
Settings should utilize .apply() instead of .commit()
2015-01-29 21:55:46 -05:00
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
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
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