Commit Graph

11 Commits

Author SHA1 Message Date
Martijn Brekhof b0e6d329f3 Fixed lint errors (#491)
Lint is complaining about the new launcher icons in 'res/mipmap-anydpi-v26'
are not in PNG format. These are now defined in XML and lint is probably
not aware of the new XML format for API v26 and higher.

This also fixes usage of "android:layout_marginEnd". Which is only
supported from API v17.

Added running lintFullRelease to travis-CI build.
2017-12-22 18:20:41 +00:00
Raafat Akkad fa6796475c Add Adaptive Icon For API 26+ (#450)
* Target Sdk Version 26
* Add Adaptive Icon For API 26+
* Update travis to compile against API 26
* Move SVG files to art/launcher/v26/ per CR
* Scale logo to 83%
* Update buildToolsVersion to 26.0.2
* Update travis build-tools to 26.0.2
2017-11-11 15:26:18 +00:00
Martijn Brekhof a35f05c735 Fixed travis build by reducing the memory consumption of gradle (#436) 2017-08-31 09:11:02 +01:00
Synced Synapse 6d779af3b1 Fix travis build 2017-07-27 22:43:13 +01:00
Martijn Brekhof 07be6da2ad Fixed lint errors regarding calling new methods on older versions (#334) 2017-01-03 16:14:39 +00:00
Martijn Brekhof eea3a69d3d Updated travis configuration 2016-12-29 18:27:40 +00:00
Martijn Brekhof bbda7df4aa Refactored integration tests to use robolectric (#302)
* Updated travis build to include running local tests for each PR
* Removed unused methods from Utils.java
* Moved all resources required by both local and instrumentation tests
  to testUtils
* Added proguard rules for the test builds to prevent proguard from discarding
  the junit classes
2016-11-08 11:43:10 +00:00
Martijn Brekhof e399c3e607 Fixed travis build tools version 2016-09-21 14:33:57 +02:00
Martijn Brekhof 6a928e3c95 Added fix for travis build 2016-06-20 20:57:40 +02:00
Martijn Brekhof 1008b87213 Upgraded travis CI config to match our android build (tools) version 2016-06-01 08:06:40 +02:00
Martijn Kaijser 8ab94c3ce2 [CI] add Travis-CI file for auto build testing 2016-02-06 20:31:57 +01:00