summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEGeoff Mendal2015-03-3073-0/+1606
| | | | | Change-Id: Ic4634d5d86f123187ac015a227b3e3dce3e77808 Auto-generated-cl: translation import
* am 83c3c518: [SetupWizardLib] Fix setup wizard crashMaurice Lam2015-03-301-2/+4
|\ | | | | | | | | * commit '83c3c51890c8cee83822fd41d323728b8ed2b254': [SetupWizardLib] Fix setup wizard crash
| * [SetupWizardLib] Fix setup wizard crashMaurice Lam2015-03-301-2/+4
| | | | | | | | | | | | | | | | | | Check for null before trying to set alpha on the drawables of the button. Also call setTextColor so that the text alpha of the button is also set (in addition to just the drawables). Bug: 19982609 Change-Id: I1d5c19d792ada1fa8b31902a2b0e27ff80af597f
* | am 2cd3a505: Merge "[SetupWizardLib] Add isSetupWizard" into ↵Maurice Lam2015-03-302-0/+128
|\| | | | | | | | | | | | | ub-setupwizard-alatar * commit '2cd3a5058ef157486d7d3c0f391f89dff808e81d': [SetupWizardLib] Add isSetupWizard
| * Merge "[SetupWizardLib] Add isSetupWizard" into ub-setupwizard-alatarMaurice Lam2015-03-302-0/+128
| |\
| | * [SetupWizardLib] Add isSetupWizardMaurice Lam2015-03-272-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | Add WizardManagerHelper.isSetupWizard for clients to tell whether an intent came from Setup Wizard. Also added WizardManagerHelperTest. Bug: 19964066 Change-Id: I71166571814be356c1bf34f37692795f99f4b592
* | | am 6df73450: [SetupWizardLib] Add standalone build fileMaurice Lam2015-03-303-54/+147
|\| | | | | | | | | | | | | | * commit '6df734500612c91d396ccc61da80cd1cdc96b5b3': [SetupWizardLib] Add standalone build file
| * | [SetupWizardLib] Add standalone build fileMaurice Lam2015-03-273-54/+147
| |/ | | | | | | | | | | | | | | | | Add a standalone build file to the build for users outside of the Android tree. This is necessary because gradle builds in Android tree have a different configuration than normal projects created in Android Studio, like android.properties file and the dist plugin. Change-Id: I0f1a9728d61fcad391d9d23f75445b5c435da13d
* | am 9f936767: [SetupWizardLib] Eclair compat buildMaurice Lam2015-03-2744-65/+149
|\| | | | | | | | | * commit '9f9367672191190f903955d09a4314d40869acc6': [SetupWizardLib] Eclair compat build
| * [SetupWizardLib] Eclair compat buildMaurice Lam2015-03-2644-65/+149
| | | | | | | | | | Bug: 19929602 Change-Id: I0e3ed9024461ec50efe2258031c1d2648f0d333f
* | am eb0dd6bb: Merge "[SetupWizardLib] Fix back button bug" into ↵Maurice Lam2015-03-262-2/+363
|\| | | | | | | | | | | | | ub-setupwizard-alatar * commit 'eb0dd6bb277ddbb91b6f77d2eccc6b58c74dc52a': [SetupWizardLib] Fix back button bug
| * Merge "[SetupWizardLib] Fix back button bug" into ub-setupwizard-alatarMaurice Lam2015-03-262-2/+363
| |\
| | * [SetupWizardLib] Fix back button bugMaurice Lam2015-03-262-2/+363
| | | | | | | | | | | | | | | | | | | | | | | | Fix bug in SystemBarHelper.setBackButtonVisible and added unit tests to the class. Bug: 19936103 Change-Id: I252e0069ee7b21d25422859a51f51dcbe4c6a7d5
* | | am 504a2f6f: Merge "[SetupWizardLib] Add no-scroll templates" into ↵Maurice Lam2015-03-258-0/+266
|\| | | | | | | | | | | | | | | | | | | | ub-setupwizard-alatar * commit '504a2f6f465c9a924c365b60e034cb1d084aee1b': [SetupWizardLib] Add no-scroll templates
| * | Merge "[SetupWizardLib] Add no-scroll templates" into ub-setupwizard-alatarMaurice Lam2015-03-258-0/+266
| |\ \
| | * | [SetupWizardLib] Add no-scroll templatesMaurice Lam2015-03-258-0/+266
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Added the no-scroll templates to the library, usually for use with views that handles its internal scrolling. Examples of this are WebViews and RecyclerViews. Note that the phone portrait layout has a caveat that the illustration will not scroll away. Change-Id: I12701f6e2692d41d0488f7b579fb15e2b136100d
| * / Import translations. DO NOT MERGEGeoff Mendal2015-03-251-1/+1
| |/ | | | | | | | | Change-Id: Ie7b195d01af7c1b27b692ab5b953d02596a67f6c Auto-generated-cl: translation import
* | am cbce1423: Merge "[SetupWizardLib] Use AppCompat themes for icsCompat" ↵Maurice Lam2015-03-235-31/+65
|\| | | | | | | | | | | | | into ub-setupwizard-alatar * commit 'cbce1423d80d54d13f64bb718d9d42c6abbf2a05': [SetupWizardLib] Use AppCompat themes for icsCompat
| * Merge "[SetupWizardLib] Use AppCompat themes for icsCompat" into ↵Maurice Lam2015-03-235-31/+65
| |\ | | | | | | | | | ub-setupwizard-alatar
| | * [SetupWizardLib] Use AppCompat themes for icsCompatMaurice Lam2015-03-235-31/+65
| | | | | | | | | | | | | | | | | | | | | Always use the AppCompat themes for icsCompat builds, even on v21+ because support library's FragmentActivity et al requires that. Change-Id: Ie67ce494ab58e3e6f39eb92a8014a83a1737f8ee
* | | am 2a007876: Merge "[SetupWizardLib] Add getNavigationBar" into ↵Maurice Lam2015-03-232-0/+22
|\| | | | | | | | | | | | | | | | | | | | ub-setupwizard-alatar * commit '2a0078763fab06c1ab9c783b67a5346ee28d86c5': [SetupWizardLib] Add getNavigationBar
| * | Merge "[SetupWizardLib] Add getNavigationBar" into ub-setupwizard-alatarMaurice Lam2015-03-232-0/+22
| |\ \
| | * | [SetupWizardLib] Add getNavigationBarMaurice Lam2015-03-232-0/+22
| | |/ | | | | | | | | | | | | | | | Add getNavigationBar method to SetupWizardLayout Change-Id: I49eeb5cfee2917d5b4e3f552f9c3b68747dcd79a
| * | Import translations. DO NOT MERGEGeoff Mendal2015-03-231-0/+22
| | | | | | | | | | | | | | | Change-Id: I5fc4cee198275f94f9aaaecea52f8b67e087ef71 Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEGeoff Mendal2015-03-2172-0/+1584
| |/ | | | | | | | | Change-Id: I9e392e683d0ef9ed704d5678f327a50509c3cec6 Auto-generated-cl: translation import
* | am a722cfbd: [SetupWizardLib] Flip Illustration for RTL on JBMaurice Lam2015-03-191-12/+21
|\| | | | | | | | | * commit 'a722cfbd655876203db00e86ab6749a1e4d2eeb5': [SetupWizardLib] Flip Illustration for RTL on JB
| * [SetupWizardLib] Flip Illustration for RTL on JBMaurice Lam2015-03-181-12/+21
| | | | | | | | | | | | | | | | | | On JB MR1 and MR2, RTL layouts are supported but Drawable.isAutoMirrored is not available. On those versions in Illustration check the application supportRtl bit to see if the app wants to support RTL, and flip the illustration according to that. Change-Id: Iddf97da7f3371a532bc663c086801ef9fbdace7f
* | am 2646e1d8: [SetupWizardLib] Changed project hierarchyMaurice Lam2015-03-1885-8/+9
|\| | | | | | | | | * commit '2646e1d82ec6d133b35b775f044e156fca6d9d75': [SetupWizardLib] Changed project hierarchy
| * [SetupWizardLib] Changed project hierarchyMaurice Lam2015-03-1785-8/+9
| | | | | | | | | | | | | | | | | | | | Moved res-ics to ics/res, and res, src, AndroidManifest to main/. This fits more to the "canonical layout" expected by gradle, and works around the issue where blaze is expecting every res directory used by a target to be named the same (including its library dependencies and its transitive dependencies). Change-Id: I658e3c0a67a01f379c43d3fad82cd40f9aa8cd28
* | am 16a7a7a8: Merge "[SetupWizardLib] Implement Partner" into ↵Maurice Lam2015-03-124-0/+387
|\| | | | | | | | | | | | | ub-setupwizard-alatar * commit '16a7a7a87ca9db68b1889b37ef46d65055195e7d': [SetupWizardLib] Implement Partner
| * Merge "[SetupWizardLib] Implement Partner" into ub-setupwizard-alatarMaurice Lam2015-03-124-0/+387
| |\
| | * [SetupWizardLib] Implement PartnerMaurice Lam2015-03-124-0/+387
| | | | | | | | | | | | | | | | | | | | | | | | Implement Partner.java which helps to get resolve resources from an overlay package provided by Partners. Bug: 19680333 Change-Id: I11d3826398741fb48fb6cf40b1d66b18c42ea085
* | | am 97984027: Merge "[SetupWizardLib] Fix tests for tablets" into ↵Maurice Lam2015-03-122-12/+33
|\| | | | | | | | | | | | | | | | | | | | ub-setupwizard-alatar * commit '97984027eb1af6492c3e63eb37e1fcd8feb82313': [SetupWizardLib] Fix tests for tablets
| * | Merge "[SetupWizardLib] Fix tests for tablets" into ub-setupwizard-alatarMaurice Lam2015-03-122-12/+33
| |\ \
| | * | [SetupWizardLib] Fix tests for tabletsMaurice Lam2015-03-122-12/+33
| | |/ | | | | | | | | | | | | | | | | | | | | | The layout requires SuwThemeMaterial to be the theme, and the tablet layout will crash without the theme. In the tests, we don't create activities so use a ContextThemeWrapper to apply the themes. Change-Id: I70d9252ed3c44a341dc10076d15aafc7c75c7209
* | | am 4fe042de: Merge "[SetupWizardLib] Add dist plugin to gradle" into ↵Maurice Lam2015-03-121-0/+1
|\| | | | | | | | | | | | | | | | | | | | ub-setupwizard-alatar * commit '4fe042de68da68f308d60f15f10c3009b03e7e6b': [SetupWizardLib] Add dist plugin to gradle
| * | Merge "[SetupWizardLib] Add dist plugin to gradle" into ub-setupwizard-alatarMaurice Lam2015-03-121-0/+1
| |\ \
| | * | [SetupWizardLib] Add dist plugin to gradleMaurice Lam2015-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dist plugin to gradle so that build servers will have the AAR outputs. Change-Id: I89149f15615633d90ccb1a58496fff49ef1cf7de
* | | | am 62aa3106: [SetupWizardLib] Fix navigation bar themeMaurice Lam2015-03-128-0/+8
|\| | | | | | | | | | | | | | | | | | | * commit '62aa3106854f10c4b8996ac7b71869254732f950': [SetupWizardLib] Fix navigation bar theme
| * | | [SetupWizardLib] Fix navigation bar themeMaurice Lam2015-03-128-0/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | Without the L-specific 4 argument constructor, the style needs to be applied to the navigation bar in each of the templates. Bug: 19692150 Change-Id: I9110ca22c67001386eea473a7d03a3ed1fb61415
* | | am 9fdfbb26: Merge "[SetupWizardLib] Resources for ICS" into ↵Maurice Lam2015-03-1252-74/+470
|\| | | | | | | | | | | | | | | | | | | | ub-setupwizard-alatar * commit '9fdfbb26521f8a0032a426ad4f5da49111c8ee2a': [SetupWizardLib] Resources for ICS
| * | Merge "[SetupWizardLib] Resources for ICS" into ub-setupwizard-alatarMaurice Lam2015-03-1252-74/+470
| |\ \
| | * | [SetupWizardLib] Resources for ICSMaurice Lam2015-03-1052-74/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add resources for ICS. This includes the back and next button for the navigation bar, which will switch places automatically depending on layout direction. The styles have also been rearranged so that it works on versions lower than v21. Bug: 19664089 Change-Id: I249ebcb63734d8332d9d8ec7f8f3da75651ee5c4
* | | | am 66cb0cca: [SetupWizardLib] Test ListLayoutMaurice Lam2015-03-122-0/+89
|\| | | | | | | | | | | | | | | | | | | * commit '66cb0ccabafc74069539fead8d10330635f31ff2': [SetupWizardLib] Test ListLayout
| * | | [SetupWizardLib] Test ListLayoutMaurice Lam2015-03-102-0/+89
| | |/ | |/| | | | | | | | | | | | | Tests for SetupWizardListLayout Change-Id: I210e7b989503a7fd247ebc916f46763d1be8ae87
* | | am 3bf68bb0: Merge "[SetupWizardLib] Post checkScroll in BottomScrollView" ↵Maurice Lam2015-03-101-1/+11
|\| | | | | | | | | | | | | | | | | | | | into ub-setupwizard-alatar * commit '3bf68bb0962f5fe4bb082f5642135f38efa2d9b2': [SetupWizardLib] Post checkScroll in BottomScrollView
| * | Merge "[SetupWizardLib] Post checkScroll in BottomScrollView" into ↵Maurice Lam2015-03-101-1/+11
| |\ \ | | | | | | | | | | | | ub-setupwizard-alatar
| | * | [SetupWizardLib] Post checkScroll in BottomScrollViewMaurice Lam2015-03-101-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In BottomScrollView, post the checkScroll instead of running it immediately from onLayout, so that views that change within the callbacks will be re-laid-out. Bug: 19635676 Change-Id: I0c8b47abd8c40c0c44da8498e1397b1940cce0b3
* | | | am 94a6491f: Merge "[SetupWizardLib] Compat for Java code" into ↵Maurice Lam2015-03-105-63/+86
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | ub-setupwizard-alatar * commit '94a6491f360b413ea8313782924a848b30dcd424': [SetupWizardLib] Compat for Java code
| * | | Merge "[SetupWizardLib] Compat for Java code" into ub-setupwizard-alatarMaurice Lam2015-03-105-63/+86
| |\ \ \ | | | |/ | | |/|