aboutsummaryrefslogtreecommitdiff
path: root/versionedparcelable
AgeCommit message (Expand)Author
2019-07-09Making restricted api txt files also include public apisJeff Gaston
2019-07-09Pre-size collections where possibleJake Wharton
2019-07-09Remove verbose exception stringsJake Wharton
2019-06-26Move several core libraries back to Java 7Aurimas Liutikas
2019-06-14Remove raw usage of Class type in public API of "versionedparcelable"Jake Wharton
2019-06-14Merge "Remove raw usage of Class and Constructor types" into androidx-master-devTreehugger Robot
2019-06-13Remove raw usage of Class and Constructor typesJake Wharton
2019-06-13Enables UnknownNullness lint checkLouis Pullen-Freilich
2019-06-13Suppresses / fixes all unchecked javac errors and enables error trackingLouis Pullen-Freilich
2019-06-10Enables Kotlin interop lint checksLouis Pullen-Freilich
2019-06-04Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0Nick Anthony
2019-05-31Update versionedparcelable to 1.2.0-alpha01 and pin all current usagesNick Anthony
2019-05-29Add a way to create snapshot repository directoryAurimas Liutikas
2019-05-28Move androidx.core and androidx.versionedparcelable to rc01 for JuneNick Anthony
2019-05-20Updating metalava from build 5579350Jeff Gaston
2019-05-09Move annotation to 1.2.0-alpha01 and pin all current usages toNick Anthony
2019-05-01Increment version to development versions (releasing version +1)Nick Anthony
2019-04-30Update versions to final May release versionsNick Anthony
2019-04-26Update to rc and beta for May releaseNick Anthony
2019-04-09Rename TEST_* to ANDROIDX_TEST_*Dustin Lam
2019-04-08Merge "Parcelutils.get/putVersionedParcelable should support null" into andro...Treehugger Robot
2019-04-08Parcelutils.get/putVersionedParcelable should support nullTony Mak
2019-04-08Delete SupportAndroidLibraryPluginAurimas Liutikas
2019-04-01Move DSL namespace from supportLibrary to androidx.Aurimas Liutikas
2019-03-28Add ashleyrose@ and remove jmonk@ from OWNERSAshley Rose
2019-03-21Merge "Make RemoteActionCompat be a VersionedParcelable" into androidx-master...Treehugger Robot
2019-03-21Make RemoteActionCompat be a VersionedParcelableTony Mak
2019-03-18Some updates to the Documentation section of `./gradlew tasks`Jeff Gaston
2019-02-21API: Properly filter out @RestrictTo(LIBRARY) on packages and classesAdrian Roos
2019-02-14Generating restricted API txtsJeff Gaston
2019-02-14Regenerating restricted API files based on the source jarsJeff Gaston
2019-02-13Migrate shared restricted apis to LIBRARY_GROUP_PREFIXOussama Ben Abdelbaki
2019-01-28Support to ignore api violations by adding baseline error filesJeff Gaston
2019-01-28Updating Metalava to version 1.2.5Jeff Gaston
2018-12-20Migrate away from deprecated test classesAlan Viverette
2018-12-11Remove customerrorprone projectOussama Ben Abdelbaki
2018-12-05Merge "Support for custom rules" into androidx-master-devOussama Ben Abdelbaki
2018-12-05Support for custom rulesOussama Ben Abdelbaki
2018-12-04Add versionedparcelable and coordinatorlayout api files to fix buildNick Anthony
2018-12-05Merge "Fix failing AppCompatTextViewTest" into androidx-master-devNick Anthony
2018-12-05Fix failing AppCompatTextViewTestNick Anthony
2018-12-04Added support for keeping track of public resource surfaceOussama Ben Abdelbaki
2018-11-01Changed versionedparcelable and collection dependencies to static versions.Nick Anthony
2018-10-25Enabling metalava by defaultJeff Gaston
2018-10-22Added support for custom error prone rulesOussama Ben Abdelbaki
2018-10-17All released apis are now recordedOussama Ben Abdelbaki
2018-09-27Remove never-read set "nonFields"Sergey Vasilinets
2018-09-20Undoing the recent enabling of MetalavaJeff Gaston
2018-09-19Enabling Metalava everywhereJeff Gaston
2018-09-01VersionedParcelable: Fix build when subclass also extends BuilderJaewan Kim