8 Commits

Author SHA1 Message Date
Anthony Restaino
e5fd921965 stupid formatting ¯\_(ツ)_/¯ 2014-08-08 18:17:52 -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
ec9a58795d Fixed some URL launching and the log tag 2014-07-18 19:43:42 -04:00
Anthony Restaino
8dcfd05c58 Updated Orbot Preference Handling 2014-07-08 21:35:13 -04:00
DF1E
d0f0814bad move option to enable Orbot to settings 2014-07-07 09:16:49 +02: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