| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All Parcelable CREATOR fields are @NonNull. | Jeff Sharkey | 2019-02-28 | 1 | -1/+1 |
| | | | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations | ||||
| * | Move FragmentState out of Fragments.java [framework edition] | Aurimas Liutikas | 2017-04-20 | 1 | -0/+137 |
| Fragments.java contained 2 top level classes FragmentState and Fragments. This CL moves FragmentState into its own java file. On the plus side we will have one top level class per file as mandated by Google style, on the downside per line history will be a bit harder to do for FragmentState class, however it does not seem to have a lot of logic so it should be an OK loss. Test: None Change-Id: I85a1e5e91c87c1b123026fa79efb96f1d65b4b82 | |||||
