1. 04 Jun, 2012 1 commit
  2. 31 May, 2012 1 commit
  3. 29 May, 2012 1 commit
  4. 25 May, 2012 1 commit
  5. 24 May, 2012 2 commits
  6. 22 May, 2012 2 commits
    • Xavier Ducrohet's avatar
      Add API 16 to the SDK API file. · 928c7d66
      Xavier Ducrohet authored
      Change-Id: I4937aa793fed5efc51e0c4ce127b7193148baa5e
      928c7d66
    • Xavier Ducrohet's avatar
      Update API file with proper content. · 9649bee7
      Xavier Ducrohet authored
      This doesn't contain API 16 just yet. This is just a new version
      based on reading all the android.jar instead of the text-based
      files.
      
      This new mechanism filters out all methods coming from super
      classes as well as interfaces in an effort to make the file
      smaller.
      
      Change-Id: Ieefa7d01c29944b2b77b22e8cb81ee2e67afd555
      9649bee7
  7. 21 May, 2012 1 commit
  8. 20 May, 2012 1 commit
  9. 19 May, 2012 3 commits
  10. 18 May, 2012 1 commit
  11. 16 May, 2012 5 commits
  12. 10 May, 2012 2 commits
  13. 09 May, 2012 1 commit
  14. 08 May, 2012 1 commit
    • Xavier Ducrohet's avatar
      Fix skin. · 6bd1ae5e
      Xavier Ducrohet authored
      Bug: 6447905
      
      Change-Id: I50779c5c343ed9f0bf432336b861153e9b047f07
      6bd1ae5e
  15. 07 May, 2012 1 commit
  16. 06 May, 2012 1 commit
    • Dianne Hackborn's avatar
      Improvements to system UI demos. · f5d3a23d
      Dianne Hackborn authored
      - Content browser now lets you long press to go into selection mode.
      - Overscan demo has more options for controlling more window state.
      
      Change-Id: I04cfb58f515882cc6dccd65cb68bc073e53dcad5
      f5d3a23d
  17. 04 May, 2012 1 commit
    • Guang Zhu's avatar
      more fixes to monkey motion event timing · 77dc0d2e
      Guang Zhu authored
      Last attempt to fix ACTION_MOVE ended up breaking stuff
      elsewhere.
      
      For a touch based gesture, it usually have a group of motion
      events, and typically they have the same down time and individual
      event times. Example: a tap should have ACTION_DOWN with same
      down time and event time, and subsequent ACTION_UP should have
      the same down time as previous one, but a fresh event time.
      Similar situation applies to ACTION_DOWN, ACTION_MOVEs,
      ACTION_UP sequence of a drag/scroll/fling gesture
      
      In addition, a 5ms delay is added for a tap between DOWN and
      UP. And a 5ms delay is added for each injected event in a drag
      gesture
      
      Change-Id: I8e65e578152b1c1ff1fa4c0f476ef45806826479
      77dc0d2e
  18. 02 May, 2012 2 commits
  19. 01 May, 2012 1 commit
    • Guang Zhu's avatar
      fix how monkey adjust timestamps for motion events · 8749a298
      Guang Zhu authored
      Currently for motion events, monkey forces current system uptime
      onto both down time and event time. This breaks ACTION_MOVE
      events because the down time of it is supposed to be the time
      when finger is down.
      
      the new logic is:
      * check down time, if it's invalid (<0), fill in uptime
      * always update event time with a fresh uptime
      
      Bug: 6424997
      
      Change-Id: I0b445815a5015d48c08bebc921c572164874449d
      8749a298
  20. 27 Apr, 2012 3 commits
    • Robert Greenwalt's avatar
      909ec2e1
    • Robert Greenwalt's avatar
      Submit fixed script. · 9089c7d7
      Robert Greenwalt authored
      Not completely right - seems gubuntu/ubuntu both get unhappy after running
      with the 'bridge' option and the PC's routes get hosed (right after the
      script is run all is fine, but some agent then removes the routes on the
      bridged iface and sets up routes on the native iface (eth0) and things on
      the PC lose net access.  Note that you can manually reset the routes and make
      it happy again).
      
      The fix I applied to the script was related to turning on rndis on the device
      and setting device side dns servers correctly so my 'fix' is not responsible
      for the eventual unhappniess on the PC.  Also, the rev-tether continues
      to work fine even when the PC is unhappy, so this may be useful.
      
      Perhaps somebody can figure out who is changing the pc routes and why.
      
      bug:4208971
      Change-Id: I6ef6a88c71779b2083dad26a4be35ff74c26aae4
      9089c7d7
    • Dianne Hackborn's avatar
      Add API demo for Activity.finishAffinity(). · 9cd16548
      Dianne Hackborn authored
      Also fix text on some of the existing demos to use the nice
      larger font.
      
      Change-Id: I90d3815cd47cda08217cfc6307d64942f6750ae2
      9cd16548
  21. 26 Apr, 2012 3 commits
  22. 25 Apr, 2012 5 commits