17 Commits

Author SHA1 Message Date
DF1E
625fbb1aa9 improve theming 1 2015-04-01 21:22:42 +02:00
Anthony Restaino
a4f0c010d1 Added Dark Theme to browser. Added options to Reading Mode. 2015-03-31 11:20:41 -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
7f8253b470 Settings should utilize .apply() instead of .commit() 2015-01-29 21:55:46 -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
6a7b4bfe68 Manual merge of Settings changes from @pejakm due to merge conflicts 2014-12-31 12:56:33 -05:00
Anthony Restaino
25a1b86307 Add BookmarkActivity that allows centralized management of bookmarks 2014-09-01 21:01:18 -04:00
Anthony Restaino
df51c67909 Utilize new BookmarkManager class for bookmarks 2014-08-22 13:32:22 -04:00
Anthony Restaino
448c168513 Simplified History Logging 2014-08-20 15:55:22 -04:00
Anthony Restaino
ff56ca1d31 Added option to disable history sync with Google 2014-08-19 19:31:53 -04:00
Anthony Restaino
e5fd921965 stupid formatting ¯\_(ツ)_/¯ 2014-08-08 18:17:52 -04:00
Anthony Restaino
b94cdc40af Formatting 2014-07-28 17:09:03 -04:00
Miłosz Sieradzki
0cf218018c Clean up SettingsActivity and AdvancedSettingsActivity
* field that are overwritten from every class instance SHOULD NOT be "static"
* some field could and was converted to local variables
* add missing "private" qualifier here and there
* action bar may be null, added checking for this
* remove wrapping all method body in try-catch, moved it to method call
* removed redundant field and local variable initializations
* single-char string replaced with char
* redundant qualifiers ("SettingsActivity.this" etc.) was removed
2014-07-19 18:22:33 +02:00
Miłosz Sieradzki
005e75fc8d Restore consistency in code formatting
* remove all trailing spaces
* some files used spaces instead of tabs like the rest of codebase - fixed
* make use of IDE "optimize import" feature
* make use of IDE "auto format" feature to fix some missing spaces here and there
2014-07-19 16:49:33 +02:00
Anthony Restaino
c7b3f794ab Added support for clearing History and Cookies on exit 2014-07-10 20:41:42 -04:00
Victor
ecdef5d294 Add array resources 2014-07-04 10:21:06 +02:00
Anthony Restaino
8bead20406 Updated to 3.1.0
Updated to new UI
Added AdBlocker
Added Google Search Suggestions
Tons of other stuff
2014-04-28 15:41:40 -04:00