Anthony Restaino
2876fa9609
Merge pull request #112 from kuc/travis-ci
...
Add automated continuous integration testing using Travis CI
10 years ago
Anthony Restaino
4069adaa06
Merge pull request #111 from kuc/fix-adblock
...
Fix AdBlock
10 years ago
Miłosz Sieradzki
f8c1506a8a
Update target in properties and scripts to match value from AndroidManifest.xml; make exception for Travis
10 years ago
Miłosz Sieradzki
d85019ec72
Add logging
10 years ago
Miłosz Sieradzki
9c1b0c703e
Fix overwriting AdBlock instance by every new created LightningView object
10 years ago
Miłosz Sieradzki
09f23553a4
Fix AdBlock collection type and other problems
10 years ago
Miłosz Sieradzki
c03acc0f44
Merge branch 'master' into travis-ci
10 years ago
Anthony Restaino
d128000c73
Merge pull request #109 from DF1E/master
...
fix spelling in german string
10 years ago
DF1E
93860a3efa
fix spelling in german string
10 years ago
Anthony Restaino
fbd74df422
Improved comment readability in IDE editor
10 years ago
Anthony Restaino
a21ddb3a13
Note on intent utils
10 years ago
Anthony Restaino
a3080175f3
removed useless layout params
10 years ago
Anthony Restaino
a56352de6c
Merge pull request #108 from kuc/code-cleanup
...
Code cleanup - part 1
10 years ago
Miłosz Sieradzki
371a8b0ef6
Add windows version of setup-ant.sh file
10 years ago
Miłosz Sieradzki
4e303ae4c2
Fix all lint errors 'Error: "STRING" is translated here but not found in default locale [ExtraTranslation]'
10 years ago
Miłosz Sieradzki
6f8c66cb99
Fix lint error in settings activity layout
10 years ago
Miłosz Sieradzki
046f839ccf
Fix typo
10 years ago
Miłosz Sieradzki
c9bc6e5699
Fix lint errors and warnings in license activity layout
10 years ago
Miłosz Sieradzki
a0b0deab90
Fix path to library
10 years ago
Miłosz Sieradzki
00e66547af
Fix "Error: No .class files were found in project ".", so none of the classfile based checks could be run."
10 years ago
Miłosz Sieradzki
335beb1a00
Configure android lint
10 years ago
Miłosz Sieradzki
b9086baf0b
Add empty missing file ant.properties
10 years ago
Miłosz Sieradzki
a40a9e70ed
Allow accepting any android-sdk-license in tests, remove unused sysimg
10 years ago
Miłosz Sieradzki
b4032aeb6e
Simple Travis CI setup: test if project will compile to APK successfully
10 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
10 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
10 years ago
Miłosz Sieradzki
de031977ce
Fix file name not matching class name
10 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
10 years ago
Anthony Restaino
86228a15d2
Merge pull request #107 from User99gmxat/master
...
Update German translation
10 years ago
User99gmxat
40e05ad660
Update German translation
10 years ago
Anthony Restaino
23c1d05b06
update .gitignore for proguard and updated version code
10 years ago
Anthony Restaino
4178fbe28e
Update README.md
10 years ago
Anthony Restaino
c344c308e0
Update README.md
10 years ago
Anthony Restaino
8f4aec6964
Delete BrowserActivity.apk
10 years ago
Anthony Restaino
0a820a4d62
Merge pull request #105 from kuc/update-submodule
...
Update submodule and submodule settings
10 years ago
Anthony Restaino
6698e2e023
Browser now handles all intents correctly
10 years ago
Anthony Restaino
ec9a58795d
Fixed some URL launching and the log tag
10 years ago
Miłosz Sieradzki
98bdca6bd4
Update setup-ant.sh
...
libs/android-support-v4.jar file was removed in commit a9b36df80e
10 years ago
Miłosz Sieradzki
61162f3f8a
Update submodule netcipher, setup tracking branch 'master'
...
Make use of git >= 1.8.2 feature to track submodule brach and allow easy updates by
git submodule update --remote
More info: http://www.vogella.com/tutorials/Git/article.html#submodules
10 years ago
Anthony Restaino
93eb4ab232
Merge pull request #104 from kuc/polish-translation
...
Add polish translation and fix settings layouts
10 years ago
Anthony Restaino
dabddc2bf5
Updated drawer UI and font
10 years ago
Miłosz Sieradzki
c740e0e03c
Fix indentation
10 years ago
Miłosz Sieradzki
ccec132835
Fix typo in translation
10 years ago
Miłosz Sieradzki
d13178e7ce
Remove unnecessary right padding
10 years ago
Miłosz Sieradzki
846f13f0ca
Make layout of "Settings" height-responsive, add right padding for labels
10 years ago
Miłosz Sieradzki
a59a3169c7
Make layout of "Advanced settings" height-responsive, add right padding for labels
10 years ago
Miłosz Sieradzki
35a4206c63
Add polish translation
10 years ago
Anthony Restaino
253e6f06fd
Embolden text when a tab is selected for more contrast, smoothed animation of drawer hide when tab is switched
10 years ago
Anthony Restaino
a9b36df80e
Small UI Changes
10 years ago
Anthony Restaino
f67cc05541
Update README.md
10 years ago