aboutsummaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update minSdkVersion in testsSamuel Tardieu2014-04-011-1/+1
|
* have same minor sdk version in test as in appBananeweizen2014-03-041-1/+1
|
* refactoring: tests can now be run as appBananeweizen2013-09-151-0/+8
| | | | | * run unit tests app as normal android app (it has a launcher now) * hit "run tests" button * enjoy the log flying by
* refactoring: explicitly declare no dependency to portrait modeBananeweizen2013-06-211-0/+4
| | | | * advised by Android developers * https://plus.google.com/108967384991768947849/posts/iJAZVox4kfV
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-4/+13
| | | * makes it easier to compare and find duplicate code
* fix #2759: have JUnit reports in testsBananeweizen2013-05-221-1/+1
|
* refactoring: make test compatible with level 4Bananeweizen2012-11-271-1/+1
|
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-5/+5
|
* Lint: increase minimum SDK versionSamuel Tardieu2012-03-221-1/+1
| | | | | | | | | | The field BitmapFactory.Options.scaled used in IconDecoderTest.java was introduced in API level 4. Since c:geo itself is using a minimum SDK version of 4, this aligns the test application to the main one. Android Lint v. 17
* performance: faster opening of lists (~20%), better scrollingBananeweizen2011-12-181-1/+2
| | | | | | | * avoid duplicate distance calculation in distance sorter * avoid String.format() wherever possible * avoid lookups with constant values in database * avoid reinitializing database all the time
* Reorganize tests to include them in the main repositorySamuel Tardieu2011-09-161-0/+12