Anthony Restaino
25818dd8e9
Added new layout algorithm option and formatted code
2014-07-27 21:34:42 -04:00
Anthony Restaino
62430ce72e
Smoothed ProgressBar animation
2014-07-27 21:33:42 -04:00
Anthony Restaino
9bb947e249
Update BrowserActivity.java
2014-07-25 21:15:45 -04:00
Anthony Restaino
ea078dddc5
Smoothed progress bar
2014-07-25 17:48:42 -04:00
Miłosz Sieradzki
3c8e46188a
Fix that NullPointerException should NEVER be thrown by programmer, make exceptions more informative, simplify code logic, flip equals() on strings
...
...and other small fixes
2014-07-25 20:18:44 +02:00
Miłosz Sieradzki
c7b97621c7
Make util class non-instantiatable and non-extendable, flip equals() on strings, remove redundant code
2014-07-25 20:17:03 +02:00
Miłosz Sieradzki
d47d03b7af
Add missing 'private' and 'public' access' modifiers, fix warnings
2014-07-25 20:16:09 +02:00
Miłosz Sieradzki
e0ae78cfcd
Remove redundant variable initialization, flip equals() on strings
2014-07-25 20:15:20 +02:00
Miłosz Sieradzki
299c5ae6eb
Add logging exception, fix typo in comment
2014-07-25 20:14:35 +02:00
Miłosz Sieradzki
f36fd4bb8a
Use interface instead of concrete class, add missing @Override
2014-07-25 20:02:57 +02:00
Miłosz Sieradzki
4c409c209f
Make util class non-instantiatable and non-extendable
2014-07-25 20:00:58 +02:00
Miłosz Sieradzki
82d8af3057
Fix method names, redundant initialization of variables, typos in comments and other improvements
2014-07-25 19:59:55 +02:00
Miłosz Sieradzki
a33f3a340a
Fix "'handlers.size() == 0' can be replaced with 'handlers.isEmpty()'"
2014-07-25 19:35:41 +02:00
Miłosz Sieradzki
b9320522c7
Add missing equals() and hashCode() methods for class that implements Comparable<T>
2014-07-25 19:34:49 +02:00
Miłosz Sieradzki
406af6e699
Add missing @Override annotation, remove unnecessary code
2014-07-25 19:33:53 +02:00
Miłosz Sieradzki
f90f9fa877
Make util class non-instantiatable and non-extendable.
2014-07-25 19:33:29 +02:00
Miłosz Sieradzki
3d14b3aa11
Remove unnecessary code
2014-07-25 19:31:59 +02:00
Miłosz Sieradzki
c883c82d67
Add missing @Override annotation
2014-07-25 19:31:33 +02:00
Anthony Restaino
17789d848b
Lint fixes
2014-07-22 19:19:24 -04:00
Anthony Restaino
60574c0db9
Fixed Video full-screen not working
2014-07-22 18:50:20 -04:00
Miłosz Sieradzki
d85019ec72
Add logging
2014-07-21 18:55:22 +02:00
Miłosz Sieradzki
9c1b0c703e
Fix overwriting AdBlock instance by every new created LightningView object
2014-07-21 18:27:09 +02:00
Miłosz Sieradzki
09f23553a4
Fix AdBlock collection type and other problems
2014-07-21 18:22:12 +02:00
Anthony Restaino
fbd74df422
Improved comment readability in IDE editor
2014-07-20 20:08:12 -04:00
Anthony Restaino
a21ddb3a13
Note on intent utils
2014-07-20 19:58:19 -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
dafd684096
Clean up AdBlock class
...
* use interface instead of concrete class
* inline initialization of static variable
* remove redundant field and variable initialization
* replace single-character string with char
2014-07-19 17:39:51 +02:00
Miłosz Sieradzki
de031977ce
Fix file name not matching class name
2014-07-19 17:32:26 +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
6698e2e023
Browser now handles all intents correctly
2014-07-18 22:07:25 -04:00
Anthony Restaino
ec9a58795d
Fixed some URL launching and the log tag
2014-07-18 19:43:42 -04:00
Anthony Restaino
dabddc2bf5
Updated drawer UI and font
2014-07-16 17:12:01 -04:00
Anthony Restaino
253e6f06fd
Embolden text when a tab is selected for more contrast, smoothed animation of drawer hide when tab is switched
2014-07-15 20:01:05 -04:00
Anthony Restaino
a9b36df80e
Small UI Changes
2014-07-15 19:16:08 -04:00
Anthony Restaino
2d9f942bde
Navigation Drawer UI update
2014-07-14 23:03:37 -04:00
Anthony Restaino
b255a06d8f
Added shadows to navigation drawers
2014-07-13 21:54:09 -04:00
Anthony Restaino
34927b1a76
Switched Incognito activity to pull cookie preference from different constant
2014-07-12 09:33:33 -04:00
Anthony Restaino
b26efa0b48
Added input encoding parameter to Google search string
2014-07-11 07:47:47 -04:00
Anthony Restaino
617e134e83
Removed unnecessary code
2014-07-10 21:44:27 -04:00
Anthony Restaino
c7b3f794ab
Added support for clearing History and Cookies on exit
2014-07-10 20:41:42 -04:00
Anthony Restaino
c3f9d858bb
updated homepage and bookmarks page to be translatable
2014-07-09 17:25:59 -04:00
DF1E
5806fa8f51
make history item translatable
2014-07-09 10:43:01 +02: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
Anthony Restaino
e41b65c40d
Merge pull request #88 from DF1E/master
...
merge commits from https://github.com/aNNiMON/Lightning-Browser
2014-07-06 16:52:58 -04:00
Anthony Restaino
95110d9be9
Activities Restructure - Incognito and Main now extend a single BrowserActivity
2014-07-04 19:35:59 -04:00
Victor
d68ab94bbb
Optimize LicenseActivity
2014-07-04 10:21:22 +02:00
Victor
ecdef5d294
Add array resources
2014-07-04 10:21:06 +02:00
DF1E
7ffaf25f5e
clean code
2014-06-19 19:19:25 +02:00
n8fr8
f70d889c03
initial support for preference based proxy settings
...
and filtering to stop HTML5 media leakage
2014-06-02 10:56:20 -04:00