1. 19 Sep, 2014 2 commits
  2. 18 Sep, 2014 8 commits
  3. 17 Sep, 2014 1 commit
  4. 16 Sep, 2014 6 commits
  5. 15 Sep, 2014 1 commit
  6. 27 Aug, 2014 1 commit
  7. 25 Aug, 2014 3 commits
  8. 24 Aug, 2014 1 commit
  9. 19 Aug, 2014 1 commit
  10. 17 Aug, 2014 3 commits
  11. 16 Aug, 2014 6 commits
  12. 15 Aug, 2014 3 commits
  13. 13 Aug, 2014 1 commit
  14. 12 Aug, 2014 1 commit
  15. 09 Aug, 2014 1 commit
    • Alan Newberger's avatar
      Start new task for Gallery trampolines · 163a97c3
      Alan Newberger authored
      When testing the Camera trampoline, even in the full gallery app
      from a JB to K upgrade, I noticed that the Camera app was starting
      in the Gallery trampoline's task -- two recents even with
      excludeFromRecents true. Was still the case in the new trampoline.
      Adding FLAG_ACTIVITY_NEW_TASK addressed this, also with some
      manifest changes in the trampoline in another CL. Photos was working,
      I believe because photos activities explicitly set a task affinity
      to shield themselves from G+, thus forcing a new task. Also, this
      helped shield activities when both trampolines are active. That is,
      if Camera was started via its trampoline, then Photos, the Photos
      shortcut opened Camera because it already had an activity in the
      trampoline's task. Even if Photos works now, this does no harm and
      ensures we're not relying on the implementation of another APK.
      
      Bug: 16843573
      Change-Id: Ifa6d65ef2b00a4ffc6df78f13dba16270113509d
      163a97c3
  16. 31 Jul, 2014 1 commit