Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all libraries use API 22 for building | Bananeweizen | 2015-06-20 | 1 | -1/+1 |
| | | | | | Previously we had a mix of 3 different API levels for building, which lead to types being shown 3 times in the IDE. Now all projects (except the appcompat lib) use the same level 22. | ||||
* | upgrade to play services 7.5 | Bananeweizen | 2015-05-30 | 1 | -0/+0 |
| | |||||
* | fix ant project names | Bananeweizen | 2015-05-23 | 1 | -1/+1 |
| | | | | previously the ant build was reporting about the wrong projects due to copy paste errors in the build files. | ||||
* | upgrade to Play Services 7.3 | Bananeweizen | 2015-04-28 | 1 | -0/+0 |
| | |||||
* | fix ant build with play services 7.0 | Bananeweizen | 2015-04-08 | 1 | -1/+2 |
| | |||||
* | upgrade to play services 7.0 | Bananeweizen | 2015-04-08 | 1 | -0/+0 |
| | |||||
* | replace stub classes by .gitkeep files | Bananeweizen | 2015-01-11 | 2 | -7/+0 |
| | |||||
* | use level21 for building and as target | Bananeweizen | 2015-01-10 | 1 | -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 definitions | Bananeweizen | 2015-01-10 | 1 | -1/+1 |
| | | | Just rename the stub classes to avoid this. | ||||
* | disable Android Lint for play services | Bananeweizen | 2015-01-06 | 1 | -0/+190 |
| | |||||
* | Update IntelliJ IDEA files | Samuel Tardieu | 2015-01-05 | 1 | -0/+10 |
| | |||||
* | Update IntelliJ IDEA files | Samuel Tardieu | 2015-01-05 | 1 | -2/+201 |
| | |||||
* | #4585: fix Ant build | Bananeweizen | 2015-01-04 | 2 | -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 folders | Bananeweizen | 2015-01-04 | 1 | -0/+7 |
| | |||||
* | #4585: update IDEA project structure | Bananeweizen | 2015-01-04 | 1 | -0/+19 |
| | |||||
* | fix #4585: split play services | Bananeweizen | 2015-01-04 | 16 | -0/+200 |