summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/common/concurrent/DialerUiTaskFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed race condition in DialerUiTaskFragment.zachh2017-08-301-2/+26
| | | | | | | | | | This was manifesting as a flaky test: https://sponge.corp.google.com/target?id=935f070f-e23e-4a67-b9cb-42e0e6f97c88&target=//third_party/java_src/android_app/dialer/javatests/com/android/espresso/dialer/main/impl:MainActivityIntegrationTest Test: unit PiperOrigin-RevId: 166873503 Change-Id: I00fcdbc1ce91cfcf984ffda09d538a5e1093368f
* Fixed crash due to calling setRetainInstance on a nested fragment.zachh2017-08-301-1/+1
| | | | | | | | | Fixed by using the activity's fragment manager when creating the DialerUiTask. Bug: 64841638 Test: manual PiperOrigin-RevId: 165952771 Change-Id: Id9cac50a127f5bf8af65fd8926a055abe2ef7525
* Automated g4 rollback of changelist 160202511.sail2017-06-301-2/+2
| | | | | | | | | | | | | | | | | | | | | *** Reason for rollback *** Causes crash, see b/63127884 *** Original change description *** All Fragments are now support library Fragments. Switch a bunch of imports to support library Fragments (and Loaders) instead of framework Fragments (and Loaders). This was needed to use FragmentManager.isStateSaved() instead of manually tracking that state. This should reduce errors around committing after state is saved. Also adds METADATA presubmit to prevent new usages of framework Fragments or Loaders. *** Bug: 38241305,63127884 Test: N/A PiperOrigin-RevId: 160530287 Change-Id: Ie2c4d3561ebea2d0f05097ce89bdd9bc8767c8cf
* All Fragments are now support library Fragments.keyboardr2017-06-301-2/+2
| | | | | | | | | | | Switch a bunch of imports to support library Fragments (and Loaders) instead of framework Fragments (and Loaders). This was needed to use FragmentManager.isStateSaved() instead of manually tracking that state. This should reduce errors around committing after state is saved. Also adds METADATA presubmit to prevent new usages of framework Fragments or Loaders. Bug: 38241305 Test: Covered by existing tests. PiperOrigin-RevId: 160202511 Change-Id: I5dc0b467da984ca571e49b4dfa0deea44eb372b2
* Update AOSP Dialer source from internal google3 repository atEric Erfanian2017-06-191-52/+42
| | | | | | | | | | | | | | | | | | | cl/159428781. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/152373142 (4/06/2017) to cl/159428781 (6/19/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Ie60a84b3936efd0ea3d95d7c86bf96d2b1663030
* Update AOSP Dialer source from internal google3 repository atEric Erfanian2017-04-061-0/+170
cl/152373142. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/151342913 (3/27/2017) to cl/152373142 (4/06/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: I2fbc88cf6867b90ac8b65f75e5e34468988c7217