aboutsummaryrefslogtreecommitdiffstats
path: root/play-services-base
Commit message (Collapse)AuthorAgeFilesLines
* replace stub classes by .gitkeep filesBananeweizen2015-01-112-8/+0
|
* use level21 for building and as targetBananeweizen2015-01-101-1/+1
| | | | | | | | | | | | | * Set targetSdk of main application to 21. This disables compatibility modes as described in http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#LOLLIPOP and http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#KITKAT_WATCH * Set compile target to 21 for main app and play services. * Suppress deprecation warnings, as there is no replacement for the deprecated API on lower API levels. Tested with Eclipse and Ant, on a 4.4 and 5.0.2 device. IDEA probably needs further changes.
* DEX sometimes complains about multiple class definitionsBananeweizen2015-01-101-1/+1
| | | Just rename the stub classes to avoid this.
* disable Android Lint for play servicesBananeweizen2015-01-061-0/+190
|
* Update IntelliJ IDEA filesSamuel Tardieu2015-01-051-0/+10
|
* Update IntelliJ IDEA filesSamuel Tardieu2015-01-051-2/+201
|
* #4585: fix Ant buildBananeweizen2015-01-041-1/+5
| | | | | * play-services-location must depend on play-services-base * some classes and methods of newer API versions need to be ignored in proguard
* #4585: workaround for build issues with empty src foldersBananeweizen2015-01-041-0/+8
|
* #4585: update IDEA project structureBananeweizen2015-01-041-0/+19
|
* fix #4585: split play servicesBananeweizen2015-01-04194-0/+2798