History log of /packages/apps/EmergencyInfo/src/com/android/emergency/edit/EditInfoFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
59a577a286d41315b18b3914bd7e5164c3b77b5d 20-Jul-2017 Juan Lang <juanlang@google.com> Fix jank when loading emergency info.

Previously, empty elements were removed when the fragments are resumed,
but not during initial creation. As a result, the transition from
"present but empty" to "absent" was visible.

Fix: 63078874
Test: manual

Change-Id: Iaff095f574d10d5a7979daa95219d0c8df1d8e78
/packages/apps/EmergencyInfo/src/com/android/emergency/edit/EditInfoFragment.java
2c0518a7dfd5b7cd36e88d9f2df064b1e756bd83 11-May-2017 Juan Lang <juanlang@google.com> Reimplement EmergencyInfo with the support library.

This allows compatibility with SettingsLib.

Bug: 30046624
Test: runtest --path packages/apps/EmergencyInfo/tests
Change-Id: I3e4a49b6aebfd3297014bfd3bc9cc80a37e3a006
/packages/apps/EmergencyInfo/src/com/android/emergency/edit/EditInfoFragment.java
432ad365542a71f22c81c341592a16cde9e6be6f 05-May-2017 Juan Lang <juanlang@google.com> Combine editing medical info and emergency contacts into one view.

This implementation is not complete yet, there are more changes
proposed, but this accomplishes the largest chunk in as small a change
as I could manage.

Test: Run unit tests. Manually test app's basic functions still work.
Change-Id: If9f315958a6bbc26a17d44858cdfc950f5cbac02
/packages/apps/EmergencyInfo/src/com/android/emergency/edit/EditInfoFragment.java