summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-17Merge "Build against SDK 28"Maurice Lam
2018-02-17Build against SDK 28Maurice Lam
buttonCornerRadius was an attribute new in API 28. Bug: 73252680 Test: ./gradlew test connectedAndroidTest Change-Id: If8a98ef5c299f756830844ebe241d08be5126110
2018-02-16Set color primary to color accentMaurice Lam
For GLIF v3, color accent is changed, and color primary should be changed to match as well. Test: ./gradlew test Bug: 73253714 Change-Id: I553f4eaccc75abaedad4cf9e31d003d6c1f64660
2018-02-15Use google-sans-medium for GLIF buttonsMaurice Lam
Test: Manual, Existing tests pass Bug: 73252680 Change-Id: Idb6c8821fc07eceae86f5574e3f4ec82cf3fcb8f
2018-02-14Merge "Add setIcon(int) to IconMixin"Maurice Lam
2018-02-14Add setIcon(int) to IconMixinMaurice Lam
This allows vector drawable compat to be used on pre-L. Test: ./gradlew connectedAndroidTest Change-Id: I405f28eae11e68532165f89b1c1a226972ee06a3
2018-02-14Merge "Add method to retrieve color from partner apk"TreeHugger Robot
2018-02-13Add method to retrieve color from partner apkAjay Nadathur
bug: 73077257 Test: Manually tested and verified Change-Id: Ia90998780913966d3953011591d9f46e088ef963
2018-02-12Add navigation bar divider colorMaurice Lam
Test: Manual Bug: 72750512 Change-Id: Id2d80d618134056edf95b183943690c33fdbd763
2018-02-01Set the back button sysUiVisibility as wellMaurice Lam
Changes to window sysUiVisibility is not picked up after the window is laid out, so add a call to set the decor view's sysUiVisibility as well. Test: ./gradlew connectedAndroidTest Bug: 72840994 Change-Id: I6f0744599f46adf1840738f226b4394e5b7ed1df
2018-01-29Add timeout to consecutive tap gestureMaurice Lam
Test: ./gradlew test Bug: 72202690 Change-Id: Ia227cc38cfb54e4f33d34adfffdc6c38543060d5
2018-01-11Implement GLIF v3 button styleMaurice Lam
Buttons are now sentence case and uses Google sans font if available. Test: ./gradlew test Bug: 71759812 Change-Id: Ibb42b58306163f387837600ca52e73065c2b0d9d
2018-01-11Use light nav bar for GLIF V3 on API v27+Maurice Lam
Test: ./gradlew test Bug: 70896202 Change-Id: I742e807bca40b0a77158293f0d0cce52bc0cad3f
2018-01-11Merge "More app bar support in GlifLayout"TreeHugger Robot
2018-01-10Add error-prone to gradle buildMaurice Lam
So that error prone failures can be caught before dropping to Google3. Test: make Change-Id: I0ff6f7a4c124433d907703fd1204395c34bab6bf
2018-01-04Merge "Deprecate SUW lib platform variant"Maurice Lam
2018-01-03More app bar support in GlifLayoutMaurice Lam
- Add app:suwStickyHeader attribute to GlifLayout to specify a custom app bar layout, which can be a Toolbar. - Create indirection attribute ?attr/suwGlifIconStyle to allow apps to override the GLIF icon style. Test: ./gradlew test Bug: 68826871 Change-Id: I6384db970582c56431b6085bb172f6ca28099f9d
2017-12-22Upgrade to new version of support-test libsMaurice Lam
The new libraries fixes bugs with UiThreadTest, and also is also able to run Parameterized tests on continuous infrastructure. Test: Run forrest command (go/paste/5209188573642752) Bug: 70986599 Bug: 70986575 Change-Id: Idbb4513cfb7cb518d59c5c2c15c30230618c384d
2017-12-21Deprecate SUW lib platform variantMaurice Lam
It's becoming too hard to develop without support lib with the lack of recycler view and other newer support lib features. Please migrate to common-gingerbread at your convenience. Test: Builds. This change should be a no-op (simply renaming files) Bug: 33298315 Change-Id: I2e2a23ae5c1f554d8c62728b60d3ba59a60e458c
2017-12-20Merge "Extend Alert theme and not dialog"TreeHugger Robot
2017-12-20Merge "Change accent color in GLIF V3"TreeHugger Robot
2017-12-20Merge "Add root.mk file to build"TreeHugger Robot
2017-12-20Merge "Remove test APK rename"TreeHugger Robot
2017-12-20Merge "Rename GM progress bar to FourColor"TreeHugger Robot
2017-12-19Extend Alert theme and not dialogAjay Nadathur
bug: 69930374 Test: Manually tested and verified Change-Id: Id005df7bd78c8fc25ba61fca417be237ceebb046
2017-12-19Merge "Update dialog styles to material 2"TreeHugger Robot
2017-12-18Update dialog styles to material 2Ajay Nadathur
bug: 69930374 Test: Manually tested Change-Id: I3921dc09dca9c11e7c5b86e29f3ab88436559578
2017-12-16Change accent color in GLIF V3Maurice Lam
Change the accent color to Google Blue 600 for better contrast. The button color change in ag/3301076 was mostly reverted because the color will be automatically picked up from the updated accent color. Test: Manual, Existing tests pass Bug: 69930196 Change-Id: I2fad5b029357afec9402ef8de5810fa0e092a713
2017-12-15Remove test APK renameMaurice Lam
Test configuration on the server has been updated. Test: Builds with ./gradlew buildProjectFull Bug: 70287447 Change-Id: Ie82011e5c4ff86e0b3400076f91247663589fbe4
2017-12-15Add root.mk file to buildMaurice Lam
So we can avoid pulling in all the make machinery from platform/build Test: `make` builds the project Bug: 70287447 Change-Id: I97250208ad4650a85c75924b0a501c604816c441
2017-12-14Mark platform build as deprecated on gradleMaurice Lam
Test: ./gradlew buildProjectFull Bug: 33298315 Change-Id: I265ab8468a75dbe23749259a36f9aba06abbc8ed
2017-12-14Rename GM progress bar to FourColorMaurice Lam
Test: Existing tests pass Bug: 63074068 Change-Id: Ib0ab34b556934de71920862fbd1d4b194f3db8a8
2017-12-14Add 'compat' flavor dimension to SUW lib.Jeff Davidson
Change-Id: I6538454ba777730f3a75cffda737a07901521733 Test: Gradle sync with 2.3 plugin.
2017-12-14Merge "Update text field style to Material 2 for suw"TreeHugger Robot
2017-12-14Merge "Revert "Revert "Changes needed to upgrade to new gradle version"""Maurice Lam
2017-12-14Update text field style to Material 2 for suwAjay Nadathur
bug: 69930300 Test: Manually tested Change-Id: I3079891881f00ab38d5d3bab8291e8ff1829e491
2017-12-13Revert "Revert "Changes needed to upgrade to new gradle version""Maurice Lam
This reverts commit 46216d0e61318e7af168e9e903ef8d943bb49b2e. Reason for revert: Roll forward - Added ag/3351790 to the topic Change-Id: I64990e558d3f77165ab3fe89006a02225b712257
2017-12-13Merge "Revert "Changes needed to upgrade to new gradle version""Colin Cross
2017-12-13Revert "Changes needed to upgrade to new gradle version"Colin Cross
This reverts commit ba1332d1b4dd525a2ef313246482708cb2016052. Reason for revert: Broke taimen builds in master Change-Id: Iffffadbacae8c6c69907dcecc447f958cf6ce909
2017-12-13Merge "Changes needed to upgrade to new gradle version"TreeHugger Robot
2017-12-11Implement new XL Progress barMaurice Lam
For screens without much content, the new style is to use an extra large progress bar (same size as illustration). Bug: 63074068 Test: ./gradlew test Change-Id: If139e8eeb555cc684ce43a91524ad2da00b7dc93
2017-12-09Merge "Add missing @Override annotations"TreeHugger Robot
2017-12-07Merge "Change SUW footer height"Ajay Nadathur
2017-12-07Change SUW footer heightAjay Nadathur
- Changed the height of footer to 72dp from 80dp bug: 69930241 Test: Manually tested and verified the height of footer Change-Id: I1e434d5d15b68e095b5baf8687d1cc1a7ec313fe
2017-12-07DO NOT MERGE: Merge Oreo MR1 into master am: 9ac186c5e9 -s ours am: b83f2d3225Xin Li
am: 50ed3702fe -s ours Change-Id: I910b8cc21178578e5db7807012d0484a2bc4dde1
2017-12-07DO NOT MERGE: Merge Oreo MR1 into master am: 9ac186c5e9 -s oursXin Li
am: b83f2d3225 Change-Id: If267c7355dc7edfbdf5655a0bf9d3ffcd6bd5907
2017-12-07DO NOT MERGE: Merge Oreo MR1 into masterXin Li
am: 9ac186c5e9 -s ours Change-Id: Ia16e9da57380a6aa2686889cbad949847477bb75
2017-12-06Changes needed to upgrade to new gradle versionMaurice Lam
- Add ignore for various lint errors that is introduced in the lint update - Remove GLIF Pixel themes as they are unused and causing lint errors - Add flavor dimension "compat" as it is now required - Replace *Compile with *Implementation in the gradle files, as needed by the newer Gradle version - Use build tools 27.0.0 to avoid the Gradle warning - Use new Robolectric configuration mechanism and removed our old hack, per http://robolectric.org/getting-started/ Reference: https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html Test: Existing tests pass Bug: 70287447 Change-Id: I505476ae3695cd06349766c5e6280299f779f272
2017-12-06DO NOT MERGE: Merge Oreo MR1 into masterandroid-wear-p-preview-2android-wear-8.0.0_r1android-p-preview-1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7o-mr1-iot-preview-8o-mr1-iot-preview-7Xin Li
Exempt-From-Owner-Approval: Changes already landed internally Change-Id: I98a5f23166133cf5ee1c70ac6549cd814fa80be6
2017-12-05Add missing @Override annotationsMaurice Lam
Test: Existing tests pass Change-Id: I9bf733b3591a1bc02e4bd4898f04d30e14e5fd45