Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. commit 4f18d27e5407f27fdab3ba956ae89a0949a896ab
  2. Author: Pedlar <pedlar88@gmail.com>
  3. Date: Wed Sep 15 00:49:38 2010 -0400
  4.  
  5. Galaxy S Style Power Widget
  6.  
  7. Not ready yet, uploaded for kmobs.
  8.  
  9. commit dd699a2c08c820b9896289356d233be681d1fc8b
  10. Merge: 2acc5cc 586e36d
  11. Author: Keyan Mobli <persiansown@gmail.com>
  12. Date: Sat Sep 18 09:52:09 2010 +0000
  13.  
  14. Merge "German: longpress close toast message" into froyo
  15.  
  16. commit 2acc5ccf095651f16b00b5ba4b24d2dd4b211fa6
  17. Merge: 355dd72 d761466
  18. Author: Steve Kondik <shade@chemlab.org>
  19. Date: Sat Sep 18 04:25:15 2010 +0000
  20.  
  21. Merge "Revert headset statecode patch Change-Id: I7339e589fd8df4dd3e24fe4c35e0285d806627a5" into froyo
  22.  
  23. commit d76146601c58cd860cf82bd0171a8c22ff563eb3
  24. Author: mrpaulmanley <mrpaulmanley@gmail.com>
  25. Date: Fri Sep 17 22:02:03 2010 -0500
  26.  
  27. Revert headset statecode patch Change-Id: I7339e589fd8df4dd3e24fe4c35e0285d806627a5
  28.  
  29. Change-Id: Id2e61efc757bcf391f56f13315bee7ae90f11395
  30.  
  31. commit 586e36d20a265f0f80ece76810f4f6f097fbb322
  32. Author: thiasB <m.buechner@gmail.com>
  33. Date: Fri Sep 17 18:07:50 2010 +0200
  34.  
  35. German: longpress close toast message
  36.  
  37. commit 355dd7282550cc00be5d86fd8c365098b32e6a92
  38. Author: Henrik Backlund <henrik.backlund@sonyericsson.com>
  39. Date: Mon Aug 30 11:59:42 2010 +0200
  40.  
  41. Fix to get A2DP to connect after unpairing
  42.  
  43. In this fix, A2DP profile will be connected when pairing with a
  44. previously paired headset. The reason for this error was that the
  45. connection of the A2DP profile was sent before the callback
  46. onCreatePairedDeviceResult was receied in BluetoothEventLoop.java.
  47. By not going to the state BOND_BONDED until after this callback has been
  48. received, the problem is fixed. However the use case is different if the
  49. pairing is initiated by the remote device. In these cases state
  50. BOND_BONDED will be set when onDevicePropertyChanged instead.
  51.  
  52. Change-Id: I5dedca87d0a6872705ff3a933a99cce6eb37618a
  53.  
  54. commit 83612a175769a6d068b5adfbee7826f149364388
  55. Author: Anthony Newnam <anthony.newnam@garmin.com>
  56. Date: Wed Sep 1 12:06:04 2010 -0500
  57.  
  58. Avoid pre-processing images when they won't be used
  59.  
  60. Change-Id: Iffa31228ca95a2e29ccc0aa81bda0fc66922d577
  61.  
  62. commit ca4abef9a9e6da1947e9a7168f9b635e32025292
  63. Author: Pal Szasz <pal.szasz@sonyericsson.com>
  64. Date: Fri Sep 3 11:46:26 2010 +0200
  65.  
  66. Allow two SurfaceViews inbetween the app and the wallpaper.
  67.  
  68. When two SurfaceViews are used by an application, which is
  69. transparent and uses the wallpaper, only one of the SurfaceViews
  70. will be visible.
  71.  
  72. The problem is that when trying to find the correct location
  73. for the wallpaper, the window manager locates the activity
  74. window and skips every window below it which is related.
  75. For the first SurfaceView this will be ok, since the
  76. SurfaceViews's attached window is the previous window.
  77. However for the second SurfaceView this condition will fail
  78. (the 2nd SurfaceViews attached window is not the previous
  79. window (which is the 1st SurfaceView)).
  80.  
  81. The fix adds an extra check which detects this usecase
  82. (the windows are related if the attached window is the same
  83. as the attached window of the previous window).
  84.  
  85. Change-Id: I368e9dd53455dc310f48d6d8c0be68350ff2b79e
  86.  
  87. commit cc3d581a33d385c652f747c6917634c56ab9a8e8
  88. Author: Johan Alfven <johan.alfven@sonyericsson.com>
  89. Date: Thu Sep 2 14:26:54 2010 +0200
  90.  
  91. Make sure OutOfMemoryError is handled by WallpaperManager
  92.  
  93. Make sure exception OutOfMemoryError is handled when calling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement