SetupWizardLibrary/library
Maurice Lam c64c94744d Refactor GenericInflater
Split GenericInflater into SimpleInflater, which wraps the XML parsing
into finding the tag name and an AttributeSet. The subclass is
responsible for creating the corresponding object for the given tag
name and AttributeSet.
ReflectionInflater is a subclass of SimpleInflater which will treat
the tag name as a class, and create the object via reflection using
the 2-argument constructor TagName(Context, AttributeSet).

Test: ./gradlew connectedAndroidTest
Change-Id: I81408f099f132b7bedb27a9b5425e3c18988aa52
2017-01-11 15:55:51 -08:00
..
eclair-mr1 [SuwLib] Turn on fatal lint 2016-12-12 19:15:44 +00:00
full-support Implement Mixins for Templates 2017-01-10 10:47:33 -08:00
main Refactor GenericInflater 2017-01-11 15:55:51 -08:00
platform [SuwLib] Fix header style 2016-05-06 17:50:41 -07:00
test Refactor GenericInflater 2017-01-11 15:55:51 -08:00
Android.mk [SuwLib] Add gingerbreadCompat build variant 2016-12-12 16:49:06 -08:00
build.gradle Remove icsCompat build variant 2017-01-06 00:57:20 +00:00
common-eclair-mr1.mk [SuwLib] Add gingerbreadCompat build variant 2016-12-12 16:49:06 -08:00
common-full-support.mk [SuwLib] Add gingerbreadCompat build variant 2016-12-12 16:49:06 -08:00
common-gingerbread.mk Fix comments in common-gingerbread.mk 2016-12-20 15:27:35 -08:00
common.mk Build with AAPT2 2016-08-15 15:40:50 -07:00
lint.xml [SetupWizardLib] Configure gradle 2015-03-03 22:24:57 +00:00
proguard.flags [SuwLib] Add proguard.flags 2016-05-12 19:05:41 -07:00
rules.gradle Remove icsCompat build variant 2017-01-06 00:57:20 +00:00
self.gradle Add robolectric test 2017-01-10 17:11:03 -08:00
standalone-rules.gradle Remove icsCompat build variant 2017-01-06 00:57:20 +00:00
standalone.gradle Remove icsCompat build variant 2017-01-06 00:57:20 +00:00