1. 26 Sep, 2013 1 commit
  2. 18 Sep, 2013 1 commit
  3. 13 Sep, 2013 1 commit
    • Michael Jurka's avatar
      Update to using new crop intent · adc574cc
      Michael Jurka authored
      Also, unify WallpaperCropActivity so it's
      identical to the system default version (mainly
      removing Launcher dependencies)
      
      Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
      adc574cc
  4. 09 Sep, 2013 1 commit
  5. 05 Sep, 2013 1 commit
  6. 23 Aug, 2013 2 commits
  7. 21 Aug, 2013 3 commits
  8. 06 Aug, 2013 1 commit
    • Daniel Sandler's avatar
      Initial implementation: Broadcasts on app launch. · ff02d49e
      Daniel Sandler authored
      Look for com.android.launcher3.action.LAUNCH to be sent when
      an icon is clicked in Launcher. (Restricted to
      com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS
      which is a signature permission right now.
      
      This is specifically tracking apps launched via shortcut
      icon; any other method of launching apps (notifications,
      recents, internal navigation, etc.) is outside of Launcher's
      purview and hence not broadcast.
      
      The broadcast currently includes, in the "intent" extra, the
      Uri flattening of the specific shortcut clicked.
      
      The file /data/data/<pkg>/files/launches.log contains a
      binary log of all such launches, including additional info
      like screen# that should probably be in the broadcast too.
      
      This info is summarized in .../stats.log, which encodes a
      simple histogram of app launches since basically forever.
      This should probably be done over a sliding window, which
      will require more processing on startup.
      
      Bug: 10031590
      Change-Id: Ifc5921d5dc20701c67678cbfdc89b03cacd62028
      ff02d49e
  9. 19 Jul, 2013 1 commit
    • Adam Cohen's avatar
      Adding switch to toggle Memory Overlay · 39a06042
      Adam Cohen authored
      -> The overlay causes performance regressions so it's hard to evaluate
         performance with it on.
      -> Also, the WeightWatcher is still running regardless, so you can
         always check it
      -> Saved as a shared pref
      
      Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
      39a06042
  10. 26 Jun, 2013 1 commit
  11. 21 Jun, 2013 1 commit
    • Daniel Sandler's avatar
      Memory tracking is now handled by a service. · b9eb2865
      Daniel Sandler authored
      Multiple processes may be tracked and viewed simultaneously.
      
      Also, some changes to the graph:
        * show uss and pss together
        * adjust opacity controls
      
      Change-Id: I20eebaa8cc8faf78b46af2a35d71ee538207f02b
      b9eb2865
  12. 17 Jun, 2013 1 commit
  13. 07 Jun, 2013 2 commits
  14. 06 Jun, 2013 1 commit
    • Daniel Sandler's avatar
      Launcher2 is now Launcher3. · 325dc236
      Daniel Sandler authored
      Changes include
        - moving from com.android.launcher{,2} to
          com.android.launcher3
        - removing wallpapers
        - new temporary icon
      
      Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
      325dc236
  15. 04 Feb, 2013 1 commit
  16. 13 Nov, 2012 1 commit
  17. 18 Oct, 2012 1 commit
  18. 29 Sep, 2012 1 commit
  19. 25 Sep, 2012 2 commits
  20. 16 Sep, 2012 1 commit
  21. 07 Aug, 2012 1 commit
  22. 28 Jul, 2012 1 commit
    • Nick Kralevich's avatar
      Explicitly export content providers · ebe65597
      Nick Kralevich authored
      In a future version of Android, the default value for
      <provider android:exported> will change from true to false.
      Explicitly set android:exported="true"
      
      Bug: 3306452
      Change-Id: I8fcce3af6949eb245ea97b6e64c191f465f0ae5f
      ebe65597
  23. 28 Jun, 2012 1 commit
  24. 04 Jun, 2012 1 commit
  25. 23 May, 2012 2 commits
  26. 15 May, 2012 1 commit
    • Brian Muramatsu's avatar
      Populate the default workspace earlier · b6a4d983
      Brian Muramatsu authored
      Adds a receiver that populates the default
      workspace. It can be called by the system when
      it's ready for launcher to preload.
      
      Change-Id: If885fcfd931c459f87e9bb0df4c8bca00906f3c1
      b6a4d983
  27. 19 Apr, 2012 1 commit
    • Martijn Coenen's avatar
      Prevent "Beaming" from home screen. · b34811d8
      Martijn Coenen authored
      Recently Android Beam was also enabled by default for
      all system applications. For some system apps this
      makes sense, but for an app such as launcher it doesn't.
      
      This meta-data entry prevents the default Beam behavior
      for Launcher.
      
      Bug: 6257668
      Change-Id: I1d2188969da1c87734190c19c0528ce4d3ce6825
      b34811d8
  28. 13 Oct, 2011 1 commit
  29. 05 Oct, 2011 1 commit
  30. 16 Sep, 2011 1 commit
  31. 25 Jul, 2011 1 commit
  32. 28 Jun, 2011 1 commit
    • Adam Cohen's avatar
      Fixing bug with renaming · 81e2b9bb
      Adam Cohen authored
      -> in some workspace configs, bringing up the IME wasn't
         properly sliding up launcher to expose the text field
      
      Change-Id: Id98ae732fd8709cff08f156660ae1656feb5bf75
      81e2b9bb
  33. 22 Jun, 2011 2 commits