Anthony Restaino
d589061c94
Fixed bug with reopening old tab
11 years ago
Anthony Restaino
ff56ca1d31
Added option to disable history sync with Google
11 years ago
Anthony Restaino
52fcf8fdc0
Added option to change rendering mode
11 years ago
Anthony Restaino
d191bf151e
Open old tab when long pressing new tab button
11 years ago
Anthony Restaino
26c16530ad
Fixed crash when deleting blank tab
11 years ago
Anthony Restaino
9f3107c486
Match queries against bookmark urls as well as titles
11 years ago
Anthony Restaino
ec6c1bcd2a
Moved bookmark and homepage file locations so they don't get destroyed when the cache gets cleared
11 years ago
Anthony Restaino
689a786f11
Formatting
11 years ago
Anthony Restaino
e46b396ae5
Changed homepage centering to be better
11 years ago
Anthony Restaino
e4cf9af26a
Search suggestions from history now match the URL as well as title
11 years ago
Anthony Restaino
f5de4626ef
Added some code to allow inverted and grayscale modes in WebView
11 years ago
Anthony Restaino
e5fd921965
stupid formatting ¯\_(ツ)_/¯
11 years ago
Anthony Restaino
d1ce3f2868
Fixed some tab deleting logic, tab showing animation stuff, and changed favicons to grayscale if the view isn't shown
11 years ago
Anthony Restaino
b822573a2f
Layout updates
11 years ago
Anthony Restaino
0b03e569fb
Fixed issue where target="_blank" URLs wouldn't open correctly
11 years ago
Anthony Restaino
dd8893c952
Progress animation tweak
11 years ago
Anthony Restaino
b94cdc40af
Formatting
11 years ago
Anthony Restaino
1e2908ccd6
Formatting
11 years ago
Anthony Restaino
25818dd8e9
Added new layout algorithm option and formatted code
11 years ago
Anthony Restaino
62430ce72e
Smoothed ProgressBar animation
11 years ago
Anthony Restaino
9bb947e249
Update BrowserActivity.java
11 years ago
Anthony Restaino
ea078dddc5
Smoothed progress bar
11 years ago
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
11 years ago
Miłosz Sieradzki
c7b97621c7
Make util class non-instantiatable and non-extendable, flip equals() on strings, remove redundant code
11 years ago
Miłosz Sieradzki
d47d03b7af
Add missing 'private' and 'public' access' modifiers, fix warnings
11 years ago
Miłosz Sieradzki
e0ae78cfcd
Remove redundant variable initialization, flip equals() on strings
11 years ago
Miłosz Sieradzki
299c5ae6eb
Add logging exception, fix typo in comment
11 years ago
Miłosz Sieradzki
f36fd4bb8a
Use interface instead of concrete class, add missing @Override
11 years ago
Miłosz Sieradzki
4c409c209f
Make util class non-instantiatable and non-extendable
11 years ago
Miłosz Sieradzki
82d8af3057
Fix method names, redundant initialization of variables, typos in comments and other improvements
11 years ago
Miłosz Sieradzki
a33f3a340a
Fix "'handlers.size() == 0' can be replaced with 'handlers.isEmpty()'"
11 years ago
Miłosz Sieradzki
b9320522c7
Add missing equals() and hashCode() methods for class that implements Comparable<T>
11 years ago
Miłosz Sieradzki
406af6e699
Add missing @Override annotation, remove unnecessary code
11 years ago
Miłosz Sieradzki
f90f9fa877
Make util class non-instantiatable and non-extendable.
11 years ago
Miłosz Sieradzki
3d14b3aa11
Remove unnecessary code
11 years ago
Miłosz Sieradzki
c883c82d67
Add missing @Override annotation
11 years ago
Anthony Restaino
17789d848b
Lint fixes
11 years ago
Anthony Restaino
60574c0db9
Fixed Video full-screen not working
11 years ago
Miłosz Sieradzki
d85019ec72
Add logging
11 years ago
Miłosz Sieradzki
9c1b0c703e
Fix overwriting AdBlock instance by every new created LightningView object
11 years ago
Miłosz Sieradzki
09f23553a4
Fix AdBlock collection type and other problems
11 years ago
Anthony Restaino
fbd74df422
Improved comment readability in IDE editor
11 years ago
Anthony Restaino
a21ddb3a13
Note on intent utils
11 years ago
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
11 years ago
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
11 years ago
Miłosz Sieradzki
de031977ce
Fix file name not matching class name
11 years ago
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
11 years ago
Anthony Restaino
6698e2e023
Browser now handles all intents correctly
11 years ago
Anthony Restaino
ec9a58795d
Fixed some URL launching and the log tag
11 years ago
Anthony Restaino
dabddc2bf5
Updated drawer UI and font
11 years ago