Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2014
26,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 224.10 KB | None | 0 0
  1.  
  2. -----------------------------------------------------------------
  3. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/bionic 3cf978240fc2a7357b3128388e7693f4c53033fb..86e739a01a2f956b0b5b7cb0804471903bf85933
  4. commit 86e739a01a2f956b0b5b7cb0804471903bf85933
  5. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  6. Date: Tue Feb 11 15:23:42 2014 +0100
  7.  
  8. libm: use neon optimized sin/cos/pow/sqrt/sqrtf
  9.  
  10. This enables the optimized functions for all devices that
  11. support the NEON instruction set.
  12.  
  13. benchmark iterations Normal ns/op NEON ns/op
  14. BM_math_sin 10000000 126 109
  15. BM_math_cos 10000000 112 114
  16. BM_math_pow 5000000 375 328
  17. BM_math_sqrt 50000000 496 38
  18. BM_math_sqrtf 100000000 136 25
  19.  
  20. Change-Id: I2b2ee9ab1769c994edac4a5e56eee2fafa4a37a7
  21. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  22. -----------------------------------------------------------------
  23. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/bootable/recovery 7d531818bdd94f7dc02bd5faeb882b4f14643999..81565410fcbb1309efe1100f05fd9e8e2ef9ee8b
  24. commit 81565410fcbb1309efe1100f05fd9e8e2ef9ee8b
  25. Author: philz-cwm6 <phytowardt@gmail.com>
  26. Date: Mon Dec 30 16:35:47 2013 +0100
  27.  
  28. format non vold extra storage to ext4 when no selinux context is defined
  29.  
  30. Change-Id: I810d071c53d570ff0c53ea3a69e4225b4df81db1
  31. -----------------------------------------------------------------
  32. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/bootable/recovery-cm d38700ea2465a10de389709e690fee1a0d0c4c9b..b924824965a4487f24c1bb3489539087d2df247b
  33. commit b924824965a4487f24c1bb3489539087d2df247b
  34. Author: Tom Marshall <tdm@cyngn.com>
  35. Date: Tue May 27 10:45:30 2014 -0700
  36.  
  37. sr: Return to main menu after selection
  38.  
  39. Change-Id: Ib6fd1904b6516a651ffaad20f66b2eaf42c31619
  40.  
  41. commit cf74afb7a21098ce6142f30ffdd67b6b9be06993
  42. Merge: 43cce54 d6548e9
  43. Author: Tom Marshall <tdm@cyngn.com>
  44. Date: Thu May 22 22:54:33 2014 +0000
  45.  
  46. Merge "sr: Finish oemlock support" into cm-11.0
  47.  
  48. commit 43cce5428bc4e86155cf9927e9a210913429126c
  49. Author: Tom Marshall <tdm@cyngn.com>
  50. Date: Thu May 22 15:29:10 2014 -0700
  51.  
  52. sr: Handle back in update_directory
  53.  
  54. This prevents a segfault when swiping back while browsing files.
  55.  
  56. Change-Id: I82fef192e2b17d3c84ad10821e925d8b12dcc28e
  57.  
  58. commit d6548e99ab5f375a45ef7ec84dbb830b50bf2c04
  59. Author: Tom Marshall <tdm@cyngn.com>
  60. Date: Wed May 21 12:24:57 2014 -0700
  61.  
  62. sr: Finish oemlock support
  63.  
  64. * Conditially compile support based on TARGET_HAVE_OEMLOCK.
  65. * Use liboemunlock for device specific support.
  66.  
  67. Change-Id: I3cff532812bbb2dde1e20d6987aed31ca4da53cd
  68.  
  69. commit d0f80a4ce9051950887352729c48ea67c7607028
  70. Author: Tom Marshall <tdm@cyngn.com>
  71. Date: Tue May 20 15:42:20 2014 -0700
  72.  
  73. sr: Terminate apply update menu
  74.  
  75. Change-Id: I0921b6b70385049dbc82e9e0a1b2526372c457e9
  76.  
  77. commit 5a5851c90512bf772ee096a35d03a8cf0155308f
  78. Author: Steve Kondik <shade@chemlab.org>
  79. Date: Sun May 18 04:55:53 2014 -0700
  80.  
  81. sr: Fix apply update menu issues
  82.  
  83. * Add a blank line for consistency
  84. * Remove "go back" item
  85. * Handle back key event instead of crashing
  86.  
  87. Change-Id: I9a184260ad9c11ffb5880996e76bcb8a01ea91cb
  88.  
  89. commit 8d29f3a6ccbf3ae8687c550dd13d9cd73792bbae
  90. Author: dhacker29 <dhackerdvm@gmail.com>
  91. Date: Fri May 9 05:01:58 2014 -0400
  92.  
  93. sr: board flag to disable MSM_BSP for 3.0 kernel devices
  94.  
  95. Qcom devices running 3.0 kernels use BSP, but are not compatible
  96. with the MSM_BSP recovery changes. This allows a working recovery
  97. to compile. To enable set TARGET_RECOVERY_NO_MSM_BSP := true in
  98. BoardConfig.mk.
  99.  
  100. Change-Id: Icada825c8147903073089ed1ea7bdda2e0cf4a43
  101.  
  102. commit c875bd32f4fc05e9c35886817eceb20625243b0b
  103. Merge: 6374547 8e2373c
  104. Author: Tom Marshall <tdm@cyngn.com>
  105. Date: Fri May 16 20:24:08 2014 +0000
  106.  
  107. Merge "sr: Handle oemunlock command" into cm-11.0
  108.  
  109. commit 8e2373cc91e0302f4323115f4a0ace795265b5b6
  110. Author: Tom Marshall <tdm@cyngn.com>
  111. Date: Thu May 15 15:25:48 2014 -0700
  112.  
  113. sr: Handle oemunlock command
  114.  
  115. Change-Id: I1cf1fef8e30075b0586bb86625b7df49723974cb
  116.  
  117. commit 6374547a5fd3388061e57bf5dfdb2d61223fafa7
  118. Author: Tom Marshall <tdm@cyngn.com>
  119. Date: Thu May 15 13:30:53 2014 -0700
  120.  
  121. sr: Fix "nesting bug"
  122.  
  123. See https://github.com/CyanogenMod/android_bootable_recovery/commit/8e40f42
  124.  
  125. Change-Id: I8d3f4588e08099d8ce102a73459ab5663cc8dcd8
  126. -----------------------------------------------------------------
  127. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/build 0b34286101144ab97302e345fd81dda445824c89..651987c5f2f78207edebdd821d1700a0464fdfb5
  128. commit 651987c5f2f78207edebdd821d1700a0464fdfb5
  129. Author: Ethan Chen <intervigil@gmail.com>
  130. Date: Wed May 28 01:27:14 2014 -0700
  131.  
  132. ota: Allow devices to skip generation of recovery-from-boot.p
  133.  
  134. * Not all devices have a real recovery partition, so those devices
  135. should skip this generation step.
  136.  
  137. Change-Id: I4abc3f92b879e6997e4874543ec9772c3179b1d0
  138.  
  139. commit ac8f2eb0472a4c4cf542e4a0a9b8f2c848174ccc
  140. Author: Brint E. Kriebel <bekit@cyngn.com>
  141. Date: Mon May 26 19:02:52 2014 -0700
  142.  
  143. keys: avoid duplicating recovery keys
  144.  
  145. Setting PRODUCT_EXTRA_RECOVERY_KEYS duplicates the default key and
  146. makes it so we can't set an extra key earlier in the build
  147.  
  148. Change-Id: I239d9994d9ad40b1779877ea2e89b55bd02e4c00
  149.  
  150. commit a96927c23c81a52a116682ee162f1f6afd57e154
  151. Author: Matt Mower <mowerm@gmail.com>
  152. Date: Fri May 23 15:48:34 2014 -0500
  153.  
  154. Change CM recovery install script filename [1/2]
  155.  
  156. This is part 1/2 to maintain backwards compatibility with CWM's
  157. verify_root_and_recovery() function. CWM checks if install-recovery.sh
  158. exists and has an executable flag set, then offers to disable the script
  159. for the user. CM now controls this with the persist.sys.recovery_update
  160. property which is configurable via settings, so we don't need to
  161. double-check this.
  162.  
  163. This changes the name of the recovery install script to
  164. install-cm-recovery.sh.
  165.  
  166. Change-Id: Ie08d428cfd092a1de10973ba5ffc326ccdb1a369
  167.  
  168. commit c4404516753a5815ce3e600c03407ef46bede74a
  169. Author: Brint E. Kriebel <bekit@cyngn.com>
  170. Date: Wed May 21 14:55:37 2014 -0700
  171.  
  172. ota: Generate recovery-from-boot.p file
  173.  
  174. This may be wanted to update the recovery with system updates
  175.  
  176. Change-Id: Iacd41be7a8018cbc08b2606485d446756910f506
  177.  
  178. commit 3bb6b8b4af13ee45ff0f4a1246126f4fc549d2bc
  179. Author: Mike Grissom <mikeyman77@gmail.com>
  180. Date: Mon Aug 26 16:09:51 2013 -0700
  181.  
  182. Don't set CCACHE_BASEDIR if its already set
  183.  
  184. * enable use of shared ccache
  185.  
  186. Change-Id: Ic708a5d5169291d674b167aa2c87bf2c8adaafae
  187.  
  188. commit 14e552ee7b538f782edbb9aa0e267d671d86e3cf
  189. Merge: c044754 db07c52
  190. Author: Tom Marshall <tdm@cyngn.com>
  191. Date: Mon May 19 20:04:59 2014 +0000
  192.  
  193. Merge "build: Set ccache base to build top" into cm-11.0
  194.  
  195. commit c044754e1a368df6c60b184bbcd3763488af6869
  196. Author: Steve Kondik <shade@chemlab.org>
  197. Date: Sun May 18 15:34:30 2014 -0700
  198.  
  199. build: Include an extra device.mk
  200.  
  201. Change-Id: I4373f78f57c81e46affc2f6a6bc854bf4c3d00db
  202.  
  203. commit 7d49eba1776d9b18f64980c8cc78c7acf072f70c
  204. Author: Brint E. Kriebel <bekit@cyngn.com>
  205. Date: Thu May 15 12:30:37 2014 -0700
  206.  
  207. build: Add new public keys to recovery
  208.  
  209. Change-Id: I11dea464297813be36e60c23728dde8893535c46
  210.  
  211. commit db07c525b1f1e49c7541d2243ceb57dd851c33b7
  212. Author: Tom Marshall <tdm@cyngn.com>
  213. Date: Fri May 16 13:46:24 2014 -0700
  214.  
  215. build: Set ccache base to build top
  216.  
  217. This enables ccache sharing between different build tree paths.
  218.  
  219. Change-Id: I99636bdd2779a6ccf0649f027e35cf67df44b6ae
  220. -----------------------------------------------------------------
  221. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/device/archos/archos_g9 b70c95a5bd1f6627167c71154890db1e42368016..560031cab182f153556c24638e356a8f3f2a9e20
  222. commit 560031cab182f153556c24638e356a8f3f2a9e20
  223. Author: Quallenauge <Hamsi2k@freenet.de>
  224. Date: Mon May 26 21:57:29 2014 +0200
  225.  
  226. Enable KSM deferred timer for kernels supporting it
  227.  
  228. commit 98de304c1c553cff81a1124e276f14e675b60c72
  229. Author: Quallenauge <Hamsi2k@freenet.de>
  230. Date: Tue May 20 21:42:03 2014 +0200
  231.  
  232. Add default submix module to the list of products.
  233. Increase default sample rate to 48000.
  234.  
  235. commit bff602d859e751e90f672dc257a8196304b1e0c1
  236. Author: Quallenauge <Hamsi2k@freenet.de>
  237. Date: Mon May 19 21:46:05 2014 +0200
  238.  
  239. Include new common folder which contains omap4 specific components, which are
  240. based on amazon omap4 common repository and which is modified a little bit.
  241.  
  242. commit 97c4a255a174cb9830b5275ddd43ca803b2b197d
  243. Author: Quallenauge <Hamsi2k@freenet.de>
  244. Date: Sat May 17 15:26:46 2014 +0200
  245.  
  246. Re-Order the storage media list to re-enable camera.
  247. This has the consequence, that USB-Mass-Storage Option isn't shown anymore...(Using MTP instead...)
  248.  
  249. commit 81bf9e293c788db337cc2265a9c899321fb6aff2
  250. Author: Quallenauge <Hamsi2k@freenet.de>
  251. Date: Tue May 13 21:45:38 2014 +0200
  252.  
  253. re-enable "Eject SD card" option
  254.  
  255. Needed after http://review.cyanogenmod.org/62708/
  256. -----------------------------------------------------------------
  257. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/device/generic/goldfish c4d26b7cff1d839b5156c54d9be3a8c07423a59f..c2e6d7ce81059712f43070dec3ae3a2b0fe27cd0
  258. commit c2e6d7ce81059712f43070dec3ae3a2b0fe27cd0
  259. Author: Takahashi Hamuzo <pbox@hamuzo.com>
  260. Date: Wed May 14 23:14:47 2014 +0900
  261.  
  262. Build for goldfish at cm11.0
  263.  
  264. Change-Id: Id2b613111a8eb766637285cf2764f6f9cb772a74
  265. -----------------------------------------------------------------
  266. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/bluetooth/bluedroid 8465daa32e55f41423f6d132ac491da157c1cc98..c88d80011e3838b4612a0acec385c7b1cc3ba614
  267. commit c88d80011e3838b4612a0acec385c7b1cc3ba614
  268. Author: Sumit Bajpai <sbajpai@codeaurora.org>
  269. Date: Wed Apr 9 12:35:23 2014 +0530
  270.  
  271. BT:Don't open SCO on state change for multi party call on DUT.
  272.  
  273. When multi party calls(1 active, 1 held) are ongoing on phone
  274. speaker and any of these call drops, do not open SCO for
  275. other call since user expects call to still remain on phone
  276. speaker.
  277.  
  278. CRs-Fixed: 645652
  279.  
  280. Conflicts:
  281.  
  282. btif/src/btif_hf.c
  283. btif/src/btif_multi_hf.c
  284.  
  285. Change-Id: Ibadb7c4aff7939f1567ebb7da21ef7ae87dad605
  286.  
  287. commit af3d1887273004db9c096508dff18e32812d34e0
  288. Author: pramod kotreshappa <pramodk@codeaurora.org>
  289. Date: Fri Mar 28 18:01:12 2014 -0700
  290.  
  291. Bluetooh: Fix for BTIF context stuck while updating INQ Responses
  292.  
  293. Fix for BTIF task getting stuck while updating the inq responses
  294. and not coming back to gki wait, resulting BT becomes unresponsive
  295.  
  296. Change-Id: Ic752ca3f89165a3d33b0134d251ecceb24f08fb9
  297. CRs-Fixed: 636123
  298.  
  299. commit 9a9bb20201ab3b2ad2a435ce1964fc9123e1b4c9
  300. Author: Pramod Sivaraman <spramod@codeaurora.org>
  301. Date: Tue Mar 25 23:25:23 2014 +0530
  302.  
  303. Bluetooth: Handled delayed info rsp from remote during SDP
  304.  
  305. DUT initiates connection with out waiting for information response
  306. from remote device during SDP.
  307.  
  308. Change-Id: Iee0251f8f81923b1291983b66b31c78e14d21af0
  309. CRs-Fixed: 635697
  310.  
  311. commit 87ed2e507d4d8492230cfedd4f780cf59f24a39e
  312. Author: Satish kumar sugasi <ssugas@codeaurora.org>
  313. Date: Wed Mar 5 16:58:24 2014 -0800
  314.  
  315. Bluetooth : Ignores Included service read response event of HOGP remote
  316.  
  317. This discards if remote sends response with invalid handle value pairs
  318. for read response for included services read by type request sent by
  319. hogp device
  320.  
  321. Change-Id: I61bd715118444a117b074111ed9dd6a182920eb8
  322. CRs-Fixed: 616492
  323. (cherry picked from commit 298b830303c6de401df0ada68dedfa95b26344d6)
  324.  
  325. commit 138a4a078f230229fcde5566cebe045525354cc8
  326. Author: Nitin Arora <niarora_qca@codeaurora.org>
  327. Date: Mon Mar 17 14:54:49 2014 -0700
  328.  
  329. Bluetooth: Prevent unpairing if encryption returns conn timeout
  330.  
  331. This patch prevents the device unpair in case the Encryption command
  332. returns with a status of connection timeout (0x08).
  333.  
  334. Change-Id: I54fba8cfedd5e8b30e1af928bc232f32dd965545
  335. CRs-Fixed: 631046
  336.  
  337. commit 63f7ac79c31a0ef251df0b832d2dfedfdc47fc60
  338. Author: Pramod Sivaraman <spramod@codeaurora.org>
  339. Date: Fri Mar 7 18:30:48 2014 +0530
  340.  
  341. Bluetooth:CoreStack: DUT Stack Logging
  342.  
  343. DUT stack information logging:
  344. -L2CAP configuration parameter,
  345. -Device role information
  346. -L2CAP flow control and congestion information
  347. -L2CAP State machine and events
  348. -RFCOMM credits count
  349.  
  350. Change-Id: I6e74bdb1cda4455c50314f67bbcd19accd3c31e4
  351. CRs-Fixed:602294
  352.  
  353. commit 0582ed75312bc7f2152b8e625554c09c7f17895f
  354. Author: AnubhavGupta <anubhavg@codeaurora.org>
  355. Date: Sat Mar 15 21:26:56 2014 +0530
  356.  
  357. Bluetooth: Handle Open after set_config
  358.  
  359. - handle priority check from idle state
  360. - handle open after set_config
  361. - changed queue size to 24
  362.  
  363. Change-Id: I834c4c577f14d7d0e6a00a52aac7fe6bc989a95f
  364. CRs-Fixed: 631557
  365.  
  366. commit 1a65ea74455520a3f710bf7a2d6fc8c5ca8f0d20
  367. Author: Gaurav Asati <gasati@codeaurora.org>
  368. Date: Mon Feb 10 15:41:30 2014 +0530
  369.  
  370. Bluetooth: Proper AV state movement.
  371.  
  372. On incoming connection request update
  373. app for connection before checking for
  374. priority of device.
  375.  
  376. Change-Id: I0d9cb2f297d3286a709ecbbc94cd67ccf7c9e814
  377. CRs-Fixed: 610053
  378.  
  379. commit de7597ef28954a365c4dfb38223776ec1e7e57c7
  380. Author: AnubhavGupta <anubhavg@codeaurora.org>
  381. Date: Tue Feb 11 15:03:57 2014 +0530
  382.  
  383. Bluetooth: Set rendering bit in COD for A2DP Sink
  384.  
  385. - set rendering bit in case A2DP Sink profile is enabled.
  386.  
  387. CRs-fixed: 634859
  388.  
  389. Change-Id: I9bfe17631f11f796ce7512d05970245ca878950a
  390.  
  391. commit 974ab3495bd87159b2b45735add33474455e22af
  392. Author: Nitin Shivpure <nshivpur@codeaurora.org>
  393. Date: Fri Dec 27 22:24:12 2013 +0530
  394.  
  395. Bluetooth: Start preload timer before sending preload request
  396.  
  397. - Retry mechanism on preload timeout.
  398. - Start preload timer just before sending preload request.
  399.  
  400. CRs-Fixed: 613616
  401. Change-Id: I6906ec25b4756ec0cf66e94e2afd8a712d00be3d
  402.  
  403. commit a5a031ec4341fc7570c0816c3811f54ca4b3f5db
  404. Author: Hemant Gupta <hemantg@codeaurora.org>
  405. Date: Mon Mar 24 22:41:37 2014 +0530
  406.  
  407. HID: Prevent freeing buffer twice during set report
  408.  
  409. This patch fixes freeing of buffer twice during set report. Buffer is
  410. already freed by l2cap layer while sending data to hci layer, so
  411. freeing the same buffer using GKI_freebuf was resulting in warning
  412. exception. Now buffer is just assigned to NULL so that it can be reused
  413. again without the need to free again on reception of handshake event
  414. for set report.
  415.  
  416. Change-Id: Icb81ec6442ba6d57a1461acc8a5fc48b56075668
  417. CRs-Fixed: 637714
  418.  
  419. commit 8b0e424a10ce1b68381d520e481bdb2bdcaafe7c
  420. Author: Hemant Gupta <hemantg@codeaurora.org>
  421. Date: Thu Mar 20 13:16:33 2014 +0530
  422.  
  423. HID-D: Don't always remove pairing on reception of VC unplug
  424.  
  425. This patch prevents DUT acting as HID Device from removing bond related
  426. information of remote device, on reception of virtual cable unplug in
  427. cases when some other profiles apart from HID are also connected on same
  428. ACL on which hid profile is connected. Wihtout this patch it was observed
  429. that other profiles were also getting disconnected when DUT started
  430. unpairing process on reception of VC unplug. Now bonding information
  431. would be removed only when HID is the only profile connected on same
  432. ACL when VC unplug is sent/received on HID Device side.
  433.  
  434. Change-Id: I847192d2eb524e6bda4b48ec71e48248a55ccb6a
  435. CRs-Fixed: 631310
  436.  
  437. commit a55666b909f87e7ff74ce0cf245ece3042876346
  438. Author: Hemant Gupta <hemantg@codeaurora.org>
  439. Date: Wed Feb 19 12:35:31 2014 +0530
  440.  
  441. Bluetooth: Set sniff subrate with optimize latency value on HID link
  442.  
  443. - If HID is connected & SCO is active, then disabling Sniff subrate
  444. to fix connection timeout on HID link.
  445.  
  446. - If HID is connected & SCO is not active. Setting sniff subrate with
  447. optimize value based on the remote parameter to fix connection
  448. timeout on HID link to avoid HID IOT issue.
  449.  
  450. Change-Id: I6d60df88ea33e00b0fb173447351da4874dc97e5
  451. CRs-Fixed: 635632
  452.  
  453. commit ae8f93fea4854534ecdc64a1be3de9c0de91a0d9
  454. Author: nadlabak <pavel@doshaska.net>
  455. Date: Thu May 22 12:29:22 2014 +0200
  456.  
  457. A2DP: Stop spamming log with buffer size
  458.  
  459. Change-Id: Ieccc30d72f61eca4bd65473642a90bd73e9fe8bc
  460.  
  461. commit 9d67acd9cfe50d1ee5468e7e222282eb87e3bb13
  462. Author: Sharvil Nanavati <sharvil@google.com>
  463. Date: Sun Feb 9 22:21:48 2014 -0800
  464.  
  465. Don't leak process-private data on Change Local Name command.
  466.  
  467. The Change Local Name command to the controller doesn't zero out
  468. the contents of the command buffer before setting the contents. As
  469. a result, the controller sees both the new device name and then
  470. random data left over on the heap from previous operations. This
  471. random data may contain sensitive information. Although the device
  472. name is null-terminated, a controller may inadvertently leak the
  473. additional information over the network.
  474.  
  475. This change fixes the behaviour by zeroing out the entire command
  476. buffer before copying the device name into it. If the device name
  477. doesn't occupy the entire buffer, the rest of it will be zero.
  478.  
  479. http://b/12949068
  480.  
  481. Change-Id: I4dd6ce6dd6709589fcd1e23f974db820820bc8e1
  482.  
  483. commit c81f2991261212b4572e2b54c38b9d2388a9a7b7
  484. Author: Shobek Sam Attupurath <sattupurath@nvidia.com>
  485. Date: Wed Apr 17 16:08:17 2013 +0530
  486.  
  487. Use 0000 as pin key for PORCHE_PAIRING_CONFLICT issue
  488.  
  489. For PORCHE_PAIRING_CONFLICT issue when there are no other paired devices
  490. available in bluetooth list pairing always fails (as per implementation
  491. in bluedroid stack).
  492. In this case when pin key request is received use 0000 as the pin key
  493. so that pairing is successful.
  494.  
  495. Bug 67614
  496.  
  497. Change-Id: I67b2e689cfcc52c93fdda62dd742812698baa0e6
  498.  
  499. commit 47344985be3437c3aa26ed6d554f68082f75a04e
  500. Author: Elliott Hughes <enh@google.com>
  501. Date: Wed Oct 2 21:28:50 2013 -0700
  502.  
  503. Fix uipc.c to never pass -1 to FD_ISSET.
  504.  
  505. The behavior of FD_ISSET when passed -1 is undefined.
  506.  
  507. I checked all calls of FD_SET and FD_CLR in this file, and they all
  508. seem to be correctly guarded. None of the FD_ISSET calls were, so I
  509. added a SAFE_FD_ISSET macro to return false when passed -1, which is
  510. presumably what the callers intended.
  511.  
  512. This allows Bluetooth to be enabled on a device where the C library
  513. aborts if passed any out of range fd.
  514.  
  515. Bug: 11047121
  516. Change-Id: I261404a5a80884d5e9edab8beb3c93969113dc76
  517.  
  518. commit 5f5cfb0f817cd7fe74c5cf8f0be7dd2e209485f6
  519. Author: Sharvil Nanavati <sharvil@google.com>
  520. Date: Fri Jan 31 13:39:43 2014 -0800
  521.  
  522. Fix bug in PAN code where no new PAN connections can be made.
  523.  
  524. If you call PAN_connect() followed quickly by PAN_disconnect(),
  525. you won't be able to establish any additional PANU connections.
  526. This happens because the connection never has a chance to make
  527. it into PAN_STATE_CONNECTED and num_conns only gets decremented
  528. if you disconnect in the connected state. As a result, subsequent
  529. calls to connect will fail because the stack still believes there
  530. to be an existing connection.
  531.  
  532. Change-Id: Id24873828ca4f517496cb19a44993d0e8e837a1e
  533.  
  534. commit 2fd9496eae4a56a90ce32477244d20ba8128e006
  535. Author: Elliott Hughes <enh@google.com>
  536. Date: Thu Feb 27 10:19:20 2014 -0800
  537.  
  538. TARGET_SIMULATOR is long dead.
  539.  
  540. Change-Id: I6ba4a55c865370f12ae30f445661b54bbc714f8a
  541. -----------------------------------------------------------------
  542. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/busybox d5b63cca67f555cd6e4c9b48ce5b1569620f199e..3284a1dfa1c6a7007275a4888b700057f667f43f
  543. commit 3284a1dfa1c6a7007275a4888b700057f667f43f
  544. Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  545. Date: Fri May 16 20:01:11 2014 +0200
  546.  
  547. selinux: enable support for bionic, add applets in config
  548.  
  549. require libsepol package (mm in external/libsepol or add package)
  550.  
  551. Tested applets:
  552. getenforce, setenforce, sestatus, selinuxenabled, ls -Z, tar -c,
  553. getsebool, setsebool,
  554. runcon, matchpathcon, chcon, restorecon, setfiles
  555.  
  556. Notes:
  557. matchpathcon selabel_lookup was broken by the incompatible regexec
  558. which is now in bionic libc (netbsd part), libselinux linkage used
  559. busybox one, so a rename of internal regex functions was required
  560.  
  561. recovery will not use bb_regex lib, so regex commands could not
  562. work exactly like xbin or static ones (sed/less/expr/awk/pgrep)
  563. this is already the case, and can be changed by including libregex
  564. package in recovery + ifdef in xregex.h
  565.  
  566. Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  567.  
  568. Change-Id: Id82b8a7672a669e3f95360bb70b7b127591f2080
  569.  
  570. commit 2955fd17ef950705005d1a69b59d192e728a1bb1
  571. Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  572. Date: Thu May 29 17:04:08 2014 +0200
  573.  
  574. tar: only include selinux context with -p opt
  575.  
  576. Change-Id: I22134071cca5ac9fd66cff2cd1ddd09ff3d5c1bb
  577.  
  578. commit 2689fb54171b186be24bea7d5371f02afe600704
  579. Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  580. Date: Sat May 17 17:27:40 2014 +0200
  581.  
  582. tar: add selinux context support on create
  583.  
  584. No flag is required for the moment, it will add them
  585. to the tar if selinux is enabled on the machine.
  586.  
  587. Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  588.  
  589. Change-Id: Ic7a39ee03087ed19e814b138ec6d70cdadb605cd
  590.  
  591. commit 12e27b7992e01d2be5d04b4f1f187b1384642e98
  592. Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  593. Date: Sat May 17 17:30:48 2014 +0200
  594.  
  595. bionic: some new type warnings fixes
  596.  
  597. Change-Id: I5f829e5918fb0960bb9670deac54c1fe0184550f
  598. -----------------------------------------------------------------
  599. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/ebtables 5eca502e7e2310deb297b1659bce0c2990e23726..feee5dd893105c43feaaeb2304eebf68bd17b0bc
  600. commit feee5dd893105c43feaaeb2304eebf68bd17b0bc
  601. Author: Steve Kondik <shade@chemlab.org>
  602. Date: Sun May 11 17:49:16 2014 -0700
  603.  
  604. Don't try to link the old shared libraries
  605.  
  606. Change-Id: Ifd4b5c320113b2102fd8d2af9629deb12350cfc2
  607. -----------------------------------------------------------------
  608. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/google c2c36dc666dab3b214f73df60b4436a45ba6e731..ec71f05777abf5288e45ff0fc0418631a06b056f
  609. commit ec71f05777abf5288e45ff0fc0418631a06b056f
  610. Author: Roman Birg <roman@cyngn.com>
  611. Date: Fri May 16 13:08:30 2014 -0700
  612.  
  613. update Play Services to 4.3.23
  614.  
  615. Change-Id: I278a5cead083ef9192c3a121e1c68cb7ba7aee3b
  616. Signed-off-by: Roman Birg <roman@cyngn.com>
  617. -----------------------------------------------------------------
  618. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/koush/AndroidAsync 606115d106d8e479f51d1d097d65972c4e76bfcf..d7c7470a2599a6f76b7f92ed8015b0ec1b1e45c2
  619. commit d7c7470a2599a6f76b7f92ed8015b0ec1b1e45c2
  620. Author: Koushik Dutta <koushd@gmail.com>
  621. Date: Thu May 22 17:45:17 2014 -0700
  622.  
  623. watch for socket close, fix sdk version 8 method missing issue.
  624.  
  625. commit aba6e638954c83c0b7d3cc4648d8eda898d79958
  626. Author: Koushik Dutta <koushd@gmail.com>
  627. Date: Thu May 22 15:02:22 2014 -0700
  628.  
  629. remove imports
  630.  
  631. commit 83410e21ca08fb344093634b36e01048f0d122fe
  632. Author: Koushik Dutta <koushd@gmail.com>
  633. Date: Wed May 21 22:29:32 2014 -0700
  634.  
  635. Fix connection: close honoring
  636.  
  637. commit ac3026ec3c92814ea1ee6c599ac774b0e97da192
  638. Author: Koushik Dutta <koushd@gmail.com>
  639. Date: Wed May 21 17:37:25 2014 -0700
  640.  
  641. Switch from URI to Uri.
  642.  
  643. URI does not allow braces: {}, even though they are allowed in the spec.
  644. It is also easier to build paths using a Uri instance.
  645.  
  646. Download/upload progress should be done with longs for large transfers.
  647.  
  648. commit 63065b02e804b8d6d9a6302ce4775aa5ab934fc1
  649. Author: Koushik Dutta <koushd@gmail.com>
  650. Date: Sat May 17 15:47:50 2014 -0700
  651.  
  652. Improve exception trace in SSL errors.
  653.  
  654. commit 3d8a0af8ab6c33548cbdd4ba37a443272775a251
  655. Merge: c9fbc13 47402e2
  656. Author: Koushik Dutta <koush@koushikdutta.com>
  657. Date: Sat May 17 13:19:20 2014 -0700
  658.  
  659. Merge pull request #154 from sst8696/master
  660.  
  661. Support files larger than 2GiB onProgress callback
  662.  
  663. commit 47402e2436d4c9ca5b8b32dc1e4043bd3ad1c9c4
  664. Author: sst8696 <sst8696@rit.edu>
  665. Date: Sat May 17 09:20:06 2014 -0400
  666.  
  667. Fix Classpath to line up with original
  668.  
  669. commit 2b2eeb7ed0edfbc7605c46328e070359fb9b8e4e
  670. Author: sst8696 <sst8696@rit.edu>
  671. Date: Sat May 17 09:08:29 2014 -0400
  672.  
  673. Changed content length to be a long
  674.  
  675. commit 19bb0f6a4726db5a3c2eee859d830d1f1bdbb9d0
  676. Author: sst8696 <sst8696@rit.edu>
  677. Date: Sat May 17 08:14:28 2014 -0400
  678.  
  679. FileCallback onProgress >2GiB file support
  680.  
  681. commit c9fbc136538bd2736951f3c53f98bdf7aafb9d4c
  682. Author: Koushik Dutta <koushd@gmail.com>
  683. Date: Fri May 16 14:45:27 2014 -0700
  684.  
  685. Optional websocket user agent header support.
  686.  
  687. commit 0546f2198c14b48ffc35d2fe7554624c297ba6ee
  688. Author: Koushik Dutta <koushd@gmail.com>
  689. Date: Sun May 11 14:59:52 2014 -0700
  690.  
  691. build.gradle update
  692.  
  693. commit e13a8693470ee68eefb26304ffa479dc8e1c1ec7
  694. Author: Koushik Dutta <koushd@gmail.com>
  695. Date: Sun May 11 14:50:10 2014 -0700
  696.  
  697. 1.2.5
  698.  
  699. commit 63faaf34e094175e2ebd7a00b4a1059df5f0b45b
  700. Merge: c5a57de deb24e8
  701. Author: Koushik Dutta <koush@koushikdutta.com>
  702. Date: Thu May 8 11:11:10 2014 -0700
  703.  
  704. Merge pull request #150 from paulpdaniels/patch-1
  705.  
  706. Fixed #149
  707.  
  708. commit deb24e88732fd82adda1b7e15cdf49ec1d5d74e4
  709. Author: paulpdaniels <paulpdaniels@gmail.com>
  710. Date: Thu May 8 10:59:13 2014 -0700
  711.  
  712. Fixed #149
  713.  
  714. commit c5a57de8d2127ca8c1840665b63d439ca8df25be
  715. Merge: 7dc178e ede2bd3
  716. Author: Koushik Dutta <koush@koushikdutta.com>
  717. Date: Wed May 7 12:28:24 2014 -0700
  718.  
  719. Merge pull request #147 from paulpdaniels/master
  720.  
  721. Updated sample for new API
  722.  
  723. commit ede2bd3585dfdec67149f5b979856806cee542c6
  724. Author: paulpdaniels <paulpdaniels@gmail.com>
  725. Date: Wed May 7 11:31:00 2014 -0700
  726.  
  727. Fix for #146
  728.  
  729. Fix for #146 that was causing the UI to be updated from a background thread.
  730.  
  731. commit 7dc178e1e8669eba94547f530c24591ef52e8d44
  732. Author: Koushik Dutta <koushd@gmail.com>
  733. Date: Sun May 4 21:22:34 2014 -0700
  734.  
  735. AsyncHttpServerResponse.sendStream: Fix stream closing
  736.  
  737. commit 1a584c5f057ca0520affa715993326c8ca221b92
  738. Author: Koushik Dutta <koushd@gmail.com>
  739. Date: Fri May 2 15:16:25 2014 -0700
  740.  
  741. Remove all timeout callbacks once the connection is reported as complete.
  742.  
  743. Was hitting a double completion callback bug if attempting to load a File URI.
  744. One for the uri handler failure, and again for timeout.
  745.  
  746. commit aa077a1d3cadbacb384dcb884e8b11a8221f76c3
  747. Author: paulpdaniels <paulpdaniels@gmail.com>
  748. Date: Tue Apr 15 15:13:05 2014 -0700
  749.  
  750. Fixed the sample with the refactorings
  751. -----------------------------------------------------------------
  752. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/koush/Superuser 036dd62752bef0c4bef7faa938fd93e650851185..79a893a6c758c5cb856292063eedb95254ad8326
  753. commit 79a893a6c758c5cb856292063eedb95254ad8326
  754. Author: Michael Bestas <mikeioannina@gmail.com>
  755. Date: Fri May 30 17:49:15 2014 +0300
  756.  
  757. Automatic translation import
  758.  
  759. Change-Id: I2865d9073cf2ed45ab27b6c5c6e4b4d89d69a444
  760.  
  761. commit eca2df6f0e7e2265466b318e90c28ebb431dbb5a
  762. Author: Michael Bestas <mikeioannina@gmail.com>
  763. Date: Sun May 25 14:46:45 2014 +0300
  764.  
  765. Automatic translation import
  766.  
  767. Change-Id: I04fead7704642016a9dd409e4163b831222428ab
  768.  
  769. commit 4f9824faf2518b4c1d697fe21bc4938f6a2840b7
  770. Author: Michael Bestas <mikeioannina@gmail.com>
  771. Date: Wed May 21 01:51:39 2014 +0300
  772.  
  773. Automatic translation import
  774.  
  775. Change-Id: I1ff64f4ba0797546b8d048d8cd7b5d9f707e9d6d
  776. -----------------------------------------------------------------
  777. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/koush/ion 389da0a26d1386dad9a41d84d3f129c37cca0923..12349d466d20f553e4a8b5a4d8560ace6379000a
  778. commit 12349d466d20f553e4a8b5a4d8560ace6379000a
  779. Merge: 389da0a cbc51af
  780. Author: Danesh M <daneshm90@gmail.com>
  781. Date: Thu May 22 17:20:56 2014 -0700
  782.  
  783. Merge remote-tracking branch 'koush/master' into cm-11.0
  784.  
  785. commit cbc51af165adf339b6d90da6c6d5fd6bf50fdb7a
  786. Author: Koushik Dutta <koushd@gmail.com>
  787. Date: Thu May 22 16:23:55 2014 -0700
  788.  
  789. Add support for multiple multipart parts in a single call.
  790.  
  791. addMultipartParts
  792.  
  793. https://github.com/koush/ion/issues/231
  794.  
  795. commit 497908463fcfa91faf610a551ac2a02c7aa56ef7
  796. Author: Koushik Dutta <koushd@gmail.com>
  797. Date: Wed May 21 17:38:31 2014 -0700
  798.  
  799. Switch from URI to Uri.
  800.  
  801. URI does not allow braces: {}, even though they are allowed in the spec.
  802. It is also easier to build paths using a Uri instance.
  803.  
  804. Download/upload progress should be done with longs for large transfers.
  805.  
  806. commit 81a3da1dbaa4f3af84c4bcfe8c3e962c181d15ba
  807. Author: Koushik Dutta <koushd@gmail.com>
  808. Date: Sun May 11 15:00:36 2014 -0700
  809.  
  810. build.gradle update
  811.  
  812. commit 3efb3425d0c470c453e9fc8889d3b39a1e3bf6a3
  813. Author: Koushik Dutta <koushd@gmail.com>
  814. Date: Sun May 11 14:49:52 2014 -0700
  815.  
  816. 1.2.5
  817.  
  818. commit 2d0d72ec159e81317d743923e900624f31ae16f0
  819. Merge: 8a25aaa 1e0c995
  820. Author: Koushik Dutta <koush@koushikdutta.com>
  821. Date: Fri May 2 00:48:46 2014 -0700
  822.  
  823. Merge pull request #212 from Danesh/master
  824.  
  825. Cm fixes
  826.  
  827. commit 1e0c9952a09fa14953cefdd577ea00781d7b8f6a
  828. Author: Danesh Mondegarian <daneshm90@gmail.com>
  829. Date: Thu May 1 23:26:03 2014 -0700
  830.  
  831. Ion : Add support-v4 library
  832.  
  833. Change-Id: I6a95c3b7a394b7a740607bdbb9c1018c07059184
  834.  
  835. commit 93babc828cb8be270b79f1a402ace467186fe0bd
  836. Author: cretin45 <cretin45@gmail.com>
  837. Date: Tue Apr 29 13:47:33 2014 -0700
  838.  
  839. Herp
  840.  
  841. Change-Id: I270c336c8d6595349dff18753e25497689d14914
  842.  
  843. commit 215f262c3e9f339e0621e92c33235250e7dbc651
  844. Author: cretin45 <cretin45@gmail.com>
  845. Date: Tue Apr 22 14:03:46 2014 -0700
  846.  
  847. Silly Google
  848.  
  849. Google returns a mime type video/mpeg4 for mp4s.
  850.  
  851. Change-Id: Ie73cb756e9e7b24a729746baa726d705824dc95f
  852. -----------------------------------------------------------------
  853. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/sepolicy 8bebb1c5dd10f704d0f5c90b9c51ed7f3e91eb06..4e7819d297df93608cdbb12fab8ddb609116c102
  854. commit 4e7819d297df93608cdbb12fab8ddb609116c102
  855. Author: Stephen Smalley <sds@tycho.nsa.gov>
  856. Date: Mon Dec 16 08:55:24 2013 -0500
  857.  
  858. Add rules to permit CTS security-related tests to run.
  859.  
  860. Change-Id: I184458af1f40de6f1ab99452e76ba586dad1319e
  861. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  862.  
  863. commit 008e80aff67d13f74fb69db10a4b50a7aed151ec
  864. Author: Stephen Smalley <sds@tycho.nsa.gov>
  865. Date: Wed Dec 11 09:08:09 2013 -0500
  866.  
  867. Allow untrusted apps to execute binaries from their sandbox directories.
  868.  
  869. Various third party apps come with their own binaries that they write out to
  870. their sandbox directories and then execute, e.g.:
  871. audit(1386527439.462:190): avc: denied { execute_no_trans } for pid=1550 comm="Thread-79" path="/data/data/com.cisco.anyconnect.vpn.android.avf/app_bin/busybox" dev="mmcblk0p23" ino=602891 scontext=u:r:untrusted_app:s0:c39,c256 tcontext=u:object_r:app_data_file:s0:c39,c256 tclass=file
  872.  
  873. While this is not ideal from a security POV, it seems necessary to support for
  874. compatibility with Android today.
  875.  
  876. Split out the execute-related permissions to a separate allow rule as it
  877. only makes sense for regular files (class file) not other kinds of files
  878. (e.g. fifos, sockets, symlinks), and use the rx_file_perms macro.
  879.  
  880. Move the rule to untrusted_app only so that we do not permit system apps
  881. to execute files written by untrusted apps.
  882.  
  883. Change-Id: Ic9bfe80e9b14f2c0be14295c70f23f09691ae66c
  884. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  885.  
  886. commit 19a1792d701868e625de9493119cf7d458b4f210
  887. Author: William Roberts <wroberts@tresys.com>
  888. Date: Sat Sep 28 18:46:21 2013 -0400
  889.  
  890. Introduce controls on wake lock interface
  891.  
  892. Change-Id: Ie0ee266e9e6facb2ab2abd652f68765239a41af1
  893. -----------------------------------------------------------------
  894. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/skia c2807ac91187a30afe0e3e5755e2eabfdc9b9d1b..0f2cd788c837616b22a09de4c2620adad12b16cb
  895. commit 0f2cd788c837616b22a09de4c2620adad12b16cb
  896. Author: Clark Scheff <clark@cyngn.com>
  897. Date: Wed May 21 12:50:59 2014 -0700
  898.  
  899. Fallback to system's monospace font if theme excludes it
  900.  
  901. We should always have a monospace font available and if a theme
  902. does not provide one the system's monospace font should be used.
  903.  
  904. Change-Id: Iaadf2f2c4d0dd7dd46d1eb58a687281440d70227
  905.  
  906. commit 4ce66cfe48d92241cbbdc5aaaa36b35baa647f2c
  907. Author: Clark Scheff <clark@cyngn.com>
  908. Date: Fri May 16 08:30:57 2014 -0700
  909.  
  910. Only force purge all when clearing singleton interface
  911.  
  912. Fix for CYAN-4047
  913.  
  914. Always forcing the typeface cache to be purged can lead to system
  915. lock ups. It should only be forced because of a font change, in
  916. which case we want the entire cache purged and then reloaded with
  917. the new fonts. Calling this any other time should have force set
  918. to false, i.e. when Canvas calls PurgeAll().
  919.  
  920. Change-Id: Ibdeeeaa1ee67270da365b69c63c9c4914d60374e
  921. -----------------------------------------------------------------
  922. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/stagefright-plugins b1d88351276e41f4449eed26c8d9fd73d1cd79f4..82aab6b755d40b368c63632c1482779949677512
  923. commit 82aab6b755d40b368c63632c1482779949677512
  924. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  925. Date: Thu May 22 16:54:02 2014 +0100
  926.  
  927. extractor: Underp mpeg4 fastpath
  928.  
  929. Only run this _after_ validating the result of avformat_open_input()
  930.  
  931. Change-Id: Ib7969a7f723ba58219476ceb541e8dd24c7c922b
  932.  
  933. commit 267285c334f7b6d53aa526689e8824f10e7db019
  934. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  935. Date: Tue May 20 16:43:28 2014 +0100
  936.  
  937. extractor: More NULL checks...
  938.  
  939. This is blowing up if media unrecognized by ffmpeg goes through
  940.  
  941. Change-Id: Idfb2dcf581e3195f05772d375d315a6aedeab993
  942.  
  943. commit dbaceb6a29a381e1c9b75d2a7258a08a07360d75
  944. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  945. Date: Sat May 17 22:45:39 2014 +0100
  946.  
  947. Fix resource leak in cached mpeg4 fast exit
  948.  
  949. And clean up formatting to match the rest of the file
  950.  
  951. Change-Id: I334640e3ceefbf2b0ff3d91f7493b02dc0c3359b
  952.  
  953. commit fda32b9780337a05a37b4ff4a1b6daaa75415f8a
  954. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  955. Date: Fri May 16 19:12:09 2014 +0100
  956.  
  957. extractor: Fast-track the stream analysis if we already have a skip condition
  958.  
  959. The sniffer already has an abort clause if the container is identified
  960. as MPEG4 and the media source is caching (HTTP, typically). If we figure
  961. this out early, there's no need to drill down into the individual streams,
  962. and we can skip the deeper stream analysis, saving somewhere between 5 and
  963. 15 seconds in the identification process.
  964.  
  965. Change-Id: I64d33dc22262dd389e48b5f07047a8a1908f4ff3
  966.  
  967. commit 293c98c20b163af13eb7fd9866c26f0e07d05a51
  968. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  969. Date: Thu May 15 10:32:56 2014 +0700
  970.  
  971. FFmpegExtractor: don't print list of supported formats
  972.  
  973. It's just log-spam and doesn't aid debugging in any way
  974. (the value is always constant)
  975.  
  976. Change-Id: I06bd88675c8cd306523227cde8f2744077f3783d
  977.  
  978. commit c5b79b6893535facded4e263a4467b1db39b804a
  979. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  980. Date: Wed May 14 19:38:00 2014 +0700
  981.  
  982. FFmpegExtractor: set proper mimetype for VP8/9
  983.  
  984. This allows other stagefright codecs to be used even when the extended
  985. extractor is used. (Right now, if the the extended extractor is forced
  986. to be used with VP8/9, then 'vtrial' mimetype will be used.)
  987.  
  988. Change-Id: I7af0bf609d07871b8956d7799cc036c0b8d18d37
  989.  
  990. commit 2b5ec4abbd11d407998e00cf4884fc5d2099b484
  991. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  992. Date: Wed May 14 19:36:48 2014 +0700
  993.  
  994. FFmpegExtractor: mark VP9 as supported
  995.  
  996. Software codec for VP9 is provided by Google
  997.  
  998. Change-Id: I9383924ba3f0efe823a757e560db0105925f7ca6
  999.  
  1000. commit 09248667669c76254531ad463811ab329d4494c4
  1001. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  1002. Date: Wed May 14 19:06:06 2014 +0700
  1003.  
  1004. FFmpegExtractor: add mp3 to supported list
  1005.  
  1006. This prevents mp3 files from being sniffed twice everytime.
  1007.  
  1008. (BetterSniffFFMPEG -> fail -> LegacySniffFFMPEG -> fail again)
  1009.  
  1010. Change-Id: I606cc430089d36f8cd4627d689e095087605373b
  1011.  
  1012. commit 5b0efb82e44fa66ac1dec12c67b2c2fba26f579f
  1013. Author: Ethan Chen <intervigil@gmail.com>
  1014. Date: Mon May 12 23:39:40 2014 -0700
  1015.  
  1016. Add additional WAV types to Stagefright supported list
  1017.  
  1018. * Stagefright WAVExtractor supports U8, S16, S24 WAV encoding.
  1019. * Stagefright WAVExtractor also supports MS GSM.
  1020.  
  1021. Change-Id: Ic1595d3ac179e715821903b25bf1e814a4e5b31e
  1022.  
  1023. commit cb98b5b06913e71d129ab517d9126eebcb692611
  1024. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  1025. Date: Tue May 13 10:13:16 2014 +0700
  1026.  
  1027. FFmpegExtractor: ignore fake album art MJPEG streams
  1028.  
  1029. Allows flac/m4a to be correctly parsed by Android
  1030.  
  1031. Change-Id: I6738afa1bf84cd930bda3b179f324c73379cfaea
  1032. -----------------------------------------------------------------
  1033. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/whispersystems/TextSecure 6a284cc7ef57405795b647f3c0dae8e6a519bd38..de0a7ab83e36795c7d1b1ad276d7941c26a29deb
  1034. commit de0a7ab83e36795c7d1b1ad276d7941c26a29deb
  1035. Author: Roman Birg <romanbirg@gmail.com>
  1036. Date: Tue May 20 06:56:08 2014 -0700
  1037.  
  1038. TextSecure: add Play Services version
  1039.  
  1040. New Play Services update requires the
  1041. version be included in AndroidManifest.xml
  1042.  
  1043. Change-Id: Ied6ac08295735927aaf7667cd8dde0de16c32601
  1044. Signed-off-by: Roman Birg <romanbirg@gmail.com>
  1045. -----------------------------------------------------------------
  1046. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/whispersystems/WhisperPush 196130070dad7acbc802e99395beb1469d4a0cd0..0150d8b9b39c5367dca87d88585f3f84ae32e9f7
  1047. commit 0150d8b9b39c5367dca87d88585f3f84ae32e9f7
  1048. Author: Michael Bestas <mikeioannina@gmail.com>
  1049. Date: Fri May 30 17:49:21 2014 +0300
  1050.  
  1051. Automatic translation import
  1052.  
  1053. Change-Id: Ic0f9b9177590e39342773dbecba0495b3c3a2a37
  1054.  
  1055. commit 07fe7602d96f11c6a83d41e8f0d57b2f7d648e8e
  1056. Author: Michael Bestas <mikeioannina@gmail.com>
  1057. Date: Sun May 25 14:46:50 2014 +0300
  1058.  
  1059. Automatic translation import
  1060.  
  1061. Change-Id: I6040ecb418d462fe60ee6417faf4937d37e1931e
  1062.  
  1063. commit 01e68e0e1631907ac0980749986494e8c8a0b067
  1064. Author: Roman Birg <roman@cyngn.com>
  1065. Date: Fri May 23 10:40:01 2014 -0700
  1066.  
  1067. WhisperPush: update last Holo.Light screen to Holo
  1068.  
  1069. Change-Id: I8fced3cc923eabb4be0fc2385287a97835501292
  1070. Signed-off-by: Roman Birg <roman@cyngn.com>
  1071.  
  1072. commit 87b8c84cc556285b772ef286b827fa84599a230b
  1073. Author: Roman Birg <romanbirg@gmail.com>
  1074. Date: Tue May 20 06:55:08 2014 -0700
  1075.  
  1076. WhisperPush: add Play Services version
  1077.  
  1078. New PLay Services update requires the
  1079. version to be included in AndroidManifest.xml
  1080.  
  1081. Change-Id: Ia5667098a7c83e34367783ec8f3f9f87e91a39e6
  1082. Signed-off-by: Roman Birg <romanbirg@gmail.com>
  1083.  
  1084. commit 27a3ddbed344000aa76cce67f868166d726f0e6d
  1085. Author: Michael Bestas <mikeioannina@gmail.com>
  1086. Date: Wed May 21 01:51:45 2014 +0300
  1087.  
  1088. Automatic translation import
  1089.  
  1090. Change-Id: I90aad0aca3418e62bb4fdb45a5a2bc732efe9530
  1091. -----------------------------------------------------------------
  1092. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/external/wpa_supplicant_8_ti 7166ef5ba4844429c72c24ca1482d67c62858342..533d56f4f733e7a9473ff46ad8766e81cc5a1be1
  1093. -----------------------------------------------------------------
  1094. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/frameworks/av 62ab437f065b039d79fd4915d4242e14e95375a6..af244898ba932e9a76f37e9e346d2a1cae7272c8
  1095. commit af244898ba932e9a76f37e9e346d2a1cae7272c8
  1096. Author: Praveen Chavan <pchavan@codeaurora.org>
  1097. Date: Thu Apr 17 21:59:57 2014 -0700
  1098.  
  1099. stagefright: yield callbackDispatcher to writer only for video
  1100.  
  1101. Letting Writer run increases the probability of dispatcher
  1102. not getting the lock when it comes back with the next message.
  1103. This adds an extra sleep-wakeup and increase power consumption.
  1104.  
  1105. Since Audio dispatcher handles more messages, this behavior
  1106. is profound in case of audio. Contain yielding business to
  1107. video only since this optimization is not required for audio.
  1108.  
  1109. CRs-Fixed: 651233
  1110. Change-Id: Ie24be4522b29fa191a88a777293d39f8e7c91353
  1111.  
  1112. commit b374543efaf8db8e19c62c70864f797407c04683
  1113. Author: Preetam Singh Ranawat <apranawat@codeaurora.org>
  1114. Date: Fri May 9 16:24:56 2014 +0530
  1115.  
  1116. libstagefright: Fix to handle EAGAIN error on first read to source
  1117.  
  1118. -Some of AV streaming clips are not played
  1119. -In streaming use case when source does not have sufficent data it
  1120. return error EAGAIN on first read request, player ignore this error
  1121. and treat it as a first buffer.
  1122. -Make the read request again to source on EAGAIN error.
  1123.  
  1124. Change-Id: I3feaccce757c17c4e80e6d62375c3d700ca29e72
  1125.  
  1126. commit 68a4010f6ab9681cd5faffdf243900a0c7b3c8de
  1127. Author: Divya Narayanan Poojary <dnaray@codeaurora.org>
  1128. Date: Thu Mar 27 18:01:36 2014 +0530
  1129.  
  1130. audio: mute duration at the beginning of recording
  1131.  
  1132. -AudioSource mutes for predefined duration (kAutoRampStartUs)
  1133. at the beginning of a recording. Current kAutoRampStartUs
  1134. is not sufficient to mute the shutter sound click on
  1135. B-Family devices. Sometime shutter sound is getting recorded
  1136. with the current kAutoRampStartUs.
  1137.  
  1138. -Issue with calculating muteDuration from getOutputLatency is,
  1139. more delay is getting added for Bt(~1 sec) which is really not
  1140. required.
  1141.  
  1142. -Fix is to use constant mute delay which is appropriate
  1143.  
  1144. Change-Id: Ied20dc44c56cc74c74fb001383d3c533cb54b632
  1145. CRs-Fixed: 636491
  1146.  
  1147. commit bae2e7da1d0f791f236a5cc0b60eed127c140276
  1148. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1149. Date: Sun Jun 1 06:45:36 2014 +0100
  1150.  
  1151. camera: Disable extra HDR frame on QCOM_HARDWARE
  1152.  
  1153. Qualcomm camera HALs default to adding an extra zero-exposure frame
  1154. to HDR snapshots; this is breaking third-party apps, and we don't
  1155. use it in system-bundled apps, so disable it unless explicitly
  1156. requested by the client
  1157.  
  1158. Change-Id: Iecb868c5c344d972de7f36dc1bd9cc9fdbabaf4e
  1159.  
  1160. commit 1d28c25394183cfe57e344f0c17c587927137a41
  1161. Author: Santhosh Behara <santhoshbehara@codeaurora.org>
  1162. Date: Thu Apr 24 12:17:00 2014 +0530
  1163.  
  1164. RTSP: Fix crash issue while repeated pause/resume
  1165.  
  1166. While doing repeated pause-resume operation in RTSP streaming,
  1167. some times, the accessunit timeout check is being posted when
  1168. the streaming paused, and even after receving the EOS.
  1169. Due to this check, after the EOS, the number of packets received
  1170. will be zero and the session gets Teardown while the
  1171. streaming is paused. Upon resume, it leads to check failure and crash.
  1172.  
  1173. Changes are done such that the accessunit timeout check will
  1174. not be done in pause/seek state.
  1175.  
  1176. CRs-Fixed: 636312
  1177.  
  1178. Change-Id: I60d09d5394eed59a8e2bbf5556628f1ea26f7807
  1179.  
  1180. commit 0843a3e672c8b0e9dc70466374be402f0c8e8d8c
  1181. Author: Divya Narayanan Poojary <dnaray@codeaurora.org>
  1182. Date: Wed May 14 12:57:03 2014 +0530
  1183.  
  1184. audio: Fix for failure in CTS MediaRecorderTest cases
  1185.  
  1186. -Issue: MediaRecorder CTS test cases are failing.
  1187.  
  1188. -Running the CTS test "testRecorderRandomAction" at
  1189. beginning sets the huge file size and StageFrightRecorder
  1190. set the 64 bit file offset. In MPEG4 writer
  1191. estimateMoovBoxSize depends on a static const variable
  1192. which uses this file offset info. As the variable to
  1193. calculate estimateMoovBoxSize is static const it remains
  1194. same for next media recording session even if file size
  1195. is small.
  1196.  
  1197. -Fix: Don't use static const variable which is used to
  1198. calculate estimateMoovBoxSize as its value may change
  1199. depending on file offsets.
  1200.  
  1201. CRS-Fixed: 629448
  1202.  
  1203. Change-Id: Icdb8658a69667663ba686ae51755f461dd35712c
  1204.  
  1205. commit a6a232b1c59ef3aa68f985d8c2707bae61c151b5
  1206. Author: Naresh Tanniru <ntanniru@codeaurora.org>
  1207. Date: Wed May 7 17:59:47 2014 +0530
  1208.  
  1209. audioflinger: Remove fatal error handling for non offload tracks
  1210.  
  1211. - Audio pop is heared on BT during SSR
  1212.  
  1213. - On sound card OFFLINE status,pcm track is
  1214. recreated resulting audio pop sound
  1215.  
  1216. - Handle OFFLINE status only for offload tracks
  1217.  
  1218. Change-Id: I483d4595b61fab4d0be460b9e481ab82f7ab46b5
  1219.  
  1220. commit ac65aa286db41e2e4a41becf32bcf36476d00495
  1221. Author: Shivaprasad Hongal <shongal@codeaurora.org>
  1222. Date: Mon Apr 7 10:15:57 2014 -0700
  1223.  
  1224. libstagefright/omx: Fix CallbackDispatcher dereference in callback.
  1225.  
  1226. - findDispatcher can return NULL. Check for NULL.
  1227.  
  1228. Change-Id: I07edc427b706dfdeec6a6f90f13d00c8941e77f2
  1229.  
  1230. commit 51a7e4031d2bcd5989a52f64358fe849d730c473
  1231. Author: Jia Meng <jmeng@codeaurora.org>
  1232. Date: Fri Apr 4 12:06:56 2014 +0800
  1233.  
  1234. stagefright: Cancel audioCheck event when setting nativewindow
  1235.  
  1236. In html5 playback, setNativeWindow_l() will be called twice
  1237. when switching from landscape to portrait mode. If the 2nd
  1238. setNativeWindow_l gets the LOCK before proceeding mCheckAudioStatusEvent
  1239. posted in the 1st setNativeWindow_l, it will get the infomation
  1240. that seeking is completed and won't do seeking in this run.
  1241.  
  1242. CRs-fixed: 624469
  1243. Change-Id: Ia5c4e373e8a71b907b15b913085600d9481ef982
  1244.  
  1245. commit 3d25c7bb330d82927be1a9a7e5db3a0af276db4c
  1246. Author: lubiny <lubiny@codeaurora.org>
  1247. Date: Thu Oct 10 14:28:18 2013 +0800
  1248.  
  1249. libstagefright: handle error when B-frame is sent to MPEG4Writer
  1250.  
  1251. Without this patch, writing B-frame to MediaMuxer will be blocked and
  1252. cannot return a result. This may cause an endless progress bar shown in
  1253. gallery when triming or muting some videos.
  1254.  
  1255. Change-Id: Ide69ddee04d2419e977b0243557a4eff224631c0
  1256. CRs-Fixed: 521005
  1257.  
  1258. commit ef7c4944d4bba76ef44f21d3bd920a9a7e5393e3
  1259. Author: ApurupaPattapu <apurupa@codeaurora.org>
  1260. Date: Thu Mar 27 17:31:23 2014 -0700
  1261.  
  1262. libstagefright: Check for data partitioned clips
  1263.  
  1264. - Check for DP clips in ESDS atom of mpeg4 clips
  1265. - If the clip is detected to have data partition, return a
  1266. error, so that video decode will fallback to SW decoder
  1267.  
  1268. CRs-Fixed: 630669
  1269. Change-Id: I21800eabf2a68546b6ad389d18adbb3e9fb08ed7
  1270.  
  1271. commit d2375a50d939d1bca0cceaff5eeb2ef09fe8e61b
  1272. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1273. Date: Sun May 18 20:38:30 2014 +0100
  1274.  
  1275. DataSource: Split off ffmpeg sniffer to a second pass, and only if necessary
  1276.  
  1277. ffmpeg's sniffer is intended as a grab-all-that-doesn't-work-elsewhere
  1278. extractor. Unfortunately, this causes two issues:
  1279.  
  1280. - As written, it requires ffmpeg to whitelist any extractors supported
  1281. by stagefright, or else it will blindly override them. This has codebase
  1282. sync issues, as shown by the VP9 and WAV accidental overrides
  1283. - It imposes an in-depth analysis of _all_ media, even that which we
  1284. want to be processed quickly by shipping stagefright plugins (hardware
  1285. or not). This is mostly noticeable in network streams and thumbnail
  1286. generation.
  1287.  
  1288. This patch moves FFmpegExtractor to an independent sniffer queue, and
  1289. it only invokes it when the regular MediaExtractor hits 1 of 3 conditions:
  1290.  
  1291. 1 - The confidence in the identified container type is low
  1292. 2 - No container is identified at all
  1293. 3 - A video container was found by other extractors, but only 1 stream
  1294. (audio or video) was identified.
  1295.  
  1296. Change-Id: Ib96ff4f6bc06223fe0e819a57560d3c872a79ddd
  1297.  
  1298. commit 8e22dd0c072b11cbcefb4735ba111a5e7cfefc72
  1299. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  1300. Date: Fri Jan 13 16:16:27 2012 +0700
  1301.  
  1302. stagefright: Fix playback for mkv files with lacing
  1303.  
  1304. Most mkv files having 'lacing' in their audio section to save space.
  1305. Android did not handle this properly, sending all frames in the block
  1306. with the same time code, which causes stuttery playback.
  1307.  
  1308. Change-Id: I4dc76e7c2a53126c7fbdd3628fe7d339d2e3364e
  1309. -----------------------------------------------------------------
  1310. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/frameworks/base 3cd50273e8aebc7420754405ce09dcf7431e9ab3..01c0a743675b6f82303f4744d3b67781e0a36607
  1311. commit 01c0a743675b6f82303f4744d3b67781e0a36607
  1312. Author: Clark Scheff <clark@cyngn.com>
  1313. Date: Fri Apr 25 18:29:54 2014 -0700
  1314.  
  1315. Reduce memory leaks by removing all views.
  1316.  
  1317. Change-Id: I1c7d3647ae0d40aa214108ea22e007e3cb3191b9
  1318.  
  1319. commit 0b0341e35ccc100877e784d5837e2116159589fe
  1320. Author: Dave Daynard <nardholio@gmail.com>
  1321. Date: Tue Apr 1 18:59:14 2014 -0400
  1322.  
  1323. Restore pre-KitKat permissions to external sd for all apps
  1324.  
  1325. Change-Id: Ib3ff52bcc47fd36e8f3fc5aefeaae4e56180e7c6
  1326.  
  1327. commit 032240111aeb7f2bed3f38f7cb5c2a168a662d4f
  1328. Merge: 2d5a2ae 66d0a8d
  1329. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1330. Date: Mon Jun 2 09:56:38 2014 +0000
  1331.  
  1332. Merge "Fix hiding ADB notification" into cm-11.0
  1333.  
  1334. commit 2d5a2ae8416610c01c61f2e2a0065a721f0b9a75
  1335. Merge: 8e3290e f62c6e3
  1336. Author: Danny Baumann <dannybaumann@web.de>
  1337. Date: Mon Jun 2 06:55:50 2014 +0000
  1338.  
  1339. Merge "Fix resource leaks" into cm-11.0
  1340.  
  1341. commit 8e3290e69d5e32c21f80014ed5069050c849d28f
  1342. Merge: a2b4c35 cd858e5
  1343. Author: Danny Baumann <dannybaumann@web.de>
  1344. Date: Mon Jun 2 06:36:47 2014 +0000
  1345.  
  1346. Merge "Animate circle battery rotation back to 0 after unplugging" into cm-11.0
  1347.  
  1348. commit a2b4c35a17bd857ffafed32eb04e144dccfde810
  1349. Author: Steve Kondik <shade@chemlab.org>
  1350. Date: Sun Jun 1 19:21:24 2014 -0700
  1351.  
  1352. perf: Send a boost hint when a key on the navbar is pressed
  1353.  
  1354. * A lot of stuff happens, especially when invoking recents.
  1355. * Get ahead of the storm by sending a boost hint before
  1356. kicking off the animations.
  1357.  
  1358. Change-Id: I0cecd0c58f8bc8479ea44f63af796500d7b9d7d2
  1359.  
  1360. commit 9991a30936dab3d5f77d244f9eabfa219c99ca5f
  1361. Author: Steve Kondik <shade@chemlab.org>
  1362. Date: Sun Jun 1 02:42:14 2014 -0700
  1363.  
  1364. perf: Don't persist the perf profile across a reboot
  1365.  
  1366. * Always initialize with the default performance profile.
  1367. * There are a lot of reasons for this, but mostly because
  1368. users are stumbling into the setting and ending up with a
  1369. slow system because they enabled powersave mode.
  1370.  
  1371. Change-Id: Icd0a1ddcc41700eb29a126bda1eb67a26fc2d5dd
  1372.  
  1373. commit f62c6e38ce30b6c59daac41d32e7a0879d0ccc29
  1374. Author: Flamefire <alex@grundis.de>
  1375. Date: Sun May 18 15:46:15 2014 +0200
  1376.  
  1377. Fix resource leaks
  1378.  
  1379. Change-Id: I3a201cfd924e467d605351782bd06874c2af725e
  1380.  
  1381. commit 66d0a8d239765beab723030a298d2970af32c016
  1382. Author: Adam77Root <adam77root@gmail.com>
  1383. Date: Sun Jun 1 12:14:01 2014 +0200
  1384.  
  1385. Fix hiding ADB notification
  1386.  
  1387. When the notification is already shown (the device is connected in ADB mode)
  1388. and the user turns it off, it doesn't go away. Let's hide it properly.
  1389.  
  1390. Change-Id: Ie411a89d5549ae9662c59ee9ee5d18a9568e1ede
  1391.  
  1392. commit 3fd747d8136c0157bbea541b1243c06beb16e5f3
  1393. Merge: f3b3a96 eba1044
  1394. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1395. Date: Sat May 31 15:42:04 2014 +0000
  1396.  
  1397. Merge "appops: Fix WIFI_SCAN AppOp permission index" into cm-11.0
  1398.  
  1399. commit f3b3a96ff1ea96cbd67c587885c0e1b7e3ba2b3d
  1400. Author: Michael Bestas <mikeioannina@gmail.com>
  1401. Date: Fri May 30 17:45:23 2014 +0300
  1402.  
  1403. Automatic translation import
  1404.  
  1405. Change-Id: Icd2dcbc64cfdb867f03b2cb4931c176f54fd0173
  1406.  
  1407. commit fdd821f54e4ee2efca562310beeadabdb07e1a53
  1408. Merge: 387ab58 89a9992
  1409. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1410. Date: Thu May 29 23:35:16 2014 +0000
  1411.  
  1412. Merge "Keyguard: Make sure disabling Camera widget" into cm-11.0
  1413.  
  1414. commit 387ab586cc41edc8f5356d367755176b1bd59c07
  1415. Author: Ethan Chen <intervigil@gmail.com>
  1416. Date: Wed May 28 23:45:04 2014 -0700
  1417.  
  1418. idmap: reduce CREATING STRING CACHE verbosity
  1419.  
  1420. Change-Id: I7febe358b3b302427650edc1d00772fc9d2d547c
  1421.  
  1422. commit 99a37c55520a8fe2314a5f8ed762dc1cc8b3e654
  1423. Author: Ethan Chen <intervigil@gmail.com>
  1424. Date: Wed May 28 23:41:57 2014 -0700
  1425.  
  1426. Revert "idmap: Don't log spam "CREATING STRING CACHE""
  1427.  
  1428. This reverts commit 8a8b3bc1f7fe97b1c11693ad3350cebfd9e546be.
  1429.  
  1430. Change-Id: Ic461c90e9fd50b81051b2bc55bb6507f40144c36
  1431.  
  1432. commit b8b42aba38c1704bfbfe49a66da6910ae55ba325
  1433. Merge: 7db4fdb 20f95cf
  1434. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1435. Date: Thu May 29 02:11:27 2014 +0000
  1436.  
  1437. Merge "Added Non-Roaming for carrier BSNL in UP East and WEST INDIA" into cm-11.0
  1438.  
  1439. commit 7db4fdbd37d0a4d38a08eac6e000a8d5a71ec901
  1440. Merge: a8467ca b659a34
  1441. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1442. Date: Thu May 29 00:53:33 2014 +0000
  1443.  
  1444. Merge "No need to hide flags in configChange" into cm-11.0
  1445.  
  1446. commit b659a34a89dacc16cad043b6f25c86b2bf3cb410
  1447. Author: Clark Scheff <clark@cyngn.com>
  1448. Date: Wed May 28 17:51:52 2014 -0700
  1449.  
  1450. No need to hide flags in configChange
  1451.  
  1452. Change-Id: I36cda275f836d07e639419db8c856c7527307907
  1453.  
  1454. commit a8467ca479cd544c8d4e76c48645b0977a8566bc
  1455. Author: Andy Mast <andy@cyngn.com>
  1456. Date: Wed May 28 17:08:10 2014 -0700
  1457.  
  1458. WallpaperCropper requires these permission.
  1459.  
  1460. Without these it just crashes lockscreen wallpaper.
  1461.  
  1462. Change-Id: I25c676244a919ed355e02664828ddd79dd327062
  1463.  
  1464. commit 96a8afb780a2f23197ff0215a4858d34a7e5b497
  1465. Author: Andy Mast <andy@cyngn.com>
  1466. Date: Wed May 28 16:53:43 2014 -0700
  1467.  
  1468. Fix wallpapers not applying in full screen
  1469.  
  1470. Change-Id: I01f451d0b9a2236c2cdf0c7533e6f13ef03b7bf2
  1471.  
  1472. commit 9e5369166fbef9ef65c1ea00ba1adcaec49bde4a
  1473. Merge: 72e7680 bfd9a49
  1474. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1475. Date: Wed May 28 23:52:16 2014 +0000
  1476.  
  1477. Merge "Revert "WallpaperCropper requires these permission."" into cm-11.0
  1478.  
  1479. commit bfd9a49c0e8d25a4f67be48bc48080dd887f24d3
  1480. Author: Andy Mast <andy@cyngn.com>
  1481. Date: Wed May 28 23:51:41 2014 +0000
  1482.  
  1483. Revert "WallpaperCropper requires these permission."
  1484.  
  1485. This reverts commit 0cfac7b551ace988dc89d3133826f3f6b0ce6986.
  1486.  
  1487. Change-Id: I7693a12167846f1e6df72b74acb22a5c088356c3
  1488.  
  1489. commit 72e768027c23921e86635c34f914da4550412472
  1490. Merge: 0bebe57 97d10d6
  1491. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1492. Date: Wed May 28 23:14:32 2014 +0000
  1493.  
  1494. Merge "CM11 Themes: Don't kill setup wizards" into cm-11.0
  1495.  
  1496. commit 0bebe57179e3a4f960dae157ec8a83fb5d6ec4e4
  1497. Merge: 3658609 2e287d5
  1498. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1499. Date: Wed May 28 23:14:27 2014 +0000
  1500.  
  1501. Merge "CM11 Themes: Add themeChange config change to manifest" into cm-11.0
  1502.  
  1503. commit 3658609b5f4ab3a25aaee1f102efd363bd925218
  1504. Merge: 0593fe1 b5f57c8
  1505. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1506. Date: Wed May 28 23:14:17 2014 +0000
  1507.  
  1508. Merge "Revert "CM11 Themes: Delay setting default theme"" into cm-11.0
  1509.  
  1510. commit 89a99927248689551207ef38e406dc32ed42087c
  1511. Author: fuzz <fuzzzzzzzzzzzzzzzzzz@gmail.com>
  1512. Date: Wed May 28 13:41:57 2014 +0900
  1513.  
  1514. Keyguard: Make sure disabling Camera widget
  1515.  
  1516. This fixes the issue that Camera widget is enabled on non-camera devices
  1517. until users open up lockscreen settings
  1518.  
  1519. Change-Id: I599733f65ec31a16f8a8c5ee98a8a2ba6bc56c63
  1520.  
  1521. commit 0593fe1799b05c6f2f245bbcfa82034435d77e9a
  1522. Merge: 0cfac7b 9968765
  1523. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1524. Date: Wed May 28 22:26:47 2014 +0000
  1525.  
  1526. Merge "wm: Simplify menu action decision paths" into cm-11.0
  1527.  
  1528. commit 0cfac7b551ace988dc89d3133826f3f6b0ce6986
  1529. Author: baked <travp624@gmail.com>
  1530. Date: Wed May 28 00:10:17 2014 -0500
  1531.  
  1532. WallpaperCropper requires these permission.
  1533.  
  1534. - Without these it just crashes lockscreen wallpaper.
  1535.  
  1536. - Also fix wallpapers not applying in full screen
  1537.  
  1538. Change-Id: Ie0d392fd39c00434a72eec73cada63b5212c0dc0
  1539. Signed-off-by: baked <travp624@gmail.com>
  1540.  
  1541. commit 97d10d68ea60452fe6a290e3eed6a496b1237564
  1542. Author: Clark Scheff <clark@cyngn.com>
  1543. Date: Wed May 28 02:40:35 2014 -0700
  1544.  
  1545. CM11 Themes: Don't kill setup wizards
  1546.  
  1547. Change-Id: Ib68dbf08b5b65f66e73f2f22882932ced0851093
  1548.  
  1549. commit 2e287d5f7de701e2a40ded9d4960dd009fb163e9
  1550. Author: Clark Scheff <clark@cyngn.com>
  1551. Date: Wed May 28 02:39:57 2014 -0700
  1552.  
  1553. CM11 Themes: Add themeChange config change to manifest
  1554.  
  1555. Change-Id: Ia84c0089a79637906e4f75fa38a56e8ff3b21a2b
  1556.  
  1557. commit b5f57c8fffde0d50d205f989dbf575abf750aa8e
  1558. Author: Clark Scheff <clark@cyngn.com>
  1559. Date: Wed May 28 02:49:36 2014 -0700
  1560.  
  1561. Revert "CM11 Themes: Delay setting default theme"
  1562.  
  1563. This reverts commit 293d7e8547a05bcb17042402c18849571cd1edcf.
  1564.  
  1565. Change-Id: Ib36dd5f649b985238724dac06cbd0dca2eccb2cf
  1566.  
  1567. commit 9968765a584ccffa84fbe4a9806206074bde07a6
  1568. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1569. Date: Wed May 28 18:41:29 2014 +0100
  1570.  
  1571. wm: Simplify menu action decision paths
  1572.  
  1573. Since the action is performed directly from the handler, remove all
  1574. fallback paths and "if not default action" checks; these are superfluous,
  1575. and can send the wrong events to apps implementing their own input handlers.
  1576.  
  1577. Change-Id: Iaafe9c7a1ab0ab75ae93f1c8a6e1efb6c7a616cb
  1578.  
  1579. commit 606875199c5f0d574e65ae36f460feef74cedd26
  1580. Merge: 1451b98 293d7e8
  1581. Author: Andy Mast <andy@cyngn.com>
  1582. Date: Wed May 28 07:00:20 2014 +0000
  1583.  
  1584. Merge "CM11 Themes: Delay setting default theme" into cm-11.0
  1585.  
  1586. commit 293d7e8547a05bcb17042402c18849571cd1edcf
  1587. Author: Clark Scheff <clark@cyngn.com>
  1588. Date: Tue May 27 23:00:49 2014 -0700
  1589.  
  1590. CM11 Themes: Delay setting default theme
  1591.  
  1592. Change-Id: I56c0ae7a8b6868a1e81b6c7a72c0dd4a079cd7ba
  1593.  
  1594. commit 1451b981db4991b43cc8eff9f3bf08e0a5974d4f
  1595. Merge: 4d42429 7f86b69
  1596. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1597. Date: Wed May 28 00:21:04 2014 +0000
  1598.  
  1599. Merge "framework: Add equalizer tile" into cm-11.0
  1600.  
  1601. commit 7f86b69d1e6c4bbad577ab8baac2d5fe082668a5
  1602. Author: Roman Birg <roman@cyngn.com>
  1603. Date: Fri May 2 16:05:39 2014 -0700
  1604.  
  1605. framework: Add equalizer tile
  1606.  
  1607. Shows the current visualizer of current
  1608. audio output of device.
  1609.  
  1610. Should not show up for remote-playing device, such
  1611. as Chromecasts.
  1612.  
  1613. Clicking the tile opens the current EQ app.
  1614.  
  1615. Change-Id: Id7d073699764eacbe1d769a18c249eb80feb2a88
  1616. Signed-off-by: Roman Birg <roman@cyngn.com>
  1617.  
  1618. commit 4d42429c2c8d454f40515a94f2976096e8ac3ad7
  1619. Author: Jorge Ruesga <jorge@ruesga.com>
  1620. Date: Wed May 28 00:55:58 2014 +0200
  1621.  
  1622. base: fix fc in zh-rCN and zh-rTW language
  1623.  
  1624. Change-Id: Ifc049c2096c4bf595f83cde604f38ca0aaed75f6
  1625. JIRA: CYAN-4136
  1626. Issue: https://jira.cyanogenmod.org/browse/CYAN-4136
  1627. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1628.  
  1629. commit e2b03d31d22b8692735f7cd03caecf41c73028a4
  1630. Author: Jorge Ruesga <jorge@ruesga.com>
  1631. Date: Tue May 27 21:08:15 2014 +0200
  1632.  
  1633. quiethours: fix vibrate option
  1634.  
  1635. Change-Id: I4108bdde0fd6745325bf6c6ca99524de7378d5f6
  1636. JIRA: CYAN-3731
  1637. Issue: https://jira.cyanogenmod.org/browse/CYAN-3731
  1638. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1639.  
  1640. commit eba1044c65404db0cefd36574224d8dc8388b84c
  1641. Author: Jorge Ruesga <jorge@ruesga.com>
  1642. Date: Tue May 27 20:06:16 2014 +0200
  1643.  
  1644. appops: Fix WIFI_SCAN AppOp permission index
  1645.  
  1646. WIFI_SCAN and POST_NOTIFICATION permissions are inverted.
  1647.  
  1648. Change-Id: I97ebba0e118604294eb474143c53f7e7238dcb59
  1649. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1650.  
  1651. commit 72484974c7c565531fa629edd7ae48a9b2aede4b
  1652. Merge: ac69e04 5509cfa
  1653. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1654. Date: Tue May 27 01:20:39 2014 +0000
  1655.  
  1656. Merge "Themes: Add read/write permissions [1/2]" into cm-11.0
  1657.  
  1658. commit ac69e043285141bfcdaf3d8e399976b8ea41e281
  1659. Merge: 8df12e5 b63acf7
  1660. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1661. Date: Tue May 27 01:15:54 2014 +0000
  1662.  
  1663. Merge "SystemUI: Make wifi combo margin themable" into cm-11.0
  1664.  
  1665. commit 8df12e5e689fbc8e6788c9fc31f314ab031755c2
  1666. Author: Clark Scheff <clark@cyngn.com>
  1667. Date: Fri Apr 25 18:29:54 2014 -0700
  1668.  
  1669. Reduce memory leaks by removing all views.
  1670.  
  1671. Change-Id: I64b95981425840d101c8122421281976d0251bae
  1672.  
  1673. commit 0abf0aebb47731e1cef5f5958848d0aca908adb8
  1674. Merge: 5d430a3 63a5283
  1675. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1676. Date: Tue May 27 00:08:35 2014 +0000
  1677.  
  1678. Merge "Revert "Reduce memory leaks by removing all views."" into cm-11.0
  1679.  
  1680. commit 63a5283af18045deda3a556fa6bcf4538a52911c
  1681. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1682. Date: Tue May 27 00:08:28 2014 +0000
  1683.  
  1684. Revert "Reduce memory leaks by removing all views."
  1685.  
  1686. This reverts commit a61cab784f2560d972a1c30554a697d04993c57b.
  1687.  
  1688. This is causing BT icon to get caught up in "all views" removal. Backing this out until Clark can look into it.
  1689.  
  1690. Change-Id: Ied8f45f035492ee351e6b24fa0ae88c2abfbf9ea
  1691.  
  1692. commit 5d430a3ea4ab9c98b1b8fdc66550b292ae4395df
  1693. Merge: f6bd6ff 5aa8024
  1694. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1695. Date: Mon May 26 23:33:18 2014 +0000
  1696.  
  1697. Merge "wm: Underp menu key release processing" into cm-11.0
  1698.  
  1699. commit 5aa802494c04fbcf28078c6e049c6aadae88f696
  1700. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1701. Date: Tue May 27 00:30:39 2014 +0100
  1702.  
  1703. wm: Underp menu key release processing
  1704.  
  1705. Change Iacfedf711d43f6637023c87c00e6c6b8b8a437dc made key release perform
  1706. the assigned action regardless of alternate modes, but the keypress
  1707. processing depended on said modes. Make it consistent.
  1708.  
  1709. Change-Id: I4be44b065f775f0304aa9770778c8fee82ef8ef1
  1710.  
  1711. commit f6bd6fff6dd7c13e35cbb1906f7a87e58acd55e5
  1712. Merge: 8bfcaad 345bdd8
  1713. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1714. Date: Mon May 26 22:41:01 2014 +0000
  1715.  
  1716. Merge "Fix circle battery opaqueness for the low battery color" into cm-11.0
  1717.  
  1718. commit 8bfcaad197b2878bf15f5dffba3908a2cd18f73f
  1719. Merge: c840301 a61cab7
  1720. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1721. Date: Mon May 26 20:45:28 2014 +0000
  1722.  
  1723. Merge "Reduce memory leaks by removing all views." into cm-11.0
  1724.  
  1725. commit c8403012989c3128ae20f4a5e1ce3dfb1316db31
  1726. Merge: 7885093 7087225
  1727. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1728. Date: Mon May 26 19:12:20 2014 +0000
  1729.  
  1730. Merge "CM11 Themes: Use package name from AndroidManifest" into cm-11.0
  1731.  
  1732. commit 7885093143f90f45751a593625a41376e3aa1283
  1733. Merge: f271f53 4579013
  1734. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  1735. Date: Mon May 26 19:10:03 2014 +0000
  1736.  
  1737. Merge "CM11 Themes: Use sendBroadcastAsUser in ThemeService" into cm-11.0
  1738.  
  1739. commit 7087225c3660cfb80595884020f09d5ec096a316
  1740. Author: Clark Scheff <clark@cyngn.com>
  1741. Date: Fri May 23 17:39:18 2014 -0700
  1742.  
  1743. CM11 Themes: Use package name from AndroidManifest
  1744.  
  1745. It is possible for an apk to have a different package
  1746. name for the resources than what is defined in the
  1747. AndroidManifest.xml of the apk. Using the resource's
  1748. package name for the base package name causes themed
  1749. resources to not be properly loaded.
  1750.  
  1751. Instead of returning the resource package name we return
  1752. the apps package name from AssetManager.
  1753.  
  1754. A good example of this is Trebuchet. The system sees
  1755. it as com.cyanogenmod.trebuchet but it's resources use
  1756. com.android.launcher3.
  1757.  
  1758. Change-Id: Id57e68b27b3c7509e3358a7fd12ae73a03dd6cdf
  1759.  
  1760. commit f271f533feb6f3aad9bfe44224ff95cd76b89d0c
  1761. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  1762. Date: Tue May 13 19:57:36 2014 +0200
  1763.  
  1764. Make KeyguardMultiUserAvatar fully themeable
  1765.  
  1766. Create the animation color for the username text based on the final
  1767. color.
  1768.  
  1769. Change-Id: I4b1beb70160e178264c32f3b33c6c0c7c51f70c5
  1770. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  1771.  
  1772. commit b63acf776d4740e214d669872a1ef3d80c88ac61
  1773. Author: d34d <clark@cyngn.com>
  1774. Date: Sun May 25 16:03:29 2014 -0700
  1775.  
  1776. SystemUI: Make wifi combo margin themable
  1777.  
  1778. Change-Id: Ie77b13cee84d5b472f878dba6388f3e168f5a249
  1779.  
  1780. commit 45790132b7ac56c89a2d569617c94d0f535f787c
  1781. Author: d34d <clark@cyngn.com>
  1782. Date: Sun May 25 15:48:20 2014 -0700
  1783.  
  1784. CM11 Themes: Use sendBroadcastAsUser in ThemeService
  1785.  
  1786. Change-Id: I2a283318357ece9f6195a9bb825748b4549396af
  1787.  
  1788. commit 8c7a877a96bfc8eb613b9e3c2790c309b074a586
  1789. Author: Michael Bestas <mikeioannina@gmail.com>
  1790. Date: Sun May 25 14:42:48 2014 +0300
  1791.  
  1792. Automatic translation import
  1793.  
  1794. Change-Id: Ie73ec7956594b8a5892507e3c6b49aa5748a23aa
  1795.  
  1796. commit 4849b8f4ea4202e34087f1a31e369703ba4ab6ac
  1797. Author: Les Prock <les@cyngn.com>
  1798. Date: Sat May 24 01:09:13 2014 -0700
  1799.  
  1800. add a getter for the x and y offsets of the wallpaper window
  1801.  
  1802. Change-Id: I35294bcac664e85cc5d344b50b5c4335a60d3f37
  1803.  
  1804. commit 073b939f326958fd4f0c859620a27683ecc44eef
  1805. Merge: 55ce2c4 0a20646
  1806. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1807. Date: Sat May 24 00:02:13 2014 +0000
  1808.  
  1809. Merge "Tele2 considered non-roaming on T-Mo" into cm-11.0
  1810.  
  1811. commit 55ce2c4f483eab830675e3dae702574d162dea6b
  1812. Merge: 15917c8 579f11e
  1813. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  1814. Date: Fri May 23 23:19:44 2014 +0000
  1815.  
  1816. Merge "Saunalahti considered non-roaming on Elisa" into cm-11.0
  1817.  
  1818. commit 5509cfa7aa88513ca339da321a52a99e72811ad7
  1819. Author: Andy Mast <andy@cyngn.com>
  1820. Date: Fri May 23 11:35:22 2014 -0700
  1821.  
  1822. Themes: Add read/write permissions [1/2]
  1823.  
  1824. Change-Id: Id9710a7f6058454f563488288220744b02cc4850
  1825.  
  1826. commit 0a20646f14443eb1ec97bbd3d7c2e77e2c7c1195
  1827. Author: neatchee <neatchee@gmail.com>
  1828. Date: Thu May 15 16:17:42 2014 -0700
  1829.  
  1830. Tele2 considered non-roaming on T-Mo
  1831.  
  1832. Change-Id: Ibb05f277b701861b8716168b54e96f63127e686d
  1833.  
  1834. commit 579f11e1c935544d6ad7fafee32905839cd7ec3b
  1835. Author: neatchee <neatchee@gmail.com>
  1836. Date: Wed May 21 16:56:22 2014 -0700
  1837.  
  1838. Saunalahti considered non-roaming on Elisa
  1839.  
  1840. Change-Id: I51b554cf578c6027d52ad6e111e41d269c1f579f
  1841.  
  1842. commit 15917c807bdd3d2d1df0ffe85cbe560fc80f1c5e
  1843. Merge: fd55c3e 88a5574
  1844. Author: Andy Mast <andy@cyngn.com>
  1845. Date: Fri May 23 17:18:00 2014 +0000
  1846.  
  1847. Merge "Themes: Map themed icon to app after upgrade" into cm-11.0
  1848.  
  1849. commit fd55c3e35e52e1baa9156ae7778bcec98c1164e8
  1850. Author: Clark Scheff <clark@cyngn.com>
  1851. Date: Thu May 22 19:53:57 2014 -0700
  1852.  
  1853. CM11 Themes: load wp from apk if uri is null
  1854.  
  1855. When setting a default theme on first start, the provider may
  1856. not have processed the theme and the uri for the wp will be null.
  1857. If this happens try to load the wallpaper from the themes assets.
  1858.  
  1859. Change-Id: I883b9dd796920e66e4729e78d41cd8899916fa42
  1860.  
  1861. commit 88a5574d18dd1fa48880ffa4e32b4f48a369eaf8
  1862. Author: Andy Mast <andy@cyngn.com>
  1863. Date: Thu May 22 15:40:10 2014 -0700
  1864.  
  1865. Themes: Map themed icon to app after upgrade
  1866.  
  1867. Before this patch, applying an icon theme and then upgrading an app would
  1868. cause the app to lose its themed icon.
  1869.  
  1870. Change-Id: Ia76a33d0fb731720aa735e9dd9596bc5d2e75d9f
  1871.  
  1872. commit 91d9efd0fd842c0cc8c914f07cfd35c6ca2c4a1e
  1873. Author: Kun Liang <kunliang@codeaurora.org>
  1874. Date: Fri May 16 02:51:43 2014 -0700
  1875.  
  1876. AppOps: don't make delay for permission dialog
  1877.  
  1878. Permission dialog is unclickable for 1 sec. To remove this delay
  1879. for better user experience.
  1880.  
  1881. Change-Id: I9dfc90c1fe5b057d4379a8acb05ac21b913b7360
  1882.  
  1883. commit db790c119a408e210f11d3751e39bbf56d3e6c60
  1884. Author: Mao Jinlong <c_jmao@codeaurora.org>
  1885. Date: Wed Jan 15 11:56:28 2014 +0800
  1886.  
  1887. Alarm: ignore less than 2 mins upcomming power off alarm
  1888.  
  1889. 2 minutes is our define for enough boot up time for a power off alarm.
  1890. For current design, it can only afford upcoming power off alarm which
  1891. is later than 2 minutes. Kernel alarm driver only take care the power
  1892. off alarm which is 2 minutes later. And the framework only pass the
  1893. first power off alarm to kernel. So we need to find the first 2
  1894. minutes later upcomming power off alarm to kernel, otherwise it will
  1895. be no power off alarm from kernel's perspective. Fix the bug by
  1896. ignoring less than 2 mins upcomming alarm as power off alarm, and
  1897. only treat it as a normal alarm.
  1898.  
  1899. CRs-Fixed: 624561
  1900. Change-Id: I91379ecb2b378441ac2edb36212531ba6f203d8a
  1901.  
  1902. commit a3f87cc13f1aaa012104f0f497110ad9c0016550
  1903. Author: Dave Platt <dplatt@google.com>
  1904. Date: Thu Dec 12 15:45:49 2013 -0800
  1905.  
  1906. Fix socket descriptor leak from Zygote to child app
  1907.  
  1908. Due to an API change in LocalSocket, Zygote must now
  1909. manually close the FileDescriptor it created when it
  1910. registered a LocalServerSocket. The LocalSocket.close()
  1911. routine will no longer do so.
  1912. Bug: 12114500
  1913. (cherry picked from commit 70ef29b04ee4ef7d7acfec79041dbe800961195e)
  1914.  
  1915. Change-Id: Ief23a3c99e007dc4aa6f94dfb47a1b2b6c854dad
  1916.  
  1917. commit 136494dff283c07be161a1d25d5d7605d5e41c08
  1918. Author: Dave Platt <dplatt@google.com>
  1919. Date: Fri Dec 6 14:03:47 2013 -0800
  1920.  
  1921. Fix descriptor leak after accepting connections
  1922.  
  1923. After accepting a connection on a listening socket and
  1924. storing the resulting FileDescriptor into a newly created
  1925. LocalSocketImpl, the new impl's "descriptor was created
  1926. locally and should be closed normally" flag should be set.
  1927. Bug: 11805817
  1928. (cherry picked from commit 3e7305c6bf6062b5cb1e2ddcec6c6d30b4a8bc0d)
  1929.  
  1930. Change-Id: I723d7c5544ee4b6858894c215716cbc32a958df1
  1931.  
  1932. commit d599fa931fa85e0542b1a0061d1ab3e7ad8cb29d
  1933. Author: Kun Liang <kunliang@codeaurora.org>
  1934. Date: Fri May 9 14:24:20 2014 +0800
  1935.  
  1936. AppOps: fix framework reboot issue when AppOps enabled
  1937.  
  1938. When AppOps security feature enabled, there will be a prompt when
  1939. someone call the protected operation. If no user click on the
  1940. dialog button, it will be always blocked there. This action may
  1941. cause watchdog timeout in some service.
  1942.  
  1943. Change-Id: I114bfef22502b81887a84b218e1548de29be3f69
  1944.  
  1945. commit d38adaa8d4e7ab45795110e6c9e7fb74d4124d5c
  1946. Author: Mahesh Lanka <mlanka@codeaurora.org>
  1947. Date: Tue Apr 29 09:51:14 2014 +0530
  1948.  
  1949. ExtMediaPlayer: Increase parcel pool size to 30
  1950.  
  1951. Increase MAX_NUM_PARCELS to 30. This is to handle
  1952. parcel override issue when textsamples are sent at
  1953. a fast pace from mediaplayer.
  1954. Usecase: With CEA CC streams, dashplayer sendTextPacket
  1955. embedded in each video sample as soon as decoded.
  1956. No realtime offset delay sync logic for text samples
  1957. as with A/V samples. When samples drained in batch,
  1958. can have more than 5 textsamples sent in flurry
  1959.  
  1960. Change-Id: I4c4c63b9c9c296dbb387c4da9e70c040b75f92b6
  1961.  
  1962. commit d9c28d7dd99957dc8eda537aaadc8aec774503a6
  1963. Author: Mao Jinlong <c_jmao@codeaurora.org>
  1964. Date: Thu Apr 10 17:18:05 2014 +0800
  1965.  
  1966. AlarmMangerService: Fix the delay of ACTION_TIME_CHANGED for time-services
  1967.  
  1968. After boot completed, if low memory condition happens or some ordered
  1969. broadcasts have time out, it will cause delay for some receivers to
  1970. receive ordered broadcasts. Adding FLAG_RECEIVER_FOREGROUND into
  1971. time changed action will make TimeServiceBroadcastReceiver receive
  1972. ACTION_TIME_CHANGED in time.
  1973.  
  1974. CRs-Fixed: 630982
  1975. Change-Id: Id789d0b3c969af6b92f62612602ba119613382ab
  1976.  
  1977. commit e2d2dde0a91d8328d80303beef4cad3318373647
  1978. Author: David Christie <dnchrist@google.com>
  1979. Date: Wed Dec 18 14:33:57 2013 -0800
  1980.  
  1981. Clear cached locations when location providers disabled Bug: 12118307
  1982.  
  1983. (cherry picked from commit b084fef18ee1b5d24d15cff37dc3a053933d361e)
  1984.  
  1985. Change-Id: Ief869b9e38858092bfa3f8d6d090a278dee7d86c
  1986.  
  1987. commit a6c8295a77bf25190053d9b5a711fe2d7087d769
  1988. Author: Sumit Bajpai <sbajpai@codeaurora.org>
  1989. Date: Thu Mar 13 19:30:52 2014 +0530
  1990.  
  1991. BT: HF: Control verbose logging at runtime.
  1992.  
  1993. Verbose logging in BluetoothHeadset can be
  1994. controlled from adb shell.
  1995.  
  1996. Change-Id: If63974402a4fc91065c8007a224388af12f49cf7
  1997. CRs-Fixed: 601899
  1998.  
  1999. commit 284d04203ff4ccff85e811c2e99d69925326a78c
  2000. Author: Satish kumar sugasi <ssugas@codeaurora.org>
  2001. Date: Fri Apr 4 19:07:13 2014 -0700
  2002.  
  2003. Bluetooth: Adds check to verify Bluetooth adapter state
  2004.  
  2005. This checks whether bluetooth is turned ON or not in BLE
  2006. start scan process.BLE scan apis are called from applications
  2007. so need to check if BT adapter state is ON to avoid Bluetooth
  2008. crash
  2009.  
  2010. CRs-fixed: 649274
  2011. Change-Id: Ic075e1560bba2cabbfac2e1477932f9ad3144067
  2012.  
  2013. commit 5ddfecc95fdfacd7f38f4e880fc069ecfb69736a
  2014. Author: Ajay Kumar <ajayku@codeaurora.org>
  2015. Date: Wed Apr 23 19:39:04 2014 +0530
  2016.  
  2017. Bluetooth: Unbind only in case of OFF state
  2018.  
  2019. In MESSAGE_SAVE_NAME_AND_ADDRESS,BT manager
  2020. calls unbindandfinish without checking BT
  2021. adapter state which if not OFF, will lead
  2022. to improper cleanup. Unbind will get called
  2023. but cleanup will not happen.
  2024.  
  2025. Change-Id: Ibfc70c51a95f8b80f331090e322ba3ebb88f6c03
  2026. CRs-Fixed: 652260
  2027.  
  2028. commit ae707cc10874101ba9668500dc6659af2192db94
  2029. Author: mqiu <quic_mqiu@codeaurora.org>
  2030. Date: Tue Apr 22 16:36:27 2014 +0800
  2031.  
  2032. audio: no notification sound when adjusting volume bar twice.
  2033.  
  2034. Notification sound won't take effect when the previous track hasn't
  2035. finished.
  2036. Need explicitly stop the previous ongoing track to alow the current one.
  2037.  
  2038. Change-Id: Ib344a8b14ecc47a5c8fdd9c11ae48a3541ea9a55
  2039. CRs-Fixed: 652236
  2040.  
  2041. commit f50bfad36d5745bc5f653323c08784e104f981f3
  2042. Author: Mallikarjuna GB <gbmalli@codeaurora.org>
  2043. Date: Wed Mar 5 14:37:30 2014 +0530
  2044.  
  2045. Bluetooth: use virtual sco calls for VOIP
  2046.  
  2047. - use virtualvoicesco connection set-up for VOIP calls
  2048. - cannot simply revert c18c9138cee0f0859bcab636a004ce92ca4a9ab5
  2049. and 25fc29b3691a1d2a84164988dc74b2e7d301868e changes because
  2050. of aidl modifications involved.
  2051.  
  2052. Change-Id: Ib49cb01151a9cea2e94bc7a51ad1f58e877271aa
  2053. CRs-Fixed: 598072
  2054.  
  2055. commit 7d4d22795f554364cb217a1d82b6a95427e6033e
  2056. Author: kunleiz <quic_kunleiz@codeaurora.org>
  2057. Date: Wed Apr 23 17:22:50 2014 +0800
  2058.  
  2059. audio: Volume can't adjust during HFP call when screen is off.
  2060.  
  2061. PhoneWindowManager don't pass the key to the application when screen is
  2062. off. In handleVolumeKey(), the STREAM_VOICE_CALL volume was set, so the
  2063. STREAM_BLUETOOTH_SCO volume can't be adjusted.
  2064. Add a judgement to choose the correct stream to adjust when screen is off.
  2065.  
  2066. CRs-Fixed: 649548
  2067.  
  2068. Conflicts:
  2069. policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
  2070.  
  2071. Change-Id: I1ab06617d59b9bf2eabed9ed8b6892bc20db75b9
  2072.  
  2073. commit 2a8064c8b7104e13863f9fd2a34690a85ea08251
  2074. Merge: 00a38ce 5587a43
  2075. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2076. Date: Thu May 22 18:58:49 2014 +0000
  2077.  
  2078. Merge "AppOps: Don't apply OP_ALARM_WAKEUP to system components" into cm-11.0
  2079.  
  2080. commit 5587a4394103cc97fa850f2d52bfca4f82099aa5
  2081. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2082. Date: Thu May 22 19:54:01 2014 +0100
  2083.  
  2084. AppOps: Don't apply OP_ALARM_WAKEUP to system components
  2085.  
  2086. System can freely invoke and manage alarms. Preventing it from doing
  2087. so interferes with remote components like the backupmanager (backing up alarms)
  2088. due to the mismatched uids between the invoking app and the running
  2089. service that takes the action.
  2090.  
  2091. Change-Id: I079df8d2522642d6d9194781207df7dd67b715b2
  2092.  
  2093. commit 00a38cee3326d0f327d6acef3cbbabbbdbc44569
  2094. Author: Andy Mast <andy@cyngn.com>
  2095. Date: Wed May 21 21:46:30 2014 -0700
  2096.  
  2097. Avoid calling idmap w/ trailing whitespace [1/2]
  2098.  
  2099. installd performs a buffer over-read if trailing ws is sent to it.
  2100. No observable effect found yet for idmap, but until installd is
  2101. fixed upstream, best to play it safe.
  2102.  
  2103. Change-Id: I56c9b4bd956ca6f59935253c6d2c90c4dba0ae94
  2104.  
  2105. commit e971d05c040a93ecfb055aef735d8152c7526fcd
  2106. Author: Andy Mast <andy@cyngn.com>
  2107. Date: Wed May 21 19:16:13 2014 -0700
  2108.  
  2109. Themes: Fix bad idmaps for system themes
  2110.  
  2111. For a system installed theme or a user who cleared his resource-cache,
  2112. there were empty idmaps for some packages.
  2113.  
  2114. [Details]
  2115. During startup PM could reach the theme package first before the target app was scanned in yet. This
  2116. would cause aapt to be skipped. Then when the target app is being installed in startup,
  2117. PM would try to create idmap pairs but it would fail since the resources from the theme
  2118. were not compiled for that target app.
  2119.  
  2120. Also cleaned up PM idmap/aapt creation a little bit more
  2121.  
  2122. Change-Id: I6a7dbd7c5d51a2d1336e3289c1e03bb3ed5d762e
  2123.  
  2124. commit 94186f84815c8f179ebee6b1d07b086fd06af489
  2125. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2126. Date: Tue May 20 20:10:40 2014 +0100
  2127.  
  2128. SignalStrength: Hotfix TD-SCDMA take 2
  2129.  
  2130. The previous approach worked for 3G, but failed with TD-LTE. Let's
  2131. try something different to make them both work, and use the derpy
  2132. LTE checks only if a GSM signal is present.
  2133.  
  2134. Change-Id: I77e3b5a1e0f99df30c32b102918af418a20077c1
  2135.  
  2136. commit f61bb7ed91fe8e5b42f43f8491fe6174e5828d34
  2137. Merge: 5d1fc33 64348cc
  2138. Author: d34d <clark@cyngn.com>
  2139. Date: Wed May 21 20:49:35 2014 +0000
  2140.  
  2141. Merge "CM11 Themes: Clear wallpaper mixnmatch entry on external change" into cm-11.0
  2142.  
  2143. commit 5d1fc33f0937c3bb9c48102c32d7eb48b58d981f
  2144. Merge: 7faba2b 8fe25d0
  2145. Author: d34d <clark@cyngn.com>
  2146. Date: Wed May 21 20:49:25 2014 +0000
  2147.  
  2148. Merge "Notify callbacks on "any" wallpaper change" into cm-11.0
  2149.  
  2150. commit 7faba2b6c7b99408cb296383e65cc283e3f2305f
  2151. Merge: 874c93e edbc9b1
  2152. Author: Clark Scheff <clark@cyngn.com>
  2153. Date: Wed May 21 20:48:58 2014 +0000
  2154.  
  2155. Merge "CM11 Themes: Fix applyDefaultTheme implementation" into cm-11.0
  2156.  
  2157. commit 874c93e9412b3cefc7de01e6031f0f5cc3719327
  2158. Author: Michael Bestas <mikeioannina@gmail.com>
  2159. Date: Wed May 21 20:37:58 2014 +0300
  2160.  
  2161. Automatic translation import
  2162.  
  2163. Change-Id: I0b81b54da81b39d2158eeb70123b96a252f14156
  2164.  
  2165. commit 64348cc4e490202920b48c6a69cbadd6d999ff30
  2166. Author: d34d <clark@cyngn.com>
  2167. Date: Wed May 21 08:38:26 2014 -0700
  2168.  
  2169. CM11 Themes: Clear wallpaper mixnmatch entry on external change
  2170.  
  2171. If a wallpaper is applied from a theme and the wallpaper is changed
  2172. from an external source, the theme is still shown to have its
  2173. wallpaper applied. This patch will clear this value out when a
  2174. wallpaper change is detected that is not from the ThemeService.
  2175.  
  2176. Change-Id: I3d32bb3c0ac96db3f940989bc7ad4eda5e4a71f7
  2177.  
  2178. commit 8fe25d013c3efc768a9a0110e85dabe93eb86e60
  2179. Author: d34d <clark@cyngn.com>
  2180. Date: Wed May 21 08:32:38 2014 -0700
  2181.  
  2182. Notify callbacks on "any" wallpaper change
  2183.  
  2184. Callbacks are not notified when the wallpaper is changed to
  2185. a live wallpaper. This patch notifies callbacks of the change
  2186. regardless of the type of wallpaper be set.
  2187.  
  2188. Change-Id: Icbb7b825cd7e7096c90c5498b6fee0bc61a3de3b
  2189.  
  2190. commit f3e12ab25b52bb4b0f15b9e6088aabfb5ebcae85
  2191. Author: Les Prock <les@cyngn.com>
  2192. Date: Wed May 21 00:10:18 2014 -0700
  2193.  
  2194. persist the changed position values in updateWallpaperOffsetLocked, even with a null mWallpaperTarget
  2195.  
  2196. Change-Id: I175773f6e0b3f91c1d983857028a89b959e4e9f2
  2197.  
  2198. commit edbc9b1365f98073fa94c6b44951773cbb2d1e55
  2199. Author: Clark Scheff <clark@cyngn.com>
  2200. Date: Tue May 20 19:35:16 2014 -0700
  2201.  
  2202. CM11 Themes: Fix applyDefaultTheme implementation
  2203.  
  2204. Change-Id: I718be5db58166df48cca5578d6ad5088b91bc1e2
  2205.  
  2206. commit 345bdd889f17fa65fa710499cf06394d1cd319cd
  2207. Author: Thomas Wendt <thoemy@gmx.net>
  2208. Date: Wed May 21 02:07:51 2014 +0200
  2209.  
  2210. Fix circle battery opaqueness for the low battery color
  2211.  
  2212. Because of the DST_ATOP Xfermode the color was drawn below the full
  2213. gray ring resulting in a washed out red. Fix this by not setting an
  2214. Xfermode and drawing the color normally.
  2215. This does not affect the non-low color as it cannot get any whiter.
  2216.  
  2217. Fixes: CYAN-3282
  2218.  
  2219. Change-Id: If1183dcb272e84858371be3765ba758fa2560eeb
  2220.  
  2221. commit 1801b2c35b1870288893463dc4ba9f80df5d226a
  2222. Merge: a97b0d3 504d42b
  2223. Author: Clark Scheff <clark@cyngn.com>
  2224. Date: Wed May 21 00:10:09 2014 +0000
  2225.  
  2226. Merge "CM11 Themes: Expose applyDefaultTheme to public service" into cm-11.0
  2227.  
  2228. commit a97b0d35faba52d7f6b8bef26b0db1525cdcac8b
  2229. Author: Andy Mast <andy@cyngn.com>
  2230. Date: Mon May 19 18:14:26 2014 -0700
  2231.  
  2232. Avoid app install failures from malformed themes
  2233.  
  2234. When an app is installed we create idmaps between it and all the themes
  2235. that theme the app. If the theme is really badly written it could
  2236. potentially fail idmap generation, but we should not block the app
  2237. itself from being installed just because a bad theme is on the device.
  2238.  
  2239. Change-Id: I0e38fd373dfd294aac17fab1cf07ba49934a8859
  2240.  
  2241. commit 53ac070d34ffcb894ebedbe32e33c63e09fd5a5b
  2242. Merge: 0d75900 b8d8f6f
  2243. Author: Andy Mast <andy@cyngn.com>
  2244. Date: Wed May 21 00:04:50 2014 +0000
  2245.  
  2246. Merge "Themes: Fix -110 install error [2/2]" into cm-11.0
  2247.  
  2248. commit 504d42be5ff12f4ac9c1371ba4994b103120646e
  2249. Author: Clark Scheff <clark@cyngn.com>
  2250. Date: Tue May 20 17:01:30 2014 -0700
  2251.  
  2252. CM11 Themes: Expose applyDefaultTheme to public service
  2253.  
  2254. Change-Id: I952870fb984d51d554e560566a8cadbe2c49cc6b
  2255.  
  2256. commit 0d75900feb1e637217901be81bdd5329128f1d40
  2257. Merge: f7809b5 13b3b69
  2258. Author: Clark Scheff <clark@cyngn.com>
  2259. Date: Tue May 20 23:55:54 2014 +0000
  2260.  
  2261. Merge "CM11 Themes: Get proper package name in attachThemeAssets" into cm-11.0
  2262.  
  2263. commit f7809b51ada49ddc96a7379140146649ce7a716d
  2264. Merge: 6e19533 46803461
  2265. Author: Clark Scheff <clark@cyngn.com>
  2266. Date: Tue May 20 23:55:13 2014 +0000
  2267.  
  2268. Merge "CM11 Themes: Reduce "unable to load asset" log spam" into cm-11.0
  2269.  
  2270. commit b8d8f6f502715800910520ac0ed7e2f7cca506b1
  2271. Author: Andy Mast <andy@cyngn.com>
  2272. Date: Tue May 20 16:52:13 2014 -0700
  2273.  
  2274. Themes: Fix -110 install error [2/2]
  2275.  
  2276. aapt was being called from PM with a ' ' at the end of the cmd. This would
  2277. cause installd to read unexpected parts of memory which sometimes
  2278. causes it to parse the command incorrectly.
  2279.  
  2280. Change-Id: I85bf93045370478fd9baaf5db784c0cc3a4a03b9
  2281.  
  2282. commit cd858e55ff916dda7d1ce0391c29bebb122c2857
  2283. Author: Thomas Wendt <thoemy@gmx.net>
  2284. Date: Wed May 21 01:36:34 2014 +0200
  2285.  
  2286. Animate circle battery rotation back to 0 after unplugging
  2287.  
  2288. After unplugging continue the rotation animation until it's back at 0
  2289. instead of jumping to it directly.
  2290.  
  2291. Change-Id: Ifea8351d609c0dc4ec82bd459942a197243dd5f1
  2292.  
  2293. commit 6e19533ffa17ebc3bae0e0efe2cd541f4e8a54ef
  2294. Author: Michael Bestas <mikeioannina@gmail.com>
  2295. Date: Wed May 21 01:47:05 2014 +0300
  2296.  
  2297. Automatic translation import
  2298.  
  2299. Change-Id: I54e519bd787f76b94605bfe3057ba508d06c2069
  2300.  
  2301. commit 2ec036cef5c945f899db4ae1be3d856b36f74df2
  2302. Author: Andy Mast <andy@cyngn.com>
  2303. Date: Mon May 19 16:56:01 2014 -0700
  2304.  
  2305. Cleanup themes that fail to install
  2306.  
  2307. Themes which fail to install due to aapt or idmap errors
  2308. would not be properly cleaned up. This caused subsequent installs
  2309. to give a INSTALL_FAILED_UID_CHANGED (-24) error.
  2310.  
  2311. This patch also adds install error codes specifically for themes.
  2312.  
  2313. Change-Id: Ie03b92ca0a7dec8c4a5e3725b717943d36abb349
  2314.  
  2315. commit 954f8242aa0a322c44b68cc0b42aa20bb9a52b00
  2316. Merge: 9567dda 2d6cb2a
  2317. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2318. Date: Tue May 20 22:36:49 2014 +0000
  2319.  
  2320. Merge "wm: Nullify hardkey function assignments if enabling the navbar" into cm-11.0
  2321.  
  2322. commit 9567ddaafffb3cf6ba7cfc745958a3414261190f
  2323. Author: Steve Kondik <shade@chemlab.org>
  2324. Date: Tue May 20 14:27:49 2014 -0700
  2325.  
  2326. settings: Add support for default ribbon config
  2327.  
  2328. Change-Id: Ib4567431ce136813466ec87bba0581caafe0b352
  2329.  
  2330. commit 571becc890a842b16a2adf8bf3d756fbe43082aa
  2331. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2332. Date: Tue May 20 11:06:54 2014 +0100
  2333.  
  2334. wm: Make the default menu longpress action configurable at build time
  2335.  
  2336. Do the same we do for home. For CDD validation, we need to switch
  2337. the menu and home longpress action, since Home must map to Google Now.
  2338.  
  2339. Change-Id: Iacfedf711d43f6637023c87c00e6c6b8b8a437dc
  2340.  
  2341. commit 2d6cb2ab05d3c2d97f9d5194030d39fc9c6860f8
  2342. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2343. Date: Tue May 20 21:58:26 2014 +0100
  2344.  
  2345. wm: Nullify hardkey function assignments if enabling the navbar
  2346.  
  2347. This caused erroneous (and sometimes duplicate) events being generated
  2348. due to the regular key function assignments. The navbar does its
  2349. own action management, so don't try to derive from the actions
  2350. usually present in hard keys.
  2351.  
  2352. Change-Id: I82866e24547f8145cac4f07820ae90aacce09281
  2353.  
  2354. commit 7695fad9213baa474637a9f9221a99c1f300c81c
  2355. Author: Steve Kondik <shade@chemlab.org>
  2356. Date: Sun May 18 07:56:36 2014 -0700
  2357.  
  2358. perf: Improve performance profiles
  2359.  
  2360. * Performance Profiles is going to grow into a much more powerful
  2361. feature which can apply advanced optimizations or power saving
  2362. techniques depending on both the state of the hardware as well
  2363. as the current applications in use.
  2364. * Refactor the original code and move it into PowerManager so
  2365. that it's managed from the same place.
  2366. * Implement "automatic performance profiles". This feature will
  2367. automatically select a profile when specific activities are
  2368. running. Currently this list is static and engages performance
  2369. mode for several benchmarks (trollface).
  2370. * Added support for a new power hint, POWER_HINT_SET_PROFILE.
  2371. Currently, these profiles are fired using a property trigger
  2372. in init. This is easy, but the PowerHAL can do more.
  2373. * Moved the setting to Settings.Secure and also wrapped calls
  2374. to the service in the DEVICE_POWER permission. Nobody should
  2375. mess with this stuff except the system.
  2376.  
  2377. TODO:
  2378. * Allow user configuration per-app.
  2379. * Implement an advanced power-saving mode.
  2380.  
  2381. Change-Id: I140ebc0648c4cf05900e005923247c3180be8c93
  2382.  
  2383. commit 5c4db82727821bbeba2d11b36eabbdf054943dc6
  2384. Author: Steve Kondik <shade@chemlab.org>
  2385. Date: Sun May 18 02:33:54 2014 -0700
  2386.  
  2387. Revert "ActivityTrigger: New class to invoke when activity starts/resumes"
  2388.  
  2389. * No longer supported upstream, and will be superseded by new
  2390. CM functionality.
  2391.  
  2392. This reverts commit c5bb1bbd0a59640ec394ee729b57de34295a4e99.
  2393.  
  2394. Change-Id: Ieb26fb1db62b739e048a6a9b87fb33579b4ee285
  2395.  
  2396. commit 13b3b697a9e92e0599f3b5fff0b4bb19e50c6c37
  2397. Author: Clark Scheff <clark@cyngn.com>
  2398. Date: Tue May 20 09:58:31 2014 -0700
  2399.  
  2400. CM11 Themes: Get proper package name in attachThemeAssets
  2401.  
  2402. Change-Id: Ic77ff41519b22e3b20c4571785a1368cdf4d14d2
  2403.  
  2404. commit e803aa1929bb4630acb58dab85a9e2b11d5e4d47
  2405. Merge: 80d8929 4651af5
  2406. Author: Clark Scheff <clark@cyngn.com>
  2407. Date: Tue May 20 14:17:44 2014 +0000
  2408.  
  2409. Merge "immersive mode: don't unconfirm a package, that's just dumb" into cm-11.0
  2410.  
  2411. commit 80d8929cc8485ca896dde2493cbe3ea65eb9c197
  2412. Merge: 3a951da 84e290f
  2413. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  2414. Date: Mon May 19 19:58:33 2014 +0000
  2415.  
  2416. Merge "MSimNetworkController: disable log spew" into cm-11.0
  2417.  
  2418. commit 46803461defdb0c953978770f0997c535e1ac834
  2419. Author: Clark Scheff <clark@cyngn.com>
  2420. Date: Mon May 19 11:35:07 2014 -0700
  2421.  
  2422. CM11 Themes: Reduce "unable to load asset" log spam
  2423.  
  2424. With the introduction of a "common" resource folder for themes,
  2425. we always try to attach the common resource table and if it does
  2426. not exist it won't be attached but we would see this log spam.
  2427.  
  2428. Change-Id: Ida4e815523fd71b34fe8f3b41cef3432e6e07b64
  2429.  
  2430. commit 3a951da98387c7e8650887e6f934f5f831353c49
  2431. Merge: f59d069 64bb3a2
  2432. Author: Danny Baumann <dannybaumann@web.de>
  2433. Date: Mon May 19 13:02:11 2014 +0000
  2434.  
  2435. Merge "Don't animate the circle battery meter when battery is fully charged" into cm-11.0
  2436.  
  2437. commit f59d0693be9dba14aad1c15567ebe01a5b57dcf7
  2438. Author: Hamster Tian <th0928@126.com>
  2439. Date: Wed Apr 30 16:08:06 2014 +0200
  2440.  
  2441. [1/3]frameworks/base: add "Accept all files" option for incoming files via Bluetooth
  2442.  
  2443. This patch defines a key to store the option value in Settings Provider db
  2444.  
  2445. Change-Id: I993d7ec77b49f608a5a17e5a8516e52fc5d82946
  2446.  
  2447. commit 1bb82a7f9df97d0983745dd85a51627821cf6595
  2448. Author: Steve Kondik <shade@chemlab.org>
  2449. Date: Sun May 18 15:44:54 2014 -0700
  2450.  
  2451. settings: Enable the status bar double-tap to sleep gesture
  2452.  
  2453. Change-Id: Ibe4f1d0c864f261211d7ded418abfe45633e1392
  2454.  
  2455. commit c65b0e61fb222e8ae1002f0af13ee110a1bb9b52
  2456. Author: Clark Scheff <clark@cyngn.com>
  2457. Date: Fri May 16 18:32:58 2014 -0700
  2458.  
  2459. CM11 Themes: Allow defining a custom default theme [1/3]
  2460.  
  2461. Change-Id: I6b794d6c9c27b2d6436bdf4fec51c84a7859c134
  2462.  
  2463. commit 577b3c44a10c47a1fc93f686b74b1d109429ffc6
  2464. Merge: 238e80a 7f011fc
  2465. Author: Clark Scheff <clark@cyngn.com>
  2466. Date: Sun May 18 21:34:43 2014 +0000
  2467.  
  2468. Merge changes Iff42bac7,I7ce5454a into cm-11.0
  2469.  
  2470. * changes:
  2471. CM11 Themes: Handle legacy themes in createIdmapsForPackageLI
  2472. CM11 Themes: Properly handle themeing apps on install
  2473.  
  2474. commit 238e80a5c7edcb922ce15feebec74ea2475c31cb
  2475. Author: Clark Scheff <clark@cyngn.com>
  2476. Date: Fri May 16 15:36:57 2014 -0700
  2477.  
  2478. Send broadcast when package is 'about' to be removed
  2479.  
  2480. If a theme package is removed and it is the currently applied
  2481. theme, some apps will crash because the theme resources are
  2482. no longer available, since they were cleaned up by the package
  2483. manager. The themes provider will receive this broadcast and
  2484. take care of switching back to the default theme for components
  2485. that are using the package about to be removed.
  2486.  
  2487. Change-Id: I968c25e19eb17ec87e7ddcba5ac0fd81745cef20
  2488.  
  2489. commit b400cf4f9991df936a9f9c73402170a05f221de1
  2490. Merge: 8634868 1878af5
  2491. Author: Clark Scheff <clark@cyngn.com>
  2492. Date: Sun May 18 21:31:57 2014 +0000
  2493.  
  2494. Merge "CM11 Themes: Don't set sys.refresh_theme on icon update" into cm-11.0
  2495.  
  2496. commit 86348683c782f088b786197adf1ce68691581fa4
  2497. Author: Andy Mast <andy@cyngn.com>
  2498. Date: Thu May 1 10:09:35 2014 -0700
  2499.  
  2500. Themes: Support launcher based icon packs [1/2]
  2501.  
  2502. Before this patch, icon packs written for Trebuchet/Nova/Apex could not be used
  2503. with the new theme engine as the formats were different. Particularly the icon package IDs are 7F,
  2504. the same ID as as regular apps. Furthermore the location of resources in these icon packs was different
  2505. from what the theme engine expects. This patch adds support for these icon packs by overriding
  2506. the pkg id.
  2507.  
  2508. AssetManager now can override package ids without requiring aapt to recompile the APK.
  2509. Note: XML references will still use the original id compiled with AAPT, so it is only useful for resources
  2510. which do not use xml drawables (such as icon packs).
  2511.  
  2512. PackageInfo now has a new member identify "legacy" (3rd party icon packs) written
  2513. for launcher's like Trebuchet, Nova, and Apex.
  2514.  
  2515. Change-Id: Icd12c097e156c9626df0772abeb50e00f7b61f64
  2516.  
  2517. commit 515fc0eabf6b276c9aac7a516c0a129139e16a08
  2518. Merge: 78a2967 0b02a88
  2519. Author: d34d <clark@cyngn.com>
  2520. Date: Sun May 18 20:58:23 2014 +0000
  2521.  
  2522. Merge "CM11 Themes: Fix how common resources are found" into cm-11.0
  2523.  
  2524. commit 0b02a881476465295cf712b4e012ac6e795b0b3e
  2525. Author: d34d <clark@cyngn.com>
  2526. Date: Sun May 18 09:31:42 2014 -0700
  2527.  
  2528. CM11 Themes: Fix how common resources are found
  2529.  
  2530. During the boot process, application info may not be fully
  2531. available and createPackageContext can throw a null pointer which
  2532. causes a theme's resource-cache to be cleared. If this theme is
  2533. in /system/app or /system/priv-app the theme will still be installed
  2534. but applying it will result in styles not being applied.
  2535.  
  2536. Change-Id: I4094bdd923edc1d829024404a4ce1b72709bd4f1
  2537.  
  2538. commit 64bb3a2d3a61981bce0a50aece401b6ee3286488
  2539. Author: Thomas Wendt <thoemy@gmx.net>
  2540. Date: Sun May 18 16:50:47 2014 +0200
  2541.  
  2542. Don't animate the circle battery meter when battery is fully charged
  2543.  
  2544. Rotating a full circle is unnecessary, no need to redraw the battery
  2545. meter every 50ms
  2546.  
  2547. Change-Id: Ibc7232ccd296ddbcf7c920aa6d8f01baa92a06d7
  2548.  
  2549. commit 78a29672fa3e5e0bf439628f9ac4a29c06439ba2
  2550. Author: Steve Kondik <shade@chemlab.org>
  2551. Date: Sun Sep 23 06:25:33 2012 -0700
  2552.  
  2553. Add CPU boosting hooks
  2554.  
  2555. * Send boost hint during scrolling
  2556. * Still relevant on even high-end hardware
  2557.  
  2558. Change-Id: I72f2c2851b01fbceabddead03a4c3a7a0526ca61
  2559.  
  2560. commit 7f011fc48676901c12f0ccec61768e21b1c7ad9a
  2561. Author: Clark Scheff <clark@cyngn.com>
  2562. Date: Fri May 16 15:32:49 2014 -0700
  2563.  
  2564. CM11 Themes: Handle legacy themes in createIdmapsForPackageLI
  2565.  
  2566. Change-Id: Iff42bac7bf84b9c739831775c8deef86adbdc0ca
  2567.  
  2568. commit de44fe5f0b2e454a6f24852cffe8a8c0abaa7781
  2569. Author: Clark Scheff <clark@cyngn.com>
  2570. Date: Fri May 16 12:11:06 2014 -0700
  2571.  
  2572. CM11 Themes: Properly handle themeing apps on install
  2573.  
  2574. Previously when an app was installed or re-installed it would not
  2575. pick up the currently applied theme.
  2576.  
  2577. mOverlays was not being properly updated and therefore newly
  2578. installed or re-installed apps would not pick up the currently
  2579. applied theme.
  2580.  
  2581. Change-Id: I7ce5454af11fb44e9a73b30858d893050b2fba8a
  2582.  
  2583. commit 1878af5874535e691a59cd8efd5448b8e62adb06
  2584. Author: Clark Scheff <clark@cyngn.com>
  2585. Date: Fri May 16 11:24:00 2014 -0700
  2586.  
  2587. CM11 Themes: Don't set sys.refresh_theme on icon update
  2588.  
  2589. Change-Id: I5ed49ad2aa93974c54434e092946c4be7699131d
  2590.  
  2591. commit 4651af5db2e63c5b10b3613ba6131a4bc95ba035
  2592. Author: invisiblek <dan.pasanen@gmail.com>
  2593. Date: Thu May 15 21:34:12 2014 -0500
  2594.  
  2595. immersive mode: don't unconfirm a package, that's just dumb
  2596.  
  2597. * This is very annoying for specialized apps
  2598. * See here for a great explanation http://stackoverflow.com/a/20309721
  2599. * The fact that it doesn't even notify the user until the NEXT time they
  2600. run it makes it completely pointless in my opinion anyway.
  2601.  
  2602. Change-Id: I423611efc07d467e1d81c66d58adcff331be8b38
  2603.  
  2604. commit 84e290f0c83db094fa28e799d65acb89430693ec
  2605. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  2606. Date: Thu May 15 12:56:02 2014 +0700
  2607.  
  2608. MSimNetworkController: disable log spew
  2609.  
  2610. Some logging statements are not properly guarded leading to logcat
  2611. flood every few seconds.
  2612.  
  2613. Change-Id: I2a34b21d23891a3506f7024c464eb2ddf273e715
  2614.  
  2615. commit dbd3649beddb9255283807bc1baf32cd5356a43b
  2616. Merge: c91c765 7e51a81
  2617. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  2618. Date: Wed May 14 01:50:46 2014 +0000
  2619.  
  2620. Merge "National Roaming: Allow T-Mobile AT (MNC03) to roam on 3 AT (MNC10) in Austria" into cm-11.0
  2621.  
  2622. commit c91c765c10ad7ccab0092ad369e2941bf7ef2e93
  2623. Author: Clark Scheff <clark@cyngn.com>
  2624. Date: Tue May 13 14:47:44 2014 -0700
  2625.  
  2626. WallpaperPicker: Destroy cropview to avoid leaks
  2627.  
  2628. If the cropview's TiledImageRenderer is rendering threads, the activity
  2629. context gets leaked. Avoid that by invoking its destroy in onDestroy() of activity.
  2630.  
  2631. Change-Id: I0804c903d14d3f3d13529f0fe90d12784d97e93f
  2632.  
  2633. commit 300787a993e0a2bce91cdbdb3a7b47e9f793c54d
  2634. Merge: 8e794a6 71cc747
  2635. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  2636. Date: Tue May 13 19:00:36 2014 +0000
  2637.  
  2638. Merge "CM11 Themes: remove handleThemeConfigChanges" into cm-11.0
  2639.  
  2640. commit 71cc7478a2b4fc6678a86dec2fe3f62f0825353c
  2641. Author: Clark Scheff <clark@cyngn.com>
  2642. Date: Tue May 13 10:03:45 2014 -0700
  2643.  
  2644. CM11 Themes: remove handleThemeConfigChanges
  2645.  
  2646. This was used by the T-Mobile theme chooser and is no longer
  2647. needed with the new chooser.
  2648.  
  2649. Change-Id: I035606ffe6cb3efc82a3a0ce79215509d8289503
  2650.  
  2651. commit 7e51a811afa09138cace966cc1475c564bd4bf6f
  2652. Author: Phil Eichinger <phil@zankapfel.net>
  2653. Date: Tue May 13 10:00:47 2014 +0200
  2654.  
  2655. National Roaming: Allow T-Mobile AT (MNC03) to roam on 3 AT (MNC10) in Austria
  2656.  
  2657. Change-Id: Ief827259fdcb5bfa13bd643f80a8547a56cc934c
  2658.  
  2659. commit 8e794a6fc04fcf6a54cada8337384cce678e5411
  2660. Author: Arne Coucheron <arco68@gmail.com>
  2661. Date: Tue May 13 00:36:20 2014 +0200
  2662.  
  2663. Allow 3 AT (mnc05) to roam on T-Mobile in Austria
  2664.  
  2665. Change-Id: Ie1a62db9a48cfaf594ddda7b413299a9b587ddd4
  2666.  
  2667. commit ff3a1ffc63e629d5410f24a9801bd77b980f2ae0
  2668. Merge: c8f41bf bd9a711
  2669. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2670. Date: Mon May 12 13:53:55 2014 +0000
  2671.  
  2672. Merge "Revert "telephony: set additional audioparameters for incall audio (1/2)"" into cm-11.0
  2673.  
  2674. commit c8f41bf8da3998b2a16867702717ede492fe4b66
  2675. Merge: b2d5440 42ceba9
  2676. Author: David van Tonder <david.vantonder@gmail.com>
  2677. Date: Mon May 12 12:50:13 2014 +0000
  2678.  
  2679. Merge "Avoid SystemUI crash due to NPE" into cm-11.0
  2680.  
  2681. commit 42ceba9e24e4661e488891f9f75402e95fe886d4
  2682. Author: Raju Yadav <raju.yadav@sonymobile.com>
  2683. Date: Mon Mar 24 10:44:00 2014 +0100
  2684.  
  2685. Avoid SystemUI crash due to NPE
  2686.  
  2687. BaseStatusBar.createNotificationViews() returns null
  2688. when it reports handleNotificationError(), leading to
  2689. a forced crash of the misbehaving app. However, it
  2690. should not add a null object of Notification.Entry
  2691. since it will also crash SystemUI (crashing at compare).
  2692.  
  2693. Change-Id: I86678c8024e931420b0fbab1f36b330e7e75d581
  2694.  
  2695. commit b2d5440261acccb4e40b3567886005eb25c48c6b
  2696. Author: Stefan Wysocki <stefan.wysocki@sonymobile.com>
  2697. Date: Tue Mar 4 11:27:55 2014 +0100
  2698.  
  2699. Set ActionMode title to the number of selected files
  2700.  
  2701. After change of orientation ActionMode is recreated without previously
  2702. set title. It needs to be updated in onCreateActionMode callback.
  2703.  
  2704. Change-Id: If5f36e8ad6d1b5cf04ed242611fd037969d73517
  2705.  
  2706. commit 2544ee377b429ebe21c63efa4d39320292f7d542
  2707. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  2708. Date: Mon May 12 15:48:38 2014 +0700
  2709.  
  2710. AudioService: fix safe volume enforced even when disabled
  2711.  
  2712. On onConfigureSafeVolume, the proper API was not used, leading
  2713. to the setting not being respected. Sometimes after boot, the
  2714. heaadset volume will be set back to the safe volume.
  2715.  
  2716. Change-Id: I5ba8bb1a18ce97ed64646663c7e75cb277356778
  2717.  
  2718. commit bd9a711d11af8b22b2ddefba6bda5107027d163c
  2719. Author: Michael Bestas <mikeioannina@gmail.com>
  2720. Date: Sat May 10 21:21:38 2014 +0300
  2721.  
  2722. Revert "telephony: set additional audioparameters for incall audio (1/2)"
  2723.  
  2724. Part 2/2 was never merged and is not needed.
  2725.  
  2726. This reverts commit 129d5a726b9c81190450f6b242e53f794c2711db.
  2727.  
  2728. Change-Id: If0417a66c3a5a78e4f7b4ba6d1d543f56648e442
  2729.  
  2730. commit a61cab784f2560d972a1c30554a697d04993c57b
  2731. Author: Clark Scheff <clark@cyngn.com>
  2732. Date: Fri Apr 25 18:29:54 2014 -0700
  2733.  
  2734. Reduce memory leaks by removing all views.
  2735.  
  2736. Change-Id: I1c7d3647ae0d40aa214108ea22e007e3cb3191b9
  2737.  
  2738. commit 20f95cfdab14efbe0ec6554755a91f36bc21f77d
  2739. Author: Aditya Pandey <aditya@autospace.co>
  2740. Date: Sun May 4 12:43:59 2014 +0530
  2741.  
  2742. Added Non-Roaming for carrier BSNL in UP East and WEST INDIA
  2743.  
  2744. Added No-roaming for BSNL from circle UP East to UP West, India
  2745.  
  2746. Change-Id: I45e804da143e844d794cca98652f5fc6ac4e209b
  2747. -----------------------------------------------------------------
  2748. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/frameworks/native 3fda6efcd830dab28cd3c8a2d0a5cf8aa1dd1829..e29da25682bbcf3c2be51c47002db5de2285977d
  2749. commit e29da25682bbcf3c2be51c47002db5de2285977d
  2750. Merge: a852d21 5732bf1
  2751. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2752. Date: Thu May 29 02:06:39 2014 +0000
  2753.  
  2754. Merge "Ensure that app lib symlinks are correctly labeled when created." into cm-11.0
  2755.  
  2756. commit a852d21d84635053fffbcb9322206f7b3c89515c
  2757. Author: Andy Mast <andy@cyngn.com>
  2758. Date: Wed May 21 21:56:41 2014 -0700
  2759.  
  2760. Avoid calling idmap w/ trailing whitespace [2/2]
  2761.  
  2762. installd performs a buffer over-read if trailing ws is sent to it.
  2763. No observable effect found yet for idmap, but until installd is
  2764. fixed upstream, best to play it safe.
  2765.  
  2766. Change-Id: I002de7a9d177df16f91b47e7f87af59457c1f421
  2767.  
  2768. commit ba5f5a019da91615701fa59791502541c7df9d4a
  2769. Author: Andy Mast <andy@cyngn.com>
  2770. Date: Tue May 20 14:54:58 2014 -0700
  2771.  
  2772. Themes: Fix -110 install error [1/2]
  2773.  
  2774. aapt was being called from PM with a ' ' at the end of the cmd. This would
  2775. cause installd to read unexpected parts of memory which sometimes
  2776. causes it to parse the command incorrectly.
  2777.  
  2778. Change-Id: Id9f1170db05b40f030d6ea5009bed38bc9fc3b5f
  2779.  
  2780. commit bfa404a273756ca7a81ce96bf668e34b6a563369
  2781. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2782. Date: Wed May 14 17:43:32 2014 +0000
  2783.  
  2784. Revert "SF: Reduce size of DisplayFrame according to "transparent region""
  2785.  
  2786. This reverts commit 3fda6efcd830dab28cd3c8a2d0a5cf8aa1dd1829.
  2787.  
  2788. Change-Id: I0b2e7b88c01e06b6e4e4a93094b39e0a0f0f7579
  2789.  
  2790. commit 5732bf1c25457c6d38b93ca005b144841a6260a3
  2791. Author: Stephen Smalley <sds@tycho.nsa.gov>
  2792. Date: Tue May 13 12:53:07 2014 -0400
  2793.  
  2794. Ensure that app lib symlinks are correctly labeled when created.
  2795.  
  2796. At present, the app lib symlinks are created before setting
  2797. the package directory security context, and therefore default
  2798. to system_data_file. Upon a later restorecon_recursive,
  2799. they are relabeled to the same type as the package directory,
  2800. e.g. app_data_file. Avoid this inconsistency by setting the
  2801. package directory security context before creating the symlink
  2802. so that it inherits the same security context.
  2803.  
  2804. Change-Id: I1ee6ccd8a2aa63a4d2efda67f313c97932235911
  2805. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  2806. -----------------------------------------------------------------
  2807. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/frameworks/opt/telephony 527b36d0eca24013a02a1e806a60e6bcfe577682..1c86b4622ed594cbb3907786941bb80f5bbd0c62
  2808. commit 1c86b4622ed594cbb3907786941bb80f5bbd0c62
  2809. Author: Magnus Karlsson <magnus3.karlsson@sonymobile.com>
  2810. Date: Tue Mar 19 12:48:04 2013 +0100
  2811.  
  2812. Fix order of '+' in call forwarding return result in RTL locales
  2813.  
  2814. The '+' is presented at the end of the phone number
  2815. instead of in the front.
  2816. Phone numbers should be presented left-to-right even
  2817. for right-to-left oriented languages (e.g. Hebrew),
  2818. hence the '+' should be placed accordingly.
  2819.  
  2820. Change-Id: I07d89078de4d81609e08099f93fc929a81ec172b
  2821. -----------------------------------------------------------------
  2822. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/frameworks/opt/telephony-msim 5dacea2e5b4eaf20a1e8651bd48fe7b6378fb8ae..ce4a46d3ceb63846973663186c8dd6fdd840d4af
  2823. commit ce4a46d3ceb63846973663186c8dd6fdd840d4af
  2824. Author: Chaitanya Saggurthi <csaggurt@codeaurora.org>
  2825. Date: Wed Apr 9 14:42:26 2014 +0530
  2826.  
  2827. MSIM: Use single baseband version for all SUB's
  2828.  
  2829. Issue: while updating base band version to property in TSTS
  2830. it exceeds the property value length and causes phone app crash.
  2831.  
  2832. Fix: Base band version is same for all SUB's, so no need of
  2833. combining baseband versions with comma separator in MSIM and use
  2834. super.setSystemProperty to overcome the setSystemProperty overid
  2835. in MSIM files.
  2836.  
  2837. Change-Id: I093631d1cc92d950ff4b6f88d947c8ec42bc54c6
  2838. CRs-Fixed: 645033
  2839. -----------------------------------------------------------------
  2840. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/hardware/libhardware 429ea702bb515473c0908c1b978a4600c9d091ea..cd3e9a2074c9d2978984cb7233df64cc57d02602
  2841. commit cd3e9a2074c9d2978984cb7233df64cc57d02602
  2842. Author: Steve Kondik <shade@chemlab.org>
  2843. Date: Sun May 18 23:55:23 2014 -0700
  2844.  
  2845. libhardware: Add power hint to set profile
  2846.  
  2847. * A PowerHAL can implement support for this hint to receive
  2848. power profile changes from the framework.
  2849.  
  2850. Change-Id: Ie1e9e3b827c731cf5a817a0491677e3451fe8678
  2851. -----------------------------------------------------------------
  2852. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/hardware/qcom/audio-caf d62adde8f9ff10a59e174650e82dcfc301968c0a..175502ea6b9c6aedc52c431b17ab7d822709b2c7
  2853. commit 175502ea6b9c6aedc52c431b17ab7d822709b2c7
  2854. Author: Steve Kondik <shade@chemlab.org>
  2855. Date: Thu May 22 03:01:00 2014 -0700
  2856.  
  2857. hal: Add path for VR headset
  2858.  
  2859. * Needed to keep Listen from derping.
  2860. * Just point to regular headset device by default.
  2861.  
  2862. Change-Id: I64975c196fcb5f2b32d34d54ba01a0d73a90db4f
  2863.  
  2864. commit b346eb4657b5b05fa74b560cab45e9ec87e94531
  2865. Author: Satish Babu Patakokila <sbpata@codeaurora.org>
  2866. Date: Wed Mar 26 15:02:12 2014 +0530
  2867.  
  2868. hal/usb: Add initial volume setting for USB headset
  2869.  
  2870. Some USB headsets start at 0 volume because of this even
  2871. if the Media Player volume is maximum cannot hear any audio.
  2872. Initialize device volume before starting the playback.
  2873.  
  2874. Change-Id: Ie6940fae6fd7946ce0a90a142aaf110d829eea8f
  2875. CRs-Fixed: 639168
  2876.  
  2877. commit b77dd5fd251f96e548834ccfedd4447251f251b7
  2878. Author: kunleiz <quic_kunleiz@codeaurora.org>
  2879. Date: Thu Apr 24 18:46:22 2014 +0800
  2880.  
  2881. hal: Fix VoIP Mute failure in SIP call during Voice call HOLD
  2882.  
  2883. - Unable to apply the mute in MT SIP call during Voice call
  2884. in CALL_HOLD.
  2885. - Mute is only applied if the voice call state is INACTIVE.
  2886. Thus when SIP call is made during Voice call in CALL_HOLD,
  2887. the mute is not being reflected.
  2888. - Fix this issue by checking voice stream type to allow
  2889. the mute to be applied.
  2890.  
  2891. Change-Id: I3af5225edd8e9a4123867b647de9405d5c4b9efc
  2892. CRs-Fixed: 642893
  2893.  
  2894. commit e6b407f3b5a8a57ff2612c81ca1a01db51b2ecec
  2895. Author: Naresh Tanniru <ntanniru@codeaurora.org>
  2896. Date: Fri May 2 15:52:46 2014 +0530
  2897.  
  2898. Audiod: Priority change for AudioDaemon
  2899.  
  2900. - Device getting crash after preforming
  2901. ADSP/LPASS SSR during compress playback
  2902.  
  2903. - Due to continous compress write calls
  2904. to compress driver audio daemon not getting
  2905. schduled which results system crash
  2906.  
  2907. - Change AudioDaemon priority from PRIORITY_AUDIO
  2908. to PRIORITY_URGENT_AUDIO to make sure audio daemon
  2909. scheduled prior to audio HAL
  2910.  
  2911. Change-Id: I0d7dff30908d4e1f727c1eb6af9e66ed74095148
  2912.  
  2913. commit 8656d49e8633d2eb2556722a9ad7601c1f4876ac
  2914. Author: Haynes Mathew George <hgeorge@codeaurora.org>
  2915. Date: Thu Apr 24 17:53:50 2014 -0700
  2916.  
  2917. audio: Remove unused var 'update_mixer'
  2918.  
  2919. Remove update_mixer (as its unused) and change function
  2920. signatures wherever used.
  2921.  
  2922. Change-Id: I465ddc4bfeba714a7f0d14a7e319a3d1ddc62dbb
  2923. CRs-Fixed: 581453
  2924.  
  2925. commit 4a7a530c79903b9cc5b0a3430c5ec22aea3314a4
  2926. Author: ApurupaPattapu <apurupa@codeaurora.org>
  2927. Date: Tue Apr 8 10:41:07 2014 -0700
  2928.  
  2929. hal: Correct PCM offload fragment size
  2930.  
  2931. - Correct the fragment size to use bytes instead of bits
  2932. per sample
  2933. - Use 80ms as pcm offload buffer duration for video streaming
  2934. usecases and 1 sec for video + audio usecases
  2935.  
  2936. Change-Id: Iec8e24c2b158368742a55710a46da94ce5d3c170
  2937.  
  2938. commit ca2a9fae650235493c8d1132356417ec23121ba2
  2939. Author: Steve Kondik <shade@chemlab.org>
  2940. Date: Thu May 15 18:10:00 2014 -0700
  2941.  
  2942. Revert " hal: Fix device disable/enable sequence"
  2943.  
  2944. This reverts commit 8db53270733939a81e5fdda89de3c8c0eaf939e4.
  2945.  
  2946. Change-Id: Id6cf69819bc97bde73dbdcc007afe550b81668d1
  2947.  
  2948. commit 377c996e3e6fc1c38a3423ce5fa3032f1fe063bc
  2949. Author: Anish Kumar <kanish@codeaurora.org>
  2950. Date: Thu Apr 17 12:42:20 2014 -0700
  2951.  
  2952. hal: Set echo reference from mixer file
  2953.  
  2954. Set echo reference from mixer file.
  2955. Change-Id: I8b9d1209002ead0f82eb6052d41ab00ba41ce6a2
  2956. -----------------------------------------------------------------
  2957. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/hardware/qcom/wlan 81fb770e786e68ec720602d678be39da16ccea0b..cb1885689e82f5ada9e58c7a5495ac803d7103e2
  2958. commit cb1885689e82f5ada9e58c7a5495ac803d7103e2
  2959. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2960. Date: Wed May 28 17:12:24 2014 +0100
  2961.  
  2962. wcnss_qmi: Generate a fixed random mac address if the NV doesn't provide one
  2963.  
  2964. If the NV is corrupted or blanked out, QMI won't return a MAC address
  2965. and prima will fallback to a fixed one. If the board defines a
  2966. TARGET_WCNSS_MAC_PREFIX value (2 to 4 hex values), use that prefix
  2967. to generate a random (and persistent) hwaddr instead.
  2968.  
  2969. For "TARGET_WCNSS_MAC_PREFIX := 0a0b0c0d", the last 2 bytes will be
  2970. pseudo-randomized, and the final address will be in the
  2971. "0a:0b:0c:0d:XX:YY" format.
  2972.  
  2973. Change-Id: Ie38cb5d3724223b2ec1ae45e6a9a4f2285229731
  2974. -----------------------------------------------------------------
  2975. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/hardware/ril 0f8705400f4e4209f065095b363ef66e8543be3c..74e6bee325b94494c22e8c3d1d682b1aa489dcec
  2976. commit 74e6bee325b94494c22e8c3d1d682b1aa489dcec
  2977. Author: Colin Cross <ccross@android.com>
  2978. Date: Fri Jan 24 17:02:19 2014 -0800
  2979.  
  2980. Set USE_NP based on HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE
  2981.  
  2982. 64 bit bionic does not define pthread_cond_timeout_np, use
  2983. HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE to determine whether or
  2984. not to use it.
  2985.  
  2986. Change-Id: Ia94dd76f7ea4b0268f07049c127342a8bd016ec0
  2987. -----------------------------------------------------------------
  2988. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/hardware/ti/omap4xxx b78855bdf9a22b06d5c1017504fe55f1dc941996..b52124698efb6080ce8fe952cb0da847984be863
  2989. commit b52124698efb6080ce8fe952cb0da847984be863
  2990. Author: Flamefire <alex@grundis.de>
  2991. Date: Wed Jan 22 00:25:36 2014 +0100
  2992.  
  2993. Fix crash on boot
  2994.  
  2995. There is a race condition where the sysfs-vsync thread accesses a value
  2996. (in particular a function ptr) that may not have been set yet as this
  2997. is done externally.
  2998. Also a typo fix
  2999.  
  3000. Change-Id: I21d7024c793ab3b8d833c3a8305110128237ba36
  3001.  
  3002. commit 00d3261233bfa488252f99d9eb4b0759a8e4748c
  3003. Merge: de825f2 2bfd180
  3004. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  3005. Date: Wed Jul 24 23:40:41 2013 +0100
  3006.  
  3007. Merge tag 'android-4.3_r2.1' into cm-10.2
  3008.  
  3009. Android 4.3 release 2.1
  3010.  
  3011. commit de825f2f08fad153116807ea18002e4590bd71bb
  3012. Author: Hashcode <hashcode0f@gmail.com>
  3013. Date: Fri Dec 14 23:48:47 2012 -0800
  3014.  
  3015. omap4xxx: add flag to allow custom libion
  3016.  
  3017. Due to kernel changes I need to stop the omap4xxx/libion via
  3018. BOARD_USES_CUSTOM_LIBION flag and instead use a custom libion
  3019. in my device trees.
  3020.  
  3021. Change-Id: Ic48e8c51456c76dfd9bca00cb59581deb2cfc510
  3022. Signed-off-by: Hashcode <hashcode0f@gmail.com>
  3023.  
  3024. commit a1c078bd69103c62754f6ead655f1afec4b72179
  3025. Author: Hashcode <hashcode0f@gmail.com>
  3026. Date: Sun Jan 20 21:18:50 2013 -0800
  3027.  
  3028. [1/3] omap4xxx: Allow custom DOMX source instead of Google DOMX default
  3029.  
  3030. Part 1 of 3 patches: To allow omap4 devices to use custom "domx" source
  3031. via a new BoardConfig.mk item:
  3032. TI_CUSTOM_DOMX_PATH := device/<manufacturer>/<device-name>/domx
  3033.  
  3034. This setting provides for 3 changes during the build:
  3035. 1. In hardware/ti/omap4xxx this settings stops standard Google domx
  3036. source from being built and changes the domx reference for tiutils.
  3037. 2. In frameworks/base it changes the default openmax references for
  3038. frameworks/base/media/jni/mediaeditor/Android.mk to the new location
  3039. 3. In frameworks/av changes the openmax references in 5 places, and adds
  3040. new includes in ACodec.cpp, CameraSource.cpp and OMXCodec.cpp
  3041.  
  3042. This commit for hardware/ti/omap4xxx is based on this cherry-pick from
  3043. omapzoom (with a more descriptive BoardConfig setting name):
  3044. http://www.omapzoom.org/?p=platform/hardware/ti/omap4xxx.git;a=commitdiff;h=040534d546dbcfcff16ff1afff15c01c2822dfcc
  3045.  
  3046. Change-Id: I32bf75073278639dc9e4442168c7b35295beb495
  3047. Signed-off-by: Hashcode <hashcode0f@gmail.com>
  3048.  
  3049. commit 60c8c252813375efcb9276dbef25220d0ae2bee2
  3050. Author: Mykola Ostrovskyy <mykola@ti.com>
  3051. Date: Tue Jul 10 15:24:29 2012 +0530
  3052.  
  3053. hwc: Support HDMI as primary display
  3054.  
  3055. This patch disables mirroring/docking logic when HDMI display
  3056. is used as primary instead of LCD panel.
  3057.  
  3058. Based on patch from Mark Tyler.
  3059.  
  3060. Rebased from p-ics-mr1:
  3061. 9dd8ccd Support HDMI as primary display
  3062.  
  3063. Change-Id: Idd239a562bfc486e128b268fa31ced53412bba3a
  3064. Signed-off-by: Mykola Ostrovskyy <mykola@ti.com>
  3065. Signed-off-by: Muralidhar Dixit <murali.dixit@ti.com>
  3066. Signed-off-by: Tony Lofthouse <a0741364@ti.com>
  3067.  
  3068. commit a3825d82a12fb37ef674a3970ee6f8d0d76da587
  3069. Author: Dandawate Saket <dsaket@ti.com>
  3070. Date: Thu Apr 12 11:55:52 2012 +0530
  3071.  
  3072. hwc: Add support for FB scaling and cloning
  3073.  
  3074. Patch contains following features
  3075. 1)Large frame buffer support:
  3076. Transformation matrix for LCD and HDMI added
  3077. to ensure correct composition and renderring
  3078. of all UI layers
  3079. Added support for overlay distrubution based
  3080. on FB size and target display
  3081. 2)Default HDMI display support
  3082. Support for default HDMI display selection.
  3083. Added HDMI best mode selection on HPD
  3084.  
  3085. Rebased from p-ics-mr1:
  3086. 96ad001 hwc: Add support for FB scaling and cloning
  3087.  
  3088. Change-Id: Ia6f06d5e149656c4d79ac2d3983211a253bb3969
  3089. Signed-off-by: Lajos Molnar <molnar@ti.com>
  3090. Signed-off-by: Muralidhar Dixit <murali.dixit@ti.com>
  3091. Signed-off-by: Dandawate Saket <dsaket@ti.com>
  3092.  
  3093. commit 62b870e5be867f00f841a74af85f0845902aa29b
  3094. Author: codeworkx <codeworkx@cyanogenmod.org>
  3095. Date: Sun Dec 16 11:06:53 2012 +0100
  3096.  
  3097. hwc: fix timing issue with vsync sysfs loop
  3098.  
  3099. Change-Id: I6e0307e0fd5ea84748ddb580062b21f697512603
  3100.  
  3101. commit 53cacd86d64639e7f0d722c49b45caacf96b8594
  3102. Author: codeworkx <codeworkx@cyanogenmod.org>
  3103. Date: Sat Dec 1 13:02:41 2012 +0100
  3104.  
  3105. hwc: support vsync notification via sysfs
  3106.  
  3107. Change-Id: Ie2172b5fb2e8595136f6ccb28abd9f8ce89a526f
  3108. -----------------------------------------------------------------
  3109. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/kernel/archos/archos_g9 c59ccf2e78a079f62f152a778dbf22fff681c657..6bb7779700bd2b988fe47ef603596cc0129963ac
  3110. commit 6bb7779700bd2b988fe47ef603596cc0129963ac
  3111. Author: Nicolas Pitre <nicolas.pitre@linaro.org>
  3112. Date: Tue Mar 12 13:00:42 2013 +0100
  3113.  
  3114. ARM: 7670/1: fix the memset fix
  3115.  
  3116. Commit 455bd4c430b0 ("ARM: 7668/1: fix memset-related crashes caused by
  3117. recent GCC (4.7.2) optimizations") attempted to fix a compliance issue
  3118. with the memset return value. However the memset itself became broken
  3119. by that patch for misaligned pointers.
  3120.  
  3121. This fixes the above by branching over the entry code from the
  3122. misaligned fixup code to avoid reloading the original pointer.
  3123.  
  3124. Also, because the function entry alignment is wrong in the Thumb mode
  3125. compilation, that fixup code is moved to the end.
  3126.  
  3127. While at it, the entry instructions are slightly reworked to help dual
  3128. issue pipelines.
  3129.  
  3130. Signed-off-by: Nicolas Pitre <nico@linaro.org>
  3131. Tested-by: Alexander Holler <holler@ahsoftware.de>
  3132. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  3133.  
  3134. commit 1b6168c42beda2022c6b357538871b2dbc967ea4
  3135. Author: Ivan Djelic <ivan.djelic@parrot.com>
  3136. Date: Wed Mar 6 20:09:27 2013 +0100
  3137.  
  3138. ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations
  3139.  
  3140. Recent GCC versions (e.g. GCC-4.7.2) perform optimizations based on
  3141. assumptions about the implementation of memset and similar functions.
  3142. The current ARM optimized memset code does not return the value of
  3143. its first argument, as is usually expected from standard implementations.
  3144.  
  3145. For instance in the following function:
  3146.  
  3147. void debug_mutex_lock_common(struct mutex *lock, struct mutex_waiter *waiter)
  3148. {
  3149. memset(waiter, MUTEX_DEBUG_INIT, sizeof(*waiter));
  3150. waiter->magic = waiter;
  3151. INIT_LIST_HEAD(&waiter->list);
  3152. }
  3153.  
  3154. compiled as:
  3155.  
  3156. 800554d0 <debug_mutex_lock_common>:
  3157. 800554d0: e92d4008 push {r3, lr}
  3158. 800554d4: e1a00001 mov r0, r1
  3159. 800554d8: e3a02010 mov r2, #16 ; 0x10
  3160. 800554dc: e3a01011 mov r1, #17 ; 0x11
  3161. 800554e0: eb04426e bl 80165ea0 <memset>
  3162. 800554e4: e1a03000 mov r3, r0
  3163. 800554e8: e583000c str r0, [r3, #12]
  3164. 800554ec: e5830000 str r0, [r3]
  3165. 800554f0: e5830004 str r0, [r3, #4]
  3166. 800554f4: e8bd8008 pop {r3, pc}
  3167.  
  3168. GCC assumes memset returns the value of pointer 'waiter' in register r0; causing
  3169. register/memory corruptions.
  3170.  
  3171. This patch fixes the return value of the assembly version of memset.
  3172. It adds a 'mov' instruction and merges an additional load+store into
  3173. existing load/store instructions.
  3174. For ease of review, here is a breakdown of the patch into 4 simple steps:
  3175.  
  3176. Step 1
  3177. ======
  3178. Perform the following substitutions:
  3179. ip -> r8, then
  3180. r0 -> ip,
  3181. and insert 'mov ip, r0' as the first statement of the function.
  3182. At this point, we have a memset() implementation returning the proper result,
  3183. but corrupting r8 on some paths (the ones that were using ip).
  3184.  
  3185. Step 2
  3186. ======
  3187. Make sure r8 is saved and restored when (! CALGN(1)+0) == 1:
  3188.  
  3189. save r8:
  3190. - str lr, [sp, #-4]!
  3191. + stmfd sp!, {r8, lr}
  3192.  
  3193. and restore r8 on both exit paths:
  3194. - ldmeqfd sp!, {pc} @ Now <64 bytes to go.
  3195. + ldmeqfd sp!, {r8, pc} @ Now <64 bytes to go.
  3196. (...)
  3197. tst r2, #16
  3198. stmneia ip!, {r1, r3, r8, lr}
  3199. - ldr lr, [sp], #4
  3200. + ldmfd sp!, {r8, lr}
  3201.  
  3202. Step 3
  3203. ======
  3204. Make sure r8 is saved and restored when (! CALGN(1)+0) == 0:
  3205.  
  3206. save r8:
  3207. - stmfd sp!, {r4-r7, lr}
  3208. + stmfd sp!, {r4-r8, lr}
  3209.  
  3210. and restore r8 on both exit paths:
  3211. bgt 3b
  3212. - ldmeqfd sp!, {r4-r7, pc}
  3213. + ldmeqfd sp!, {r4-r8, pc}
  3214. (...)
  3215. tst r2, #16
  3216. stmneia ip!, {r4-r7}
  3217. - ldmfd sp!, {r4-r7, lr}
  3218. + ldmfd sp!, {r4-r8, lr}
  3219.  
  3220. Step 4
  3221. ======
  3222. Rewrite register list "r4-r7, r8" as "r4-r8".
  3223.  
  3224. Signed-off-by: Ivan Djelic <ivan.djelic@parrot.com>
  3225. Reviewed-by: Nicolas Pitre <nico@linaro.org>
  3226. Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
  3227. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  3228.  
  3229. commit 0daff0646b7c1aec2772322e4dea7632cc01c1e5
  3230. Author: Quallenauge <Hamsi2k@freenet.de>
  3231. Date: Thu May 29 22:57:49 2014 +0200
  3232.  
  3233. Add missing mutex_unlock() call to prevent deadlocks.
  3234.  
  3235. commit dfcc5b0d8cd5edc61ebefbcbd6acf03f9a6fe861
  3236. Author: Quallenauge <Hamsi2k@freenet.de>
  3237. Date: Mon May 26 21:54:23 2014 +0200
  3238.  
  3239. PM-sleep-Asynchronous-threads-for-resume_noirq
  3240.  
  3241. commit c4a38fe586dbbe95fb19b26b89c18d7e32170d32
  3242. Author: Quallenauge <Hamsi2k@freenet.de>
  3243. Date: Mon May 26 21:53:51 2014 +0200
  3244.  
  3245. PM-sleep-Asynchronous-threads-for-resume_noirq
  3246.  
  3247. commit 34620e52acb12042297df5a649ffe57cc8da5c32
  3248. Author: Quallenauge <Hamsi2k@freenet.de>
  3249. Date: Mon May 26 21:52:24 2014 +0200
  3250.  
  3251. Backport some pm functions to be ready for: Two flags for
  3252. async suspend_noirq and suspend_late Asynchronous threads for resume_noirq
  3253. ...
  3254.  
  3255. commit d27b9ccc539c57084d23c34e3e72b48d002a3acf
  3256. Author: Chintan Pandya <cpandya@codeaurora.org>
  3257. Date: Tue Feb 18 13:40:01 2014 +0530
  3258.  
  3259. ksm: Provide support to use deferred timers for scanner thread
  3260.  
  3261. KSM thread to scan pages is getting schedule on definite timeout.
  3262. That wakes up CPU from idle state and hence may affect the power
  3263. consumption. Provide an optional support to use deferred timer
  3264. which suites low-power use-cases.
  3265.  
  3266. To enable deferred timers,
  3267. $ echo 1 > /sys/kernel/mm/ksm/deferred_timer
  3268.  
  3269. Change-Id: I07fe199f97fe1f72f9a9e1b0b757a3ac533719e8
  3270. Signed-off-by: Chintan Pandya <cpandya@codeaurora.org>
  3271.  
  3272. commit fbb65e9c7e5a922df8b5acb96cee9fc7db2c0fa2
  3273. Author: Peter Hurley <peter@hurleysoftware.com>
  3274. Date: Sat May 3 14:04:59 2014 +0200
  3275.  
  3276. n_tty: Fix n_tty_write crash when echoing in raw mode
  3277.  
  3278. The tty atomic_write_lock does not provide an exclusion guarantee for
  3279. the tty driver if the termios settings are LECHO & !OPOST. And since
  3280. it is unexpected and not allowed to call TTY buffer helpers like
  3281. tty_insert_flip_string concurrently, this may lead to crashes when
  3282. concurrect writers call pty_write. In that case the following two
  3283. writers:
  3284. * the ECHOing from a workqueue and
  3285. * pty_write from the process
  3286. race and can overflow the corresponding TTY buffer like follows.
  3287.  
  3288. If we look into tty_insert_flip_string_fixed_flag, there is:
  3289. int space = __tty_buffer_request_room(port, goal, flags);
  3290. struct tty_buffer *tb = port->buf.tail;
  3291. ...
  3292. memcpy(char_buf_ptr(tb, tb->used), chars, space);
  3293. ...
  3294. tb->used += space;
  3295.  
  3296. so the race of the two can result in something like this:
  3297. A B
  3298. __tty_buffer_request_room
  3299. __tty_buffer_request_room
  3300. memcpy(buf(tb->used), ...)
  3301. tb->used += space;
  3302. memcpy(buf(tb->used), ...) ->BOOM
  3303.  
  3304. B's memcpy is past the tty_buffer due to the previous A's tb->used
  3305. increment.
  3306.  
  3307. Since the N_TTY line discipline input processing can output
  3308. concurrently with a tty write, obtain the N_TTY ldisc output_lock to
  3309. serialize echo output with normal tty writes. This ensures the tty
  3310. buffer helper tty_insert_flip_string is not called concurrently and
  3311. everything is fine.
  3312.  
  3313. Note that this is nicely reproducible by an ordinary user using
  3314. forkpty and some setup around that (raw termios + ECHO). And it is
  3315. present in kernels at least after commit
  3316. d945cb9cce20ac7143c2de8d88b187f62db99bdc (pty: Rework the pty layer to
  3317. use the normal buffering logic) in 2.6.31-rc3.
  3318.  
  3319. js: add more info to the commit log
  3320. js: switch to bool
  3321. js: lock unconditionally
  3322. js: lock only the tty->ops->write call
  3323.  
  3324. References: CVE-2014-0196
  3325. Reported-and-tested-by: Jiri Slaby <jslaby@suse.cz>
  3326. Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
  3327. Signed-off-by: Jiri Slaby <jslaby@suse.cz>
  3328. Cc: Linus Torvalds <torvalds@linux-foundation.org>
  3329. Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
  3330. Cc: <stable@vger.kernel.org>
  3331. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  3332. [bwh: Backported to 3.4: output_lock is a member of struct tty_struct]
  3333.  
  3334. Change-Id: Iba2e2957a4cb60107ad66d647232ab25823d1e61
  3335. -----------------------------------------------------------------
  3336. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/libcore 89056151514c833c02db55f40bd217dc304715ad..9adf9ffe336f5edc8f399197c3bea5239bdf371b
  3337. commit 9adf9ffe336f5edc8f399197c3bea5239bdf371b
  3338. Author: Kenny Root <kroot@google.com>
  3339. Date: Thu Apr 17 11:23:00 2014 -0700
  3340.  
  3341. Add API to check certificate chain signatures
  3342.  
  3343. Add hidden API to check certificate chain signatures when needed. The
  3344. getCertificates implementation returns a list of all the certificates and
  3345. chains and would expect any caller interested in verifying actual chains
  3346. to call getCodeSigners instead.
  3347.  
  3348. We add this hidden constructor as a stop-gap until we can switch callers
  3349. over to getCodeSigners.
  3350.  
  3351. Bug: 13678484
  3352. Change-Id: I01cddef287767422454de4c5fd266c812a04d570
  3353. -----------------------------------------------------------------
  3354. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Apollo eef389e441500b359d155c97791efe6ff7e02d31..b1bffafbd035e4f11a8e2f7806326db8e8e6b199
  3355. commit b1bffafbd035e4f11a8e2f7806326db8e8e6b199
  3356. Author: Michael Bestas <mikeioannina@gmail.com>
  3357. Date: Fri May 30 17:48:06 2014 +0300
  3358.  
  3359. Automatic translation import
  3360.  
  3361. Change-Id: Iba7b253bd132b0b85df964289bb179a4c6b3f5cd
  3362.  
  3363. commit 7a32bea737f49df26377f9def60b797057277874
  3364. Author: Michael Bestas <mikeioannina@gmail.com>
  3365. Date: Sun May 25 14:45:41 2014 +0300
  3366.  
  3367. Automatic translation import
  3368.  
  3369. Change-Id: I27d1ce6da94522414e7801556851554dd77e08a7
  3370.  
  3371. commit 4b329053e6a5ba4b1c48fa9ad24d14dce5463696
  3372. Author: Michael Bestas <mikeioannina@gmail.com>
  3373. Date: Wed May 21 01:50:29 2014 +0300
  3374.  
  3375. Automatic translation import
  3376.  
  3377. Change-Id: I8e622662fa84b45e7b7360281d15532c12d460e1
  3378. -----------------------------------------------------------------
  3379. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/BasicSmsReceiver db72bf240ecda2f330345ff39276920b0f8306fa..ebac54c343487e5a16055e7a5de59d3cc7c398fe
  3380. commit ebac54c343487e5a16055e7a5de59d3cc7c398fe
  3381. Author: Michael Bestas <mikeioannina@gmail.com>
  3382. Date: Wed May 21 20:38:05 2014 +0300
  3383.  
  3384. Automatic translation import
  3385.  
  3386. Change-Id: Ibb0f5192c69ebcb6840c15459a5e93456be1eb5c
  3387. -----------------------------------------------------------------
  3388. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Bluetooth 50e3c5aa849d94b5ba24c676554f416343b57efd..15bb907b0a1ccdcec7617778371748bee5f7eeb3
  3389. commit 15bb907b0a1ccdcec7617778371748bee5f7eeb3
  3390. Author: Hamster Tian <th0928@126.com>
  3391. Date: Wed Apr 30 16:13:57 2014 +0200
  3392.  
  3393. [2/3]Bluetooth: add "Accept all files" option for incoming files via Bluetooth
  3394.  
  3395. This patch will let the OBEX server read "Accept all files" option
  3396. before it starts to check mime-type whitelist.
  3397. If not enabled,the check process will go on as usual.
  3398. If enabled,mime-type checking will be skipped.
  3399.  
  3400. Change-Id: I056f88246911da0f47da9043187ff3f959315dce
  3401.  
  3402. commit 83e048a2efe896515bcd5c85565a0f061e28ae48
  3403. Author: Gaurav Asati <gasati@codeaurora.org>
  3404. Date: Fri Feb 14 15:44:10 2014 +0530
  3405.  
  3406. Bluetooth: Set HFP HF stream Volume.
  3407.  
  3408. Update HFP HF stream volume when volume is changed
  3409. on AG or on HFP.
  3410.  
  3411. Change-Id: I4415cc6444d57c221a2bb4f5794328e6dace8f7b
  3412. -----------------------------------------------------------------
  3413. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/BluetoothExt 5336ccc0ee82d2d8950c7d711ae7df47c01c0502..cd2cc28bfc74c48909afb3fd231bb1b4187f46a1
  3414. commit cd2cc28bfc74c48909afb3fd231bb1b4187f46a1
  3415. Author: Michael Bestas <mikeioannina@gmail.com>
  3416. Date: Fri May 30 17:48:13 2014 +0300
  3417.  
  3418. Automatic translation import
  3419.  
  3420. Change-Id: Id737571b1e459e1c346e0db7d37922b5be312535
  3421.  
  3422. commit f4bec0403adae976bf85f7886d287e942ed0dfb7
  3423. Author: Michael Bestas <mikeioannina@gmail.com>
  3424. Date: Sun May 25 14:45:46 2014 +0300
  3425.  
  3426. Automatic translation import
  3427.  
  3428. Change-Id: I5ebe1cda33f16ea764823528af56c161fcadb803
  3429.  
  3430. commit 2235723d487a2d9ebe3852940cc0ae922dd64bc0
  3431. Author: Michael Bestas <mikeioannina@gmail.com>
  3432. Date: Wed May 21 01:50:35 2014 +0300
  3433.  
  3434. Automatic translation import
  3435.  
  3436. Change-Id: I6dbd1589002baf55f2397072bb67af7693cbeaa9
  3437. -----------------------------------------------------------------
  3438. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Browser cdf2e16b02efa590c2609bdf68b5064b41aa60b7..09cc93a92f63e2de75f3dfe8df9e0f969a8c90b7
  3439. commit 09cc93a92f63e2de75f3dfe8df9e0f969a8c90b7
  3440. Author: Michael Bestas <mikeioannina@gmail.com>
  3441. Date: Fri May 30 17:45:34 2014 +0300
  3442.  
  3443. Automatic translation import
  3444.  
  3445. Change-Id: Ia573f2be5e873d9a6b93023f8fbee192e7dc7bda
  3446.  
  3447. commit 250e630d7e88074c89059436f0fd4023da134e88
  3448. Author: Michael Bestas <mikeioannina@gmail.com>
  3449. Date: Sun May 25 14:42:58 2014 +0300
  3450.  
  3451. Automatic translation import
  3452.  
  3453. Change-Id: Ic41386cb51043077ce2bbeb64993d5cd84de0c46
  3454.  
  3455. commit fcd4bd656874441671056930f70b6c8e5e6fdd5a
  3456. Author: Michael Bestas <mikeioannina@gmail.com>
  3457. Date: Wed May 21 20:38:15 2014 +0300
  3458.  
  3459. Automatic translation import
  3460.  
  3461. Change-Id: I726f872619e6640e50abb564209118ec251fe4bb
  3462.  
  3463. commit ad53f7a73bd2ab29c5743e3f8f354a7b4f8381b4
  3464. Author: Michael Bestas <mikeioannina@gmail.com>
  3465. Date: Wed May 21 01:47:16 2014 +0300
  3466.  
  3467. Automatic translation import
  3468.  
  3469. Change-Id: I74ceb10f94c6c0e18104a687779954198a214ac7
  3470.  
  3471. commit 869581f3e9ef454585277390b642937beacdb94b
  3472. Author: Filip Matusiak <filip.matusiak2@sonymobile.com>
  3473. Date: Thu Aug 23 15:05:05 2012 +0200
  3474.  
  3475. Handle DownloadManager expceptions
  3476.  
  3477. Handles illegal state exceptions thrown by DownloadManager
  3478. on two ocassions:
  3479. * the directory sdcard/Downloads is an ordinary file
  3480. * could not create dirctory sdcard/Downloads
  3481.  
  3482. Change will log an error, additionally toast with information
  3483. will pop up.
  3484.  
  3485. Change-Id: If853d3218a188bc77c187362a70697126b90989d
  3486.  
  3487. commit 03b1039da22dfa700d366c3d86aa4e53d8dd71b8
  3488. Author: Sebastien MICHEL <sebastien.michel@intel.com>
  3489. Date: Fri Sep 7 18:22:08 2012 +0200
  3490.  
  3491. Fix Memory leaks on Browser application
  3492.  
  3493. Working on Issue 31125 (http://code.google.com/p/android/issues
  3494. /detail?id=31125):
  3495. * Enhance mTabViews management on NavScreen class (add remove()
  3496. function when necessary).
  3497.  
  3498. Change-Id: I89662880107ae88ead40d5246286d4ab65ed9e75
  3499. Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
  3500. -----------------------------------------------------------------
  3501. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/CMAccount 60307c3886d22ffa95d4394d6cb0d75e31344272..cae3b66dae10c55d1e0f15427d38d9d8f4568930
  3502. commit cae3b66dae10c55d1e0f15427d38d9d8f4568930
  3503. Author: Michael Bestas <mikeioannina@gmail.com>
  3504. Date: Fri May 30 17:47:49 2014 +0300
  3505.  
  3506. Automatic translation import
  3507.  
  3508. Change-Id: Icff75f591fcad5f208775060fa3e14554901dc30
  3509.  
  3510. commit 45f17e2075e35d84648e87ef10f7400ca9bd8eb9
  3511. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  3512. Date: Fri May 30 13:16:32 2014 +0200
  3513.  
  3514. CMAccount: fix new strings
  3515.  
  3516. Change-Id: I159433af6dd6e21d133f1933cad09fa969d25834
  3517.  
  3518. commit f0d888db2c6e2c0da8fde8173afd15430c5779a6
  3519. Merge: c73ffc1 13e7ee0
  3520. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3521. Date: Wed May 28 23:17:39 2014 +0000
  3522.  
  3523. Merge "CMAccount: update holo preview image" into cm-11.0
  3524.  
  3525. commit c73ffc159ca1226d67cc39946a402b582d2dbe31
  3526. Merge: 6c8f6cf 77ca6e8
  3527. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3528. Date: Wed May 28 23:17:02 2014 +0000
  3529.  
  3530. Merge "CMAccount: don't crash when toggling nav keys quickly" into cm-11.0
  3531.  
  3532. commit 6c8f6cf6502c4e130ffe4d1d940bedc35574c452
  3533. Author: Clark Scheff <clark@cyngn.com>
  3534. Date: Wed May 28 02:51:30 2014 -0700
  3535.  
  3536. Wait for theme change before finishing (if applicable)
  3537.  
  3538. Change-Id: Ib691bea891e105c6aff430735bd96d07091b4a02
  3539.  
  3540. commit 77ca6e8a815707580e04d685b3673786ecbcccad
  3541. Author: Roman Birg <roman@cyngn.com>
  3542. Date: Wed May 28 14:04:08 2014 -0700
  3543.  
  3544. CMAccount: don't crash when toggling nav keys quickly
  3545.  
  3546. Same symptom appears in Settings. Avoid the race condition
  3547. by adding a slight delay.
  3548.  
  3549. Change-Id: Ifea43d3281dd49cd8f428d6e7c2bb0a229939186
  3550. Signed-off-by: Roman Birg <roman@cyngn.com>
  3551.  
  3552. commit 13e7ee0964e7a53f2efcb1c910b0430babdd85f2
  3553. Author: Roman Birg <roman@cyngn.com>
  3554. Date: Wed May 28 15:09:43 2014 -0700
  3555.  
  3556. CMAccount: update holo preview image
  3557.  
  3558. Now more closely resembles the hexo preview.
  3559.  
  3560. Change-Id: Iff70a992d1c96e83b3e09b5cf5e53f9ec753c1aa
  3561. Signed-off-by: Roman Birg <roman@cyngn.com>
  3562.  
  3563. commit 4f75e38ebd43282c5f3c658883512b5d60de7137
  3564. Author: Andy Mast <andy@cyngn.com>
  3565. Date: Wed May 28 01:57:17 2014 -0700
  3566.  
  3567. CMAccount: Do not finish twice.
  3568.  
  3569. Clicking the finish button twice will queue a finishSetup call twice which
  3570. causes CM Account to crash
  3571.  
  3572. Change-Id: I43046dd4c7d5de733dab5fe94152ab368a454a6d
  3573.  
  3574. commit 921ed06f8b0ead4bebc7af8680f691839e91db44
  3575. Author: Roman Birg <roman@cyngn.com>
  3576. Date: Thu May 22 16:34:06 2014 -0700
  3577.  
  3578. CMAccount: fix setup wizard crash
  3579.  
  3580. In the case when navigating through
  3581. the setup wizard quickly, sometimes
  3582. CMAccount would crash when trying to
  3583. reinstantiate the personalize
  3584. fragment.
  3585.  
  3586. Change-Id: I1cd0d0cc5fab41b882b26744bdc9614e096c47d1
  3587. Signed-off-by: Roman Birg <roman@cyngn.com>
  3588.  
  3589. commit c1473e03e00512e1f285a3a6e72c08805d73346d
  3590. Author: Michael Bestas <mikeioannina@gmail.com>
  3591. Date: Sat May 24 18:48:42 2014 +0300
  3592.  
  3593. CMAccount: Remove "or" between account buttons
  3594.  
  3595. * Fixes issue described here http://review.cyanogenmod.org/64052
  3596. * Same as google's setup wizard
  3597.  
  3598. Change-Id: I4677f946130edb525e4c7ce49090ad63c06dc1a9
  3599.  
  3600. commit 36383a4991906a984ebfb9f2a99b32fa72fed3af
  3601. Author: Michael Bestas <mikeioannina@gmail.com>
  3602. Date: Sun May 25 14:45:28 2014 +0300
  3603.  
  3604. Automatic translation import
  3605.  
  3606. Change-Id: Id42708d7901f0c02f020c791ef724ad887c09547
  3607.  
  3608. commit d973debac788a2c03b8036f802a1939332d4a3cd
  3609. Author: black <blackzigong@gmail.com>
  3610. Date: Wed May 14 19:23:35 2014 -0700
  3611.  
  3612. CMAccount: Update strings
  3613.  
  3614. ps2: -recreate Google set up screen
  3615. -change Look -> theme
  3616.  
  3617. Change-Id: Ib98cc858119846a85854219c019b901f603383a0
  3618.  
  3619. commit 91b07ae59e35b95ae857eb6785457089cf9d073a
  3620. Author: Roman Birg <roman@cyngn.com>
  3621. Date: Thu May 22 12:37:11 2014 -0700
  3622.  
  3623. CMAccount: add Play Services version
  3624.  
  3625. New Play Services update requires the
  3626. version be included in AndroidManifest.xml
  3627.  
  3628. Change-Id: I142afee14058aaf3f618fad35b02c6387dff1985
  3629. Signed-off-by: Roman Birg <roman@cyngn.com>
  3630.  
  3631. commit 27a3071de4348efabb29276fdd0b16296eaaae7a
  3632. Author: Roman Birg <roman@cyngn.com>
  3633. Date: Wed May 21 02:27:04 2014 -0700
  3634.  
  3635. CMAccount: refactor privacy page to personalization
  3636.  
  3637. * hide personalization page if no settings available
  3638. * hide whisperpush setting if no sim detected
  3639. * show default theme switch if one is available
  3640. * if KeyDisabler is supported, display option to enable
  3641. on-screen keys
  3642. * hide whisperpush setting if google play services
  3643. version needs to be updated first
  3644.  
  3645. Change-Id: Ibced7befb8b79b3364153eeb920a680e1bea360a
  3646. Signed-off-by: Roman Birg <roman@cyngn.com>
  3647.  
  3648. commit 7a87602aae5c11d599d20aafd720b7d1b230cd62
  3649. Author: Michael Bestas <mikeioannina@gmail.com>
  3650. Date: Wed May 21 01:50:15 2014 +0300
  3651.  
  3652. Automatic translation import
  3653.  
  3654. Change-Id: I2a558731f8e6a1c92c3fea2a5dbce7ea2d5724c2
  3655.  
  3656. commit 74c60260dc1410a054fe1c1a7c81183b1baedc8b
  3657. Author: Danesh M <daneshm90@gmail.com>
  3658. Date: Thu May 15 15:36:54 2014 -0700
  3659.  
  3660. CMAccount : Fix terms of service
  3661.  
  3662. Don't allow webview to load redirects via external applications.
  3663. Use updated terms of service and privacy policy URLs.
  3664.  
  3665. Change-Id: Ib92a86019aa7aff5cf3a2393d8c76eb3376c9571
  3666. -----------------------------------------------------------------
  3667. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/CMFileManager 4eb485aef584d27e2585e69c48400975fcc0d3e7..51389c5ba7cb09a9f13a435d6886135613c3fd41
  3668. commit 51389c5ba7cb09a9f13a435d6886135613c3fd41
  3669. Author: Michael Bestas <mikeioannina@gmail.com>
  3670. Date: Fri May 30 17:47:36 2014 +0300
  3671.  
  3672. Automatic translation import
  3673.  
  3674. Change-Id: I2a32e66bf1ec93e23d89849c560654ff301be2db
  3675.  
  3676. commit ff0f90f8a52a940863c8abc838f77f4f35d26b91
  3677. Author: Michael Bestas <mikeioannina@gmail.com>
  3678. Date: Sun May 25 14:45:19 2014 +0300
  3679.  
  3680. Automatic translation import
  3681.  
  3682. Change-Id: Ic0f72dff66e0de7e70552cfb60b06412038bf7bd
  3683.  
  3684. commit 20961aec2eb31ee11397eee2f7bfcfac529acd1b
  3685. Author: Michael Bestas <mikeioannina@gmail.com>
  3686. Date: Wed May 21 01:50:03 2014 +0300
  3687.  
  3688. Automatic translation import
  3689.  
  3690. Change-Id: Icd2f93c43ffb863b0f3334fafc8f8d91037e56d0
  3691. -----------------------------------------------------------------
  3692. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/CMUpdater c082b59598f52ea2e52bff173bf78c1877ac35be..6de706adbb60a9356d381d94ef86ab75a1655016
  3693. commit 6de706adbb60a9356d381d94ef86ab75a1655016
  3694. Author: Michael Bestas <mikeioannina@gmail.com>
  3695. Date: Fri May 30 17:47:42 2014 +0300
  3696.  
  3697. Automatic translation import
  3698.  
  3699. Change-Id: Ia8b7c472c822f2996ea5141987a3bb6feef44f92
  3700.  
  3701. commit 63b178cd1ccd361f8620e412f3fca197d5cd146e
  3702. Author: Michael Bestas <mikeioannina@gmail.com>
  3703. Date: Sun May 25 14:45:23 2014 +0300
  3704.  
  3705. Automatic translation import
  3706.  
  3707. Change-Id: Ib04ad1058355ee6b62643dbc0d19a316f99c1b07
  3708.  
  3709. commit 3c84e588c0c7ed9ea2d9391f13811ad444d79a88
  3710. Author: Michael Bestas <mikeioannina@gmail.com>
  3711. Date: Wed May 21 01:50:10 2014 +0300
  3712.  
  3713. Automatic translation import
  3714.  
  3715. Change-Id: I52bb56620ff080bba98d6fff51078ca212ccb4f8
  3716. -----------------------------------------------------------------
  3717. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/CMWallpapers e2a09c2e9410638741ce198d6e050ec1a12abafa..0c7856047648991f5bded577e1e2ed46f41065c7
  3718. commit 0c7856047648991f5bded577e1e2ed46f41065c7
  3719. Author: Michael Bestas <mikeioannina@gmail.com>
  3720. Date: Fri May 30 17:48:01 2014 +0300
  3721.  
  3722. Automatic translation import
  3723.  
  3724. Change-Id: I64a7b9f453aac84fb2f0677910fc55e081e84cfb
  3725.  
  3726. commit 249ed26fd25ab84b3dd02b4fbbb8d7dd6ab0baf6
  3727. Merge: 2c482ed 1ee043f
  3728. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3729. Date: Thu May 29 23:39:09 2014 +0000
  3730.  
  3731. Merge "CMWallpapers : Auto-scale/crop wallpapers" into cm-11.0
  3732.  
  3733. commit 2c482eda6a2de53f9c2afad0b1aef8dc67c04f73
  3734. Author: Michael Bestas <mikeioannina@gmail.com>
  3735. Date: Sun May 25 14:45:37 2014 +0300
  3736.  
  3737. Automatic translation import
  3738.  
  3739. Change-Id: I1bd68a1d7c38a4a471ab3c17bb33e35aa991ca4c
  3740.  
  3741. commit 1ee043fed66867113df0e596dd45a3eb2822ae5c
  3742. Author: Danesh M <daneshm90@gmail.com>
  3743. Date: Thu May 22 15:34:40 2014 -0700
  3744.  
  3745. CMWallpapers : Auto-scale/crop wallpapers
  3746.  
  3747. Change-Id: Ic7517fe472df02dca8a3287f5d51d72544ccd95f
  3748.  
  3749. commit 1eaa2abb3f458f1ece8b89b444370ad60e190417
  3750. Author: henry j. mason <henry@cyngn.com>
  3751. Date: Wed May 21 18:19:11 2014 -0700
  3752.  
  3753. New abstract wallpapers from Asher and Shane
  3754.  
  3755. Some of the larger (in terms of file size) wallpapers have been retired.
  3756.  
  3757. Change-Id: If9a78a2f0519565d4092ef78b9dd18fc99155752
  3758.  
  3759. commit d410bb57109c040edf4512526fae7bd62e9d77b8
  3760. Author: Michael Bestas <mikeioannina@gmail.com>
  3761. Date: Wed May 21 01:50:25 2014 +0300
  3762.  
  3763. Automatic translation import
  3764.  
  3765. Change-Id: Idbfdf487c116a6d720e3fd9d29a62e8df8f5d046
  3766.  
  3767. commit 3da89bb24d6cf00ffcb704fe18d5a4d497db8af0
  3768. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3769. Date: Sun May 11 14:04:04 2014 -0700
  3770.  
  3771. Fix Spelling of Contributor name
  3772.  
  3773. Mathew vs Matthew
  3774.  
  3775. Change-Id: I06326ebfc6dffd3788fa012ac183b4accf447eb7
  3776. -----------------------------------------------------------------
  3777. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Calculator 2e4669cfc77ebe6e39fa801ae3bc4d40abf52b1d..d2cd5b7613bbced2641136ed7aad0f7b99479dc6
  3778. commit d2cd5b7613bbced2641136ed7aad0f7b99479dc6
  3779. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  3780. Date: Mon Jun 2 13:36:26 2014 +0100
  3781.  
  3782. Tie decimal and grouping separators to the locale
  3783.  
  3784. Fix parsing breakage when misconfigured local translations make
  3785. both symbols the same. (which blocks decimal separators entirely)
  3786.  
  3787. Change-Id: I60b9dd3d0f577f688decaac45fe1290264efaf87
  3788.  
  3789. commit 04f7a95c0a38d4810e191db27d0fd2a21156ca94
  3790. Author: Michael Bestas <mikeioannina@gmail.com>
  3791. Date: Fri May 30 17:45:40 2014 +0300
  3792.  
  3793. Automatic translation import
  3794.  
  3795. Change-Id: Idfc5224a0e3633a57ded1cd5f44061691aa78eb3
  3796.  
  3797. commit 715e0fbcc4712d4b90b95fb523423615bbeab8dc
  3798. Author: Xlythe <xlythe@gmail.com>
  3799. Date: Wed Apr 16 00:00:25 2014 -0400
  3800.  
  3801. Calculator: New Features Part 6
  3802.  
  3803. - Floating Calculator
  3804. - Google Glass support
  3805. - Graphs rewritten from scratch to support equations such as circles
  3806. - Panels can be rearranged
  3807. - Infinite scrolling option
  3808. - Details in top left. Quick toggle for Radians/Degrees
  3809. - Button vibration option
  3810. - Widget UI updated to match stock apps
  3811. - Settings cleaned up
  3812. - Code cleanup
  3813.  
  3814. Change-Id: Id096d35b854833044f7168e7a16cd95f8ef8bbd1
  3815.  
  3816. commit c26db2ca1b2f99a64473e2b3329997ff8b48e5ff
  3817. Author: Michael Bestas <mikeioannina@gmail.com>
  3818. Date: Sun May 25 14:43:06 2014 +0300
  3819.  
  3820. Automatic translation import
  3821.  
  3822. Change-Id: Ic0aa5931d384ed20c2246795a8adb452059ba7d9
  3823.  
  3824. commit 728e692c15f1e5dd24f389588e1c454650231d7a
  3825. Author: Michael Bestas <mikeioannina@gmail.com>
  3826. Date: Wed May 21 20:38:20 2014 +0300
  3827.  
  3828. Automatic translation import
  3829.  
  3830. Change-Id: I6f47fcd2246afcf38e6392520161a65f7c9a99f8
  3831.  
  3832. commit 598924e59df55852d52f3b1472a88d656030fa6a
  3833. Author: Michael Bestas <mikeioannina@gmail.com>
  3834. Date: Wed May 21 01:47:25 2014 +0300
  3835.  
  3836. Automatic translation import
  3837.  
  3838. Change-Id: Ia9bbe23b34fd0c0408f18c2c8a3218e37ba316d6
  3839. -----------------------------------------------------------------
  3840. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Calendar ee65470d52f865add1c1ab300fe0b8256a794142..b28d474409c6daabae056f85864691a68caf0b43
  3841. commit b28d474409c6daabae056f85864691a68caf0b43
  3842. Author: Michael Bestas <mikeioannina@gmail.com>
  3843. Date: Fri May 30 17:45:46 2014 +0300
  3844.  
  3845. Automatic translation import
  3846.  
  3847. Change-Id: I1a89c61d4e0a5685751cde8f6a0c94ee21f88f6f
  3848.  
  3849. commit db3fddc5ca78e95b67354a34770e25946ad62da5
  3850. Author: Michael Bestas <mikeioannina@gmail.com>
  3851. Date: Sun May 25 14:43:11 2014 +0300
  3852.  
  3853. Automatic translation import
  3854.  
  3855. Change-Id: If392da5ebfaff7197115f939e75bd8103343902d
  3856.  
  3857. commit 13f4ca1356c3e5d1d850d7ed4c7dedc6bb9528ec
  3858. Author: Michael Bestas <mikeioannina@gmail.com>
  3859. Date: Wed May 21 20:38:26 2014 +0300
  3860.  
  3861. Automatic translation import
  3862.  
  3863. Change-Id: I1fa3ff902dfa05f7f0df528a19618068e0514598
  3864.  
  3865. commit 1b365c575ffdcd6d6a29ac098ca260acdb170ba9
  3866. Author: Michael Bestas <mikeioannina@gmail.com>
  3867. Date: Wed May 21 01:47:31 2014 +0300
  3868.  
  3869. Automatic translation import
  3870.  
  3871. Change-Id: I66ffe81d2fdaa22eeacf7efdf9d244ab037151e4
  3872. -----------------------------------------------------------------
  3873. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Camera2 3e27a1f9c36c242a1c0dd59460439d46c7542550..465a35d78bf388faad7be42c1e5c707060c0bba2
  3874. commit 465a35d78bf388faad7be42c1e5c707060c0bba2
  3875. Author: Michael Bestas <mikeioannina@gmail.com>
  3876. Date: Fri May 30 20:35:09 2014 +0300
  3877.  
  3878. Underp translations
  3879.  
  3880. We should find a better method for these duplicate Camera2/CameraNext strings
  3881. right now it's a huge mess
  3882.  
  3883. Still left to fix: th,tr,uk,zh-rCN,zh-rHK,zh-rTW
  3884.  
  3885. Change-Id: I30be77176a6b38e2f2d3710df278ba4dab293aac
  3886.  
  3887. commit 094e6206594a65f98bd104be7d8d3f98aa336c63
  3888. Author: Michael Bestas <mikeioannina@gmail.com>
  3889. Date: Fri May 30 17:45:52 2014 +0300
  3890.  
  3891. Automatic translation import
  3892.  
  3893. Change-Id: I138921744c866d189df164ccff99bbeeb02c7834
  3894.  
  3895. commit db9a71c3b382e4d0ccef677dec388eff2d5528df
  3896. Author: Michael Bestas <mikeioannina@gmail.com>
  3897. Date: Sun May 25 14:43:16 2014 +0300
  3898.  
  3899. Automatic translation import
  3900.  
  3901. Change-Id: Ifeb5afea49d4dbc7c1f8081e70b2dcfc08cd9913
  3902.  
  3903. commit d65f1a5f78570023996a66802cb93ef113046220
  3904. Author: Michael Bestas <mikeioannina@gmail.com>
  3905. Date: Wed May 21 20:38:31 2014 +0300
  3906.  
  3907. Automatic translation import
  3908.  
  3909. Change-Id: I71db9ceeaaae98f8694ebee177d9f1ecd477fe39
  3910.  
  3911. commit 1b7b5a5a9a57672323a456ff660e541a1f598878
  3912. Author: Michael Bestas <mikeioannina@gmail.com>
  3913. Date: Wed May 21 01:47:37 2014 +0300
  3914.  
  3915. Automatic translation import
  3916.  
  3917. Change-Id: Ia44f2b32ee8f174c1a5c96b7b76115e707e2bf26
  3918.  
  3919. commit 71c944608dffd06404bed0bdcfe0ee7dc58d413a
  3920. Author: Gaoxiang Chen <gaochen@codeaurora.org>
  3921. Date: Wed Apr 16 15:15:05 2014 +0800
  3922.  
  3923. Camera2: Fix camera application memory leak
  3924.  
  3925. This change fix potential memory leak of camera application
  3926. when swith between camera and panorama:
  3927.  
  3928. 1. free allocated frames in jni/Mosaic
  3929. 2. use application context instead of acitivity context
  3930. 3. clear disappearing children of ViewGroup explicitly
  3931. 4. remove IdleHandler during camera exit
  3932.  
  3933. CRs-fixed: 622518
  3934. Change-Id: I2583709489ab2cf1fc20865fe7d2a8f56f2763c9
  3935.  
  3936. commit 6d8899b16240c064a1fcd372f7107ccd836c75de
  3937. Merge: 6d84132 f7153ad
  3938. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  3939. Date: Tue May 13 20:46:47 2014 +0000
  3940.  
  3941. Merge "camera2: fix pref_camera_picturesize_entryvalues values order" into cm-11.0
  3942.  
  3943. commit f7153ad7a57bec6fbc0be7da8d23443e71cf928a
  3944. Author: Hashcode <hashcode0f@gmail.com>
  3945. Date: Mon May 12 21:29:17 2014 -0700
  3946.  
  3947. camera2: fix pref_camera_picturesize_entryvalues values order
  3948.  
  3949. The value for 1024x768 is out of order in the
  3950. pref_camera_picturesize_entryvalues array.
  3951.  
  3952. On the Kindle Fire HD, this causes Camera2 to select a picture size
  3953. of 1024x768 instead of the max supported resolution of 1280x720.
  3954.  
  3955. Change-Id: If15a3d6d20679f691e61d80288e9e47c8f8f5937
  3956.  
  3957. commit 6d841325c09705aec8f75743dd8c1d0e3d317810
  3958. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  3959. Date: Mon May 12 21:05:58 2014 +0200
  3960.  
  3961. make settings menu themable
  3962.  
  3963. Move colors to resources and use them instead.
  3964.  
  3965. Change-Id: If43440bf7bf6dbed360621a0313f8624fe663552
  3966. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  3967.  
  3968. commit f9a57df91c4af610d16d30a14439d4b022406959
  3969. Author: Michael Bestas <mikeioannina@gmail.com>
  3970. Date: Sat May 10 18:54:49 2014 +0300
  3971.  
  3972. Camera2: Use consistent translations for megapixels
  3973.  
  3974. Change-Id: If12826cd6a4c11f4b5ccdcd2d7a8166914276da8
  3975. -----------------------------------------------------------------
  3976. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/CellBroadcastReceiver 1408a3a3336c872c64cb058f3d0cf317d2267638..0b98b3b8be2cd8dd6cab5dc931343f622b984057
  3977. commit 0b98b3b8be2cd8dd6cab5dc931343f622b984057
  3978. Author: Michael Bestas <mikeioannina@gmail.com>
  3979. Date: Wed May 21 20:38:36 2014 +0300
  3980.  
  3981. Automatic translation import
  3982.  
  3983. Change-Id: Ib07977102e1fe186bff31b812401e267f32507a6
  3984. -----------------------------------------------------------------
  3985. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/CertInstaller 3a75ff8ea1c39d96e6162f633fc58fe8e7c09bd4..04c43e6ed43119dfea7946c4d2bd31a232c686fd
  3986. commit 04c43e6ed43119dfea7946c4d2bd31a232c686fd
  3987. Author: Michael Bestas <mikeioannina@gmail.com>
  3988. Date: Wed May 21 20:38:40 2014 +0300
  3989.  
  3990. Automatic translation import
  3991.  
  3992. Change-Id: Ibddc65c27f80897b476494fec2f0478a496d9489
  3993. -----------------------------------------------------------------
  3994. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Compass2 33f893afa08d4d664db4e21ced9209b905134372..bb445a2d047d4ee44fb3d0effdfa805d8b581d20
  3995. commit bb445a2d047d4ee44fb3d0effdfa805d8b581d20
  3996. Author: sssemil <suleymanovemil8@gmail.com>
  3997. Date: Mon May 19 13:33:11 2014 +0500
  3998.  
  3999. Return Slovak translation(forgot to merge folders before)
  4000.  
  4001. commit c6bd674c88cf6ca81650f9b231de5171c7bac8fc
  4002. Author: sssemil <suleymanovemil8@gmail.com>
  4003. Date: Wed May 14 19:15:41 2014 +0500
  4004.  
  4005. v1.3.1
  4006.  
  4007. commit dcc73c7703def5c9deb27beb3c41eb16deef4c18
  4008. Author: sssemil <suleymanovemil8@gmail.com>
  4009. Date: Mon May 12 12:44:53 2014 +0500
  4010.  
  4011. v1.2
  4012. -----------------------------------------------------------------
  4013. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Contacts ed54a467cf68878bd1edfbcc72bafa96719e7605..224a3201e4d8c6b68335f8d7f581d7afeb19b084
  4014. commit 224a3201e4d8c6b68335f8d7f581d7afeb19b084
  4015. Author: Michael Bestas <mikeioannina@gmail.com>
  4016. Date: Sun May 25 14:43:28 2014 +0300
  4017.  
  4018. Automatic translation import
  4019.  
  4020. Change-Id: If5e37a4c74637184372bc279c434df4ecb2e2d51
  4021.  
  4022. commit f6f5c22fc4c4e738392af8c4ec9d4b1affadf80d
  4023. Author: Michael Bestas <mikeioannina@gmail.com>
  4024. Date: Wed May 21 20:38:44 2014 +0300
  4025.  
  4026. Automatic translation import
  4027.  
  4028. Change-Id: Icb1b75e5bf4b1e5ebfaf42dfb07cdcc5008a71b9
  4029.  
  4030. commit 611081b3a5ff2d5c76f3d44c9d5d0eb24f689440
  4031. Author: Michael Bestas <mikeioannina@gmail.com>
  4032. Date: Wed May 21 01:47:51 2014 +0300
  4033.  
  4034. Automatic translation import
  4035.  
  4036. Change-Id: Id840f0396ee86e577d7a5f43a19d5848386bbf5e
  4037. -----------------------------------------------------------------
  4038. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/ContactsCommon 5c1ea128cb266f76fc0cdfbfa9716f879a7e92fb..5488fc46ee059b0619f26d60c50e2bbec2135e9f
  4039. commit 5488fc46ee059b0619f26d60c50e2bbec2135e9f
  4040. Author: Michael Bestas <mikeioannina@gmail.com>
  4041. Date: Sun May 25 14:43:32 2014 +0300
  4042.  
  4043. Automatic translation import
  4044.  
  4045. Change-Id: Ib8274ab73140210235fc8a374357091632170f39
  4046.  
  4047. commit b5e2bbf881ff1bf49a5b3fd22b5bc66323a033ea
  4048. Author: Michael Bestas <mikeioannina@gmail.com>
  4049. Date: Wed May 21 20:38:48 2014 +0300
  4050.  
  4051. Automatic translation import
  4052.  
  4053. Change-Id: Ia4de2c2eb8d7702806b930c61e08400b7d493282
  4054.  
  4055. commit 638d3a6e44af812395171bae41d7af7854f511ca
  4056. Author: Michael Bestas <mikeioannina@gmail.com>
  4057. Date: Wed May 21 01:47:56 2014 +0300
  4058.  
  4059. Automatic translation import
  4060.  
  4061. Change-Id: I20f31d41fdc4d74d01ec9c83f3d8e2d7dcad4fe0
  4062. -----------------------------------------------------------------
  4063. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/DSPManager 5f7d09fa54dd464ceb64ee39be1c4fe472de0b49..f5fd906b8e5ffd04675f0ff41199f54639142ac5
  4064. commit f5fd906b8e5ffd04675f0ff41199f54639142ac5
  4065. Author: Michael Bestas <mikeioannina@gmail.com>
  4066. Date: Fri May 30 17:48:18 2014 +0300
  4067.  
  4068. Automatic translation import
  4069.  
  4070. Change-Id: Icf523807b72f2cab87b60d4fe3dd9ce6dbe8ebd0
  4071.  
  4072. commit 7f74b553d1ea738c532de7ecc47cc5d3f61a51a0
  4073. Author: Michael Bestas <mikeioannina@gmail.com>
  4074. Date: Sun May 25 14:45:50 2014 +0300
  4075.  
  4076. Automatic translation import
  4077.  
  4078. Change-Id: I22085b499a409f5f2efc8772d0dd1d48b9781638
  4079.  
  4080. commit 0b8509b0aaa62bd792396feed86796e2cd7e0d3e
  4081. Author: Michael Bestas <mikeioannina@gmail.com>
  4082. Date: Wed May 21 01:50:40 2014 +0300
  4083.  
  4084. Automatic translation import
  4085.  
  4086. Change-Id: I925716ae7a1cb19aaec6dc44b0ddba937cc6dc21
  4087. -----------------------------------------------------------------
  4088. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/DeskClock 806a28d0e3a352fb973282dcf71c68b444adc90e..cf932365332cba04f1bbe2706ac54a48be6153c6
  4089. commit cf932365332cba04f1bbe2706ac54a48be6153c6
  4090. Author: Michael Bestas <mikeioannina@gmail.com>
  4091. Date: Fri May 30 17:46:06 2014 +0300
  4092.  
  4093. Automatic translation import
  4094.  
  4095. Change-Id: I58e091d8ce0d27720f3eac6c96557ed7e0fcc8e3
  4096.  
  4097. commit 47255e4cad43638b7e0a7ffa9a3167061445476d
  4098. Author: Vladimir Vainer <str3l0k@gmail.com>
  4099. Date: Sun May 11 18:36:09 2014 +0300
  4100.  
  4101. Alarm: Show a warning toast when alarm volume is set to silent
  4102.  
  4103. Change-Id: I97edae55351101046def5058a2459ab88edf2d0d
  4104.  
  4105. commit ef56f3e9c5b7767a0314385a335fe3d3e19451dc
  4106. Author: Michael Bestas <mikeioannina@gmail.com>
  4107. Date: Sun May 25 14:43:36 2014 +0300
  4108.  
  4109. Automatic translation import
  4110.  
  4111. Change-Id: I33dba6f206199ae7f044b29bb429631002e712ab
  4112.  
  4113. commit ee6e33866f3659abfab9d041ed3abe3bb73d0c7e
  4114. Author: Michael Bestas <mikeioannina@gmail.com>
  4115. Date: Wed May 21 20:38:52 2014 +0300
  4116.  
  4117. Automatic translation import
  4118.  
  4119. Change-Id: Ic6efc48ae2ef9023ab9a2cd4f0650ae15130a913
  4120.  
  4121. commit 2e68c135f5b4b212415f0a5894d196914fa7533e
  4122. Author: Michael Bestas <mikeioannina@gmail.com>
  4123. Date: Wed May 21 01:48:01 2014 +0300
  4124.  
  4125. Automatic translation import
  4126.  
  4127. Change-Id: I3fa56f5f124c58f1e292799243c1943afc63d746
  4128. -----------------------------------------------------------------
  4129. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Dialer 8a57359a00b4e2747560e2474a35cc6cba2c6660..6b0cb5680297460272ea6df0cf04662a66b92da1
  4130. commit 6b0cb5680297460272ea6df0cf04662a66b92da1
  4131. Author: Michael Bestas <mikeioannina@gmail.com>
  4132. Date: Fri May 30 17:46:12 2014 +0300
  4133.  
  4134. Automatic translation import
  4135.  
  4136. Change-Id: I2a2f51fbce9323dce9be68be43d9633dce81ff43
  4137.  
  4138. commit 6c14630f61e4f3e2b4a1f66d1b429c94197a92e9
  4139. Author: Michael Bestas <mikeioannina@gmail.com>
  4140. Date: Sun May 25 14:43:42 2014 +0300
  4141.  
  4142. Automatic translation import
  4143.  
  4144. Change-Id: I818b78557e6efcae6464f39368b0ee544b583704
  4145.  
  4146. commit b41c5be65f046ea40d34270d131cf60ad14c384c
  4147. Author: Michael Bestas <mikeioannina@gmail.com>
  4148. Date: Wed May 21 20:38:58 2014 +0300
  4149.  
  4150. Automatic translation import
  4151.  
  4152. Change-Id: Iaccaf1b692a74431031b0f8c2fee2e40b1b6e820
  4153.  
  4154. commit e094472b306aedd4a97f6616a1a4a2c5ee0c3ddd
  4155. Author: Michael Bestas <mikeioannina@gmail.com>
  4156. Date: Wed May 21 01:48:08 2014 +0300
  4157.  
  4158. Automatic translation import
  4159.  
  4160. Change-Id: Ia1b62b2bcc0e6cbc436a43f32aea117a31d815f0
  4161. -----------------------------------------------------------------
  4162. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Email f58bee19968f2e4d9e504a7bbc64a32218ef360f..5e7e14a4f4639f367c25d6183c0afcd1207e4390
  4163. commit 5e7e14a4f4639f367c25d6183c0afcd1207e4390
  4164. Author: Michael Bestas <mikeioannina@gmail.com>
  4165. Date: Fri May 30 17:46:17 2014 +0300
  4166.  
  4167. Automatic translation import
  4168.  
  4169. Change-Id: Ieb4c8b1e12cd4bf7ae1a074373b354cd6456b9d5
  4170.  
  4171. commit 2c636da125c2c6b07612cfa5515850e3945c37dc
  4172. Author: Michael Bestas <mikeioannina@gmail.com>
  4173. Date: Sun May 25 14:43:47 2014 +0300
  4174.  
  4175. Automatic translation import
  4176.  
  4177. Change-Id: I07d835f04f71d1f4fc9b4f7e6849a9ff4dac3b97
  4178.  
  4179. commit 2a3ba38275f11209e680155e570b52a4c3ced202
  4180. Author: Michael Bestas <mikeioannina@gmail.com>
  4181. Date: Wed May 21 20:39:02 2014 +0300
  4182.  
  4183. Automatic translation import
  4184.  
  4185. Change-Id: I6cd47e5eb5e97633c886f0feaa7c1d06ea006932
  4186.  
  4187. commit bb8c39f8a097833e52a016ec212921c24182898a
  4188. Author: Michael Bestas <mikeioannina@gmail.com>
  4189. Date: Wed May 21 01:48:14 2014 +0300
  4190.  
  4191. Automatic translation import
  4192.  
  4193. Change-Id: I910fbdc44f03b115fc5df2e4cef2291e3e1bdc0d
  4194.  
  4195. commit 01d584a971b23caf282b15ed68b4b41aed49ac87
  4196. Author: Flamefire <alex@grundis.de>
  4197. Date: Wed May 14 11:25:19 2014 +0200
  4198.  
  4199. Fix leaking a cursor
  4200.  
  4201. Change-Id: I1953ea995e83eb4f787f28b0fd510805e4ffc6eb
  4202. -----------------------------------------------------------------
  4203. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Exchange 44f004f26ca4f534a076d5ead3b72a68c66d8f0a..da409cc85a1c90baf7fe897708094b4a0d3fed3c
  4204. commit da409cc85a1c90baf7fe897708094b4a0d3fed3c
  4205. Author: Michael Bestas <mikeioannina@gmail.com>
  4206. Date: Wed May 21 20:39:07 2014 +0300
  4207.  
  4208. Automatic translation import
  4209.  
  4210. Change-Id: I3ee7f978b229fbb8ddb520c157a1a06a8d21c83b
  4211. -----------------------------------------------------------------
  4212. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Gallery2 fa0e433185b50788e4dcb6641d84ba1526b7b084..dc9c9278de24673e7c7bcabf0a9a4af0c3f55684
  4213. commit dc9c9278de24673e7c7bcabf0a9a4af0c3f55684
  4214. Author: Michael Bestas <mikeioannina@gmail.com>
  4215. Date: Sun May 25 14:49:18 2014 +0300
  4216.  
  4217. Automatic translation import
  4218.  
  4219. Change-Id: I8f90f703c5889bc955c1f13448cdd5905019efd4
  4220.  
  4221. commit 3eba292daa7329d0048546e712fc4d45db518eed
  4222. Author: Michael Bestas <mikeioannina@gmail.com>
  4223. Date: Wed May 21 20:39:11 2014 +0300
  4224.  
  4225. Automatic translation import
  4226.  
  4227. Change-Id: Ib2b8a67178df74dd3178113aabc83542054dea0b
  4228. -----------------------------------------------------------------
  4229. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/HTMLViewer 1b2b7db68e3118e5632197591391686005b33ae0..8184f5dad5dc9d4bc3574d99f21399f104d076fb
  4230. commit 8184f5dad5dc9d4bc3574d99f21399f104d076fb
  4231. Author: Michael Bestas <mikeioannina@gmail.com>
  4232. Date: Wed May 21 20:39:17 2014 +0300
  4233.  
  4234. Automatic translation import
  4235.  
  4236. Change-Id: If8c11e70f0ad51d835bad001e90648c5540e9749
  4237. -----------------------------------------------------------------
  4238. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/InCallUI f46c62424361ba5aced620433baefb12ee4bf2d4..b9e308e8e8d4ae26b1ea91f428bb03c1ba7dc773
  4239. commit b9e308e8e8d4ae26b1ea91f428bb03c1ba7dc773
  4240. Author: Jorge Ruesga <jorge@ruesga.com>
  4241. Date: Mon Jun 2 02:54:51 2014 +0200
  4242.  
  4243. incallui: fix callbuttons xxhdpi images
  4244.  
  4245. Fix addParticipant and modifyCall images to properly fit in xxhdpi resolutions
  4246.  
  4247. Change-Id: I9f1ff0517a86a25660295f1302d0d20e2482fd12
  4248. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  4249.  
  4250. commit 4668604c30e097fe480c59081c69228f5ecefbd5
  4251. Author: Michael Bestas <mikeioannina@gmail.com>
  4252. Date: Fri May 30 17:46:22 2014 +0300
  4253.  
  4254. Automatic translation import
  4255.  
  4256. Change-Id: I10cf9e2705c0d4aa3c9bc1a3293916a1f940e378
  4257.  
  4258. commit 82ed2ae83764623f53cf6ae62472e8f87beab26d
  4259. Author: Michael Bestas <mikeioannina@gmail.com>
  4260. Date: Sun May 25 14:43:51 2014 +0300
  4261.  
  4262. Automatic translation import
  4263.  
  4264. Change-Id: I8f0d9260fcb0d86eea63a1c6439fbedac03f1f26
  4265.  
  4266. commit 392ad1fb684edf18e329000d0cab0f3a1a9e5496
  4267. Author: Michael Bestas <mikeioannina@gmail.com>
  4268. Date: Wed May 21 20:39:21 2014 +0300
  4269.  
  4270. Automatic translation import
  4271.  
  4272. Change-Id: I1ccdd8471c4fa20f917c9184fe40338049a374d4
  4273.  
  4274. commit 7ed0354d08937a75176511b6047bf2a684893abf
  4275. Author: Michael Bestas <mikeioannina@gmail.com>
  4276. Date: Wed May 21 01:48:19 2014 +0300
  4277.  
  4278. Automatic translation import
  4279.  
  4280. Change-Id: I8cc3bb514f7981129a7b39900f063b579e22ee10
  4281.  
  4282. commit 843d5f42568fac41f18ae701cacaa0b288bb8bd4
  4283. Author: Michael Bestas <mikeioannina@gmail.com>
  4284. Date: Sun May 11 23:31:09 2014 +0000
  4285.  
  4286. Revert "Underp the dialpad buttons"
  4287.  
  4288. This reverts commit f46c62424361ba5aced620433baefb12ee4bf2d4.
  4289.  
  4290. Change-Id: I2e875a0ae86495ae14fef4bbc292ec80883e8914
  4291. -----------------------------------------------------------------
  4292. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/KeyChain 4458ed2bf60b05d7de96aec46a50153eac32a24b..ca0698107400ccda88e48e0f526a1cd3c1c0e488
  4293. commit ca0698107400ccda88e48e0f526a1cd3c1c0e488
  4294. Author: Michael Bestas <mikeioannina@gmail.com>
  4295. Date: Wed May 21 20:39:26 2014 +0300
  4296.  
  4297. Automatic translation import
  4298.  
  4299. Change-Id: Ib8bc1018099623247fe6ef70c9ce668d1cb517ba
  4300. -----------------------------------------------------------------
  4301. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/LockClock 9aab0bb39e15761254f8ed2fc6897e87ef9e2c1a..8623963c7d36dc286404604caad22264584c1e90
  4302. commit 8623963c7d36dc286404604caad22264584c1e90
  4303. Author: Michael Bestas <mikeioannina@gmail.com>
  4304. Date: Fri May 30 17:48:30 2014 +0300
  4305.  
  4306. Automatic translation import
  4307.  
  4308. Change-Id: I68d3ff630d0b82ad8ad9c7d74bbcc748d81320ed
  4309.  
  4310. commit de94e655122a5a9245db90a7d0f8b09d217bab1d
  4311. Merge: c5a4398 55a2692
  4312. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4313. Date: Wed May 28 23:17:31 2014 +0000
  4314.  
  4315. Merge "LockClock: remove unused BroadcastReceiver" into cm-11.0
  4316.  
  4317. commit 55a2692643e141f3d6e58b024c400b753802563b
  4318. Author: Roman Birg <roman@cyngn.com>
  4319. Date: Wed May 28 15:01:24 2014 -0700
  4320.  
  4321. LockClock: remove unused BroadcastReceiver
  4322.  
  4323. The reciver manifest tag was mispelled, so the
  4324. receiver never worked either way. The content provider
  4325. properly triggers an udpate so this class is not needed.
  4326.  
  4327. Change-Id: I113cc3fe5461475e365df9b5b3f8d70cae594e84
  4328. Signed-off-by: Roman Birg <roman@cyngn.com>
  4329.  
  4330. commit c5a4398fae1116f0db5a6fe2b3a36fb74c4b723d
  4331. Author: Roman Birg <roman@cyngn.com>
  4332. Date: Wed May 28 14:56:47 2014 -0700
  4333.  
  4334. LockClock: do not use GPS if Play Services is available
  4335.  
  4336. In order to conserve battery, if the device has
  4337. Play Services installed (including the case where
  4338. Play Services is outdated), ignore the GPS location provider.
  4339.  
  4340. Change-Id: Iaeaa936128b91d5def10d2177a887f25c6a748f8
  4341. Signed-off-by: Roman Birg <roman@cyngn.com>
  4342.  
  4343. commit 2be8453fb49fe37695c8f0cf8ec8b3b791c57ee2
  4344. Author: Michael Bestas <mikeioannina@gmail.com>
  4345. Date: Sun May 25 14:45:59 2014 +0300
  4346.  
  4347. Automatic translation import
  4348.  
  4349. Change-Id: I44017eb24ac55d7364d2b6226a1ac731b4af40a5
  4350.  
  4351. commit 16aa433220c1247b4b9b0cf5c3eae2a102b1aa0d
  4352. Author: Michael Bestas <mikeioannina@gmail.com>
  4353. Date: Wed May 21 01:50:50 2014 +0300
  4354.  
  4355. Automatic translation import
  4356.  
  4357. Change-Id: Ibae2a0c86cffbee943448008c0ac808f16b65006
  4358. -----------------------------------------------------------------
  4359. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Mms b9aa848d73a46e7814768d8ff74ab94d985646bf..3ed051f720f1b0487a4740f13ec3d919961aebb4
  4360. commit 3ed051f720f1b0487a4740f13ec3d919961aebb4
  4361. Merge: 0e4ca08 7db3404
  4362. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4363. Date: Fri May 30 18:40:41 2014 +0000
  4364.  
  4365. Merge "Mms: Clear notifications and mark messages read in certain situations" into cm-11.0
  4366.  
  4367. commit 0e4ca08c4bd6d3901b38bc44b788261c3362e7aa
  4368. Author: Michael Bestas <mikeioannina@gmail.com>
  4369. Date: Fri May 30 17:46:27 2014 +0300
  4370.  
  4371. Automatic translation import
  4372.  
  4373. Change-Id: I78da498d8c135842ee5fdc8440e2218be5d2e1a0
  4374.  
  4375. commit 7db340418e2b39e4a6063c59b3d6371fd1ab9092
  4376. Author: Ian Ling <ebol4anthr4x@gmail.com>
  4377. Date: Tue May 27 13:53:57 2014 -0700
  4378.  
  4379. Mms: Clear notifications and mark messages read in certain situations
  4380.  
  4381. I made these changes to CarbonRom (a fork of CM11), and I
  4382. heard that people were still having these issues in CM11.
  4383. These two commits (merged into one here) fix issues where messages
  4384. in the Mms app were not getting marked as read in certain situations,
  4385. and the notification was not getting cleared when tapped.
  4386.  
  4387. More details about these bugs can be found in my original commits to
  4388. Carbon:
  4389.  
  4390. https://github.com/CarbonDev/android_packages_apps_Mms/commit/b3a831a6e3019d256163b23870e0f4e0134fce16
  4391.  
  4392. https://github.com/CarbonDev/android_packages_apps_Mms/commit/21c851e139c56f387c83e11d12d2a2fa8e0c3ff0
  4393.  
  4394. Change-Id: If6d716f71d7b6ee5986665c32c0adfab21085a07
  4395.  
  4396. commit 7fae9665988107433d5b593ad38fe815d4dc5f4b
  4397. Author: Matthieu Baerts <matttbe@gmail.com>
  4398. Date: Tue Apr 15 00:20:05 2014 +0200
  4399.  
  4400. Revert "Remove smiley support"
  4401.  
  4402. This reverts commit c7c68dba4f3440f234f65eef579f9aaa82682f8c.
  4403.  
  4404. It seems that the smiley support has been removed by a Google Dev (Tom Taylor)
  4405. without any explanations:
  4406. https://android.googlesource.com/platform/packages/apps/Mms/+/c7c68db
  4407.  
  4408. This modification gets the smiley back:
  4409. * ASCII Smileys are converted to images in all received/sent messages.
  4410. * A new menu entry (Insert smiley) is available in the menu of a conversation
  4411. view (ComposeMessageActivity).
  4412.  
  4413. I also added this support in QuickMessage too (by parsing the message
  4414. just before sending it to the TextView).
  4415.  
  4416. PAC-Rom Change-Id: I59be9aaed9218459452274c743b71df72d0927ff
  4417. Change-Id: Ic3f7005a2c2485405a9259f3ede7fc5ad40336e0
  4418.  
  4419. commit 85d7e1b3c29978f806b161ceb7c6ea0fd00b7131
  4420. Author: Michael Bestas <mikeioannina@gmail.com>
  4421. Date: Sun May 25 14:43:56 2014 +0300
  4422.  
  4423. Automatic translation import
  4424.  
  4425. Change-Id: Id85c13596f30a37838788c28f24b6769c847b6fd
  4426.  
  4427. commit 4768596613f5b46ba3567c08a1e30f79bd72f95c
  4428. Author: Michael Bestas <mikeioannina@gmail.com>
  4429. Date: Wed May 21 20:39:30 2014 +0300
  4430.  
  4431. Automatic translation import
  4432.  
  4433. Change-Id: I4b3e04889722e960b79dd3644bcd7150a4065c44
  4434.  
  4435. commit f0993efc6d63fcdb62c843a3d893d772fc2c3fb7
  4436. Author: Michael Bestas <mikeioannina@gmail.com>
  4437. Date: Wed May 21 01:48:24 2014 +0300
  4438.  
  4439. Automatic translation import
  4440.  
  4441. Change-Id: I360ecf39a540426b105e3bea1bd2745d5f357c8a
  4442.  
  4443. commit c34e9e8d68a74b49c8226eba72845a8aad3b8a95
  4444. Merge: 22ea5b0 4cb3022
  4445. Author: David van Tonder <david.vantonder@gmail.com>
  4446. Date: Mon May 12 12:39:58 2014 +0000
  4447.  
  4448. Merge "Stop previous TaskStack worker" into cm-11.0
  4449.  
  4450. commit 4cb30226a4868489a3d578bcb00a12c6f26ed574
  4451. Author: Emmanuel Berthier <emmanuel.berthier@intel.com>
  4452. Date: Tue Jul 17 16:48:10 2012 +0200
  4453.  
  4454. Stop previous TaskStack worker
  4455.  
  4456. Each time we delete all threads, a new TaskStack thread is started.
  4457. We need stop the previous one to avoid over memory consumption.
  4458.  
  4459. Change-Id: Ibee8dd7b8e757df0686c7989dc7d9878f9ef5102
  4460. Signed-off-by: Emmanuel Berthier <emmanuel.berthier@intel.com>
  4461.  
  4462. commit 22ea5b09ab98a8acb1ba8073ece868ae10e87016
  4463. Author: Guobin Zhang <guobin.zhang@intel.com>
  4464. Date: Wed Sep 12 00:07:18 2012 +0800
  4465.  
  4466. Avoid ConversationList/ComposeMessage activity leaks
  4467.  
  4468. First, ConversationList activity leak, Contact.mListeners are only unbound
  4469. when ListItemViews are recycled, without considering the activity exit case
  4470. or message delete case.
  4471. Second, ComposeMessage activity leak: use SoftReferences instead of
  4472. HardReferences for the slideshow cache.
  4473.  
  4474. Change-Id: Ic235b31403b26aba16bf6b8b51bff7b4c6f68d98
  4475. Signed-off-by: Guobin Zhang <guobin.zhang@intel.com>
  4476. -----------------------------------------------------------------
  4477. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Nfc c8a2a6b1ca703d0c6078b7f57663781245b787e7..145748544747e4e077916b88f886c89e78afd805
  4478. commit 145748544747e4e077916b88f886c89e78afd805
  4479. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  4480. Date: Fri May 30 20:00:46 2014 +0100
  4481.  
  4482. nxp: Include support declaration for Mifare tags
  4483.  
  4484. Older chipsets requiring the NXP stack are also known to be
  4485. compatible with mifare classics, so just push the feature
  4486. declaration
  4487.  
  4488. Change-Id: I5017cff14ca37b2b7f7b8638de1b58253c0b10e5
  4489.  
  4490. commit 4406abb7d274ce7ac57c5873dd5094788bc04ee1
  4491. Merge: acbb21d de5ae6c
  4492. Author: Danesh M <daneshm90@gmail.com>
  4493. Date: Wed May 21 21:55:18 2014 +0000
  4494.  
  4495. Merge "Nfc : Switch to notification sound" into cm-11.0
  4496.  
  4497. commit acbb21d0ee2afd367d9eac78fe8190f1504de60e
  4498. Author: Michael Bestas <mikeioannina@gmail.com>
  4499. Date: Wed May 21 20:39:35 2014 +0300
  4500.  
  4501. Automatic translation import
  4502.  
  4503. Change-Id: I0e1c491c9ed4aa9ee771ca3faa82aa9033a2ae73
  4504.  
  4505. commit de5ae6cd1a4640f8f8769a0ed4ea5048d3017ac5
  4506. Author: Danesh M <daneshm90@gmail.com>
  4507. Date: Tue May 20 15:39:18 2014 -0700
  4508.  
  4509. Nfc : Switch to notification sound
  4510.  
  4511. Use the notification sound, since the service might get unbound
  4512. before the sound has had a chance to finish
  4513.  
  4514. This fixes the issue where on beam completes, the notification sound
  4515. is cancelled before it finishes.
  4516.  
  4517. Change-Id: I6c00f43ed17dc7fadf27da58e3f95f540be8d22e
  4518. -----------------------------------------------------------------
  4519. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/PackageInstaller ecb41b4e0f453d5a109649870477aa0f10767ab6..73bcc9fda8dbdeedf2a9ed3e83201f85a8f580db
  4520. commit 73bcc9fda8dbdeedf2a9ed3e83201f85a8f580db
  4521. Author: Michael Bestas <mikeioannina@gmail.com>
  4522. Date: Wed May 21 20:39:39 2014 +0300
  4523.  
  4524. Automatic translation import
  4525.  
  4526. Change-Id: I45eeb91f07cb8bf1812afc8903cb429755f3e76c
  4527. -----------------------------------------------------------------
  4528. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Settings 9d89b6d3e691bd3a064afaac5459b3cbdbe387dc..d8e437ce60f1442913c284d28edc415504ea3770
  4529. commit d8e437ce60f1442913c284d28edc415504ea3770
  4530. Author: Steve Kondik <shade@chemlab.org>
  4531. Date: Mon Jun 2 00:51:52 2014 -0700
  4532.  
  4533. settings: Move headset option, hide MoreDeviceSettings if empty
  4534.  
  4535. * This option fits much better in the sound menu under "automation
  4536. and effects", and on many devices it's the only option in the
  4537. "More..." menu under Tap & Pay.
  4538. * Move it, and remove the MoreDeviceSettings top-level category if
  4539. there's nothing else in it.
  4540.  
  4541. Change-Id: Idd82f582a1ba54f8b45fbd4fbe631057e9515f86
  4542.  
  4543. commit bb223dca9ea8b3422e79f90b01608479d73dac23
  4544. Merge: e94b33b ff27111
  4545. Author: Danny Baumann <dannybaumann@web.de>
  4546. Date: Mon Jun 2 06:44:18 2014 +0000
  4547.  
  4548. Merge "Settings: Remove screen rotation from accessibility" into cm-11.0
  4549.  
  4550. commit e94b33b1a53556bddd234088dfa8d8636c6b7a2b
  4551. Author: pramod kotreshappa <pramodk@codeaurora.org>
  4552. Date: Mon Apr 7 20:27:06 2014 -0700
  4553.  
  4554. Bluetooth: Fix for device gets stuck in pairing
  4555.  
  4556. Fix for device gets stuck in pairing when trying to pair to two
  4557. devices one after the other or simultaneous. Now second pairing
  4558. is blocked when first pairing is ongoing.
  4559.  
  4560. Change-Id: Ib7e6788243a38b3a0dd864bee2b0797305468e27
  4561. CRs-fixed: 610056
  4562.  
  4563. commit 00ef55451557d4225a7387379300dabe912034d3
  4564. Author: Smriti Gupta <smritig@codeaurora.org>
  4565. Date: Thu Apr 17 20:10:28 2014 +0530
  4566.  
  4567. Bluetooth: Acquire wakelock to turn on lcd during Connection
  4568.  
  4569. This patch acquires wakelock to turn on LCD display of DUT if screen
  4570. is off during connection access request for PBAP/MAP. Without this
  4571. patch it was observed that if screen was off, lcd remained off for
  4572. incoming connection access request from remote device and user only
  4573. was hearing notification sound without lcd being lit up.
  4574.  
  4575. Change-Id: I87c296fce4cd8e0c133f74169d991eee263fed08
  4576. CRs-Fixed: 650261
  4577.  
  4578. commit 2067957a5bd91c142ed02b2642b60a4e2688fe14
  4579. Merge: 5eb5095 6955d2a
  4580. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4581. Date: Fri May 30 23:35:15 2014 +0000
  4582.  
  4583. Merge "Settings: Allow access for external apps to launch ThemeSettings Fragment directly" into cm-11.0
  4584.  
  4585. commit 5eb50953740c259815045384a559bba05f89ccbf
  4586. Merge: 4fb5ddf f9d07a6
  4587. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4588. Date: Fri May 30 16:17:56 2014 +0000
  4589.  
  4590. Merge "MSIM: Status & Subscriptions Status themes & navigation" into cm-11.0
  4591.  
  4592. commit 4fb5ddf7b110ce2800d66c607c191bac499cea3b
  4593. Author: Michael Bestas <mikeioannina@gmail.com>
  4594. Date: Fri May 30 17:46:31 2014 +0300
  4595.  
  4596. Automatic translation import
  4597.  
  4598. Change-Id: I70a015f6aa3dc8130c15ad6bca345bb45b36bca1
  4599.  
  4600. commit f9d07a65ee78e8cca64a9cc794b1200552ad8bb2
  4601. Author: Fábio Silva <fabio.fernando.osilva@gmail.com>
  4602. Date: Thu May 29 20:54:29 2014 -0300
  4603.  
  4604. MSIM: Status & Subscriptions Status themes & navigation
  4605.  
  4606. Fixes navigation between screens via ActionBar (default behavior on
  4607. Settings activities) and switches old Holo theme to Kitkat default
  4608. for Status screen on MultiSim devices.
  4609.  
  4610. Change-Id: Ia643d645a29b067f4f149a4bec8d4e444a0750fc
  4611.  
  4612. commit eb245bd88ae4f2218835bf121a0454ea0a3048d6
  4613. Author: Adnan Begovic <adnan@cyngn.com>
  4614. Date: Wed May 28 18:42:07 2014 -0700
  4615.  
  4616. Settings: Disable Battery status preference on ModLock.
  4617.  
  4618. Change-Id: I9c1b978cd3c50b6db73b333b9e392ee1918a9499
  4619.  
  4620. commit ff2711132151a82470c4f7a2e1f2f1b81a61a406
  4621. Author: Michael Bestas <mikeioannina@gmail.com>
  4622. Date: Wed May 21 02:02:38 2014 +0300
  4623.  
  4624. Settings: Remove screen rotation from accessibility
  4625.  
  4626. We have a more advanced option in display settings
  4627.  
  4628. Change-Id: I8be43e899a14d184374b422a381b0db839709fbf
  4629.  
  4630. commit b8e846d33e0845d7a6511e8b1c7caa1118ffe0c9
  4631. Merge: 6ef052e 4246c40
  4632. Author: Roman Birg <roman@cyngn.com>
  4633. Date: Wed May 28 23:14:26 2014 +0000
  4634.  
  4635. Merge "Settings: Remove "Make pattern visible" regardless." into cm-11.0
  4636.  
  4637. commit 4246c40de492e27929698e1813b0efdc62df73e1
  4638. Author: Adnan Begovic <adnan@cyngn.com>
  4639. Date: Wed May 28 16:11:19 2014 -0700
  4640.  
  4641. Settings: Remove "Make pattern visible" regardless.
  4642.  
  4643. - Previous logic depended on all pattern lock elements to be
  4644. null prior to removing the preferences. Remove them one by
  4645. one if they exist now.
  4646.  
  4647. - PS #3: Add braces.
  4648.  
  4649. Change-Id: If34bc305eddda2985b37bd55349e4bb5d9b63154
  4650.  
  4651. commit 6ef052e6c00ac6f520903b7e6b343d8fcb092653
  4652. Author: Michael Bestas <mikeioannina@gmail.com>
  4653. Date: Thu May 29 02:02:47 2014 +0300
  4654.  
  4655. Correct string for left-handed mode
  4656.  
  4657. Change-Id: Iee951db7642a487b9ca94f1264b9cd2e2a4390be
  4658.  
  4659. commit bf1577e05de395af9f2b3e30b67d7aeee4c3bfee
  4660. Author: Roman Birg <roman@cyngn.com>
  4661. Date: Sun May 4 08:48:53 2014 -0700
  4662.  
  4663. Settings: add equalizer tile toggle
  4664.  
  4665. Change-Id: I51b34e34a7e6305bc5ced0672eb2aa7e8db45057
  4666. Signed-off-by: Roman Birg <roman@cyngn.com>
  4667.  
  4668. commit 0b57f3bdbd2a8019b911c488e0492612475a47aa
  4669. Merge: b9cc1b6 a9e0f89
  4670. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4671. Date: Mon May 26 07:22:15 2014 +0000
  4672.  
  4673. Merge "Missing back button on MultiSimSettings ActionBar" into cm-11.0
  4674.  
  4675. commit b9cc1b629344763e7d0807ab833699e330151a7e
  4676. Author: Michael Bestas <mikeioannina@gmail.com>
  4677. Date: Sun May 25 14:44:02 2014 +0300
  4678.  
  4679. Automatic translation import
  4680.  
  4681. Change-Id: I41eb51802e180cb3962d6bed1940aeed2bbf0989
  4682.  
  4683. commit a9e0f895154742cc1cdb855ec5bbcb80ccd21f6f
  4684. Author: Fábio Silva <fabio.fernando.osilva@gmail.com>
  4685. Date: Tue May 20 12:49:41 2014 -0300
  4686.  
  4687. Missing back button on MultiSimSettings ActionBar
  4688.  
  4689. Fixed missing back button on ActionBar (default Settings behavior on
  4690. submenus) by adding "parentActivityName" property to MultiSimSettings
  4691. activity.
  4692.  
  4693. Change-Id: I60a1123be29d81c8232e0acee1ac9544bf9b32e6
  4694.  
  4695. commit 7593bcb78d018afe78e8898dfaab917e64225c94
  4696. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  4697. Date: Fri May 23 11:07:41 2014 +0200
  4698.  
  4699. Settings: create cm string for wallpapers
  4700.  
  4701. Change-Id: I21af266bb0aeff7598082d998b2c2e8d6bbbe187
  4702.  
  4703. commit 9484a4b3a53eaf2f080c21606cb81c71243d192f
  4704. Author: Brint E. Kriebel <bekit@cyngn.com>
  4705. Date: Wed May 21 14:39:45 2014 -0700
  4706.  
  4707. development: Add setting for overwriting recovery
  4708.  
  4709. Change-Id: I1ffa1735cd29bcdd5f7be419e4b46cf04a3f9973
  4710.  
  4711. commit a56ce4c30dbe44cb95e6ffd1ab532cfcf69df38a
  4712. Author: Brint E. Kriebel <bekit@cyngn.com>
  4713. Date: Thu May 22 10:44:25 2014 -0700
  4714.  
  4715. settings: Rename FOTA package
  4716.  
  4717. Change-Id: Ic1131261c275c15de308dded0aea36b61942a986
  4718.  
  4719. commit 565b3008307b030b7b88234c4af37a93c1ede43d
  4720. Author: Michael Bestas <mikeioannina@gmail.com>
  4721. Date: Wed May 21 01:48:33 2014 +0300
  4722.  
  4723. Automatic translation import
  4724.  
  4725. Change-Id: I28d910f9d10d3b3300dc01e5b664b541a74c70ec
  4726.  
  4727. commit 3f1f3094e0780ad47b1d4d19a20bbbee4a980a05
  4728. Merge: 5e4982f 733794d
  4729. Author: Danesh M <daneshm90@gmail.com>
  4730. Date: Wed May 21 05:28:04 2014 +0000
  4731.  
  4732. Merge "Revert "Settings: move 'Take bug report' from Dev to About"" into cm-11.0
  4733.  
  4734. commit 733794d152ec13ee03dec7e9d019644046f14837
  4735. Author: Danesh M <daneshm90@gmail.com>
  4736. Date: Wed May 21 05:27:56 2014 +0000
  4737.  
  4738. Revert "Settings: move 'Take bug report' from Dev to About"
  4739.  
  4740. This reverts commit f62f7c27421acd5535c8ecdab1716b7e7eeaf487.
  4741.  
  4742. Change-Id: Iaf8320c99c667fb0699afff5d8019d1e44b61d26
  4743.  
  4744. commit 5e4982fab03ae6e3232e30be6bc285f3e5b85b3f
  4745. Merge: 0c438ed f62f7c2
  4746. Author: Roman Birg <roman@cyngn.com>
  4747. Date: Tue May 20 20:48:20 2014 +0000
  4748.  
  4749. Merge "Settings: move 'Take bug report' from Dev to About" into cm-11.0
  4750.  
  4751. commit 0c438ed66db09119c8f6dc37441a974472568f49
  4752. Merge: 8ad7910 f7e8aeb
  4753. Author: Roman Birg <roman@cyngn.com>
  4754. Date: Tue May 20 20:48:08 2014 +0000
  4755.  
  4756. Merge "Settings: remove lockscreen wallpaper picker from Lockscreen Interface" into cm-11.0
  4757.  
  4758. commit 8ad7910b3e519bbef44d2a873056c05b4509427c
  4759. Author: Steve Kondik <shade@chemlab.org>
  4760. Date: Sun May 18 16:49:52 2014 -0700
  4761.  
  4762. settings: Cleanup and add auto power profiles option
  4763.  
  4764. * Add categories for all items
  4765. * Add helper class for Settings.Secure
  4766.  
  4767. Change-Id: I9d8fd6720516e7fa321c05744ada81415cbf8aaa
  4768.  
  4769. commit 5427abea3d50cb4b8e08cbae0d51d2dbf475bd8b
  4770. Merge: d5542b2 908a780
  4771. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4772. Date: Mon May 19 19:58:15 2014 +0000
  4773.  
  4774. Merge "Telephony(MSIM): Disable DDS Switch in Airplane Mode." into cm-11.0
  4775.  
  4776. commit d5542b295be56976cd819d25a7af5faf3a9dffd6
  4777. Merge: 71f09d7 0a311b3
  4778. Author: Danny Baumann <dannybaumann@web.de>
  4779. Date: Mon May 19 13:06:24 2014 +0000
  4780.  
  4781. Merge "Settings: correct y-axis brightness in preview" into cm-11.0
  4782.  
  4783. commit 71f09d762463161c8009bb24f92287d1944fc312
  4784. Merge: c941669 1613245
  4785. Author: Danny Baumann <dannybaumann@web.de>
  4786. Date: Mon May 19 13:02:46 2014 +0000
  4787.  
  4788. Merge "Revert "Fix MSIM Network Settings (1/2)"" into cm-11.0
  4789.  
  4790. commit c941669d2cf5a1cc0af62d31cca606e25cbde708
  4791. Author: Hamster Tian <th0928@126.com>
  4792. Date: Wed Apr 30 16:11:31 2014 +0200
  4793.  
  4794. [3/3]Settings: add "Accept all files" option for incoming files via Bluetooth
  4795.  
  4796. Vanilla Android requires the incoming file from Bluetooth to be certain mime-types.
  4797. The mime-types allowed are defined in
  4798. packages/apps/Bluetooth/src/com/android/bluetooth/opp/Constants.java
  4799. But sometimes we need to accept files that is not in the list,such as RAR archives
  4800. or APK packages.
  4801. This patch makes "Accept all files" an option in Settings -> Bluetooth -> (Menu),
  4802. and then saves users' choice to Settings Provider database.
  4803. This will meet users' demand as well as keep the phone from unsafe files
  4804. when users don't need to accept the files out of the mime-type whitelist.
  4805.  
  4806. Change-Id: I5f04d3ccb45bd5c6525b746855bd19ccc8501d32
  4807.  
  4808. commit c5eec411929543a346053777fe8d3eabb27e01b3
  4809. Author: Steve Kondik <shade@chemlab.org>
  4810. Date: Sun May 18 16:59:28 2014 -0700
  4811.  
  4812. settings: This is CyanogenMod!
  4813.  
  4814. Change-Id: If9f14d6579b18c4ae049d35e312dd2d98746aced
  4815.  
  4816. commit 0a311b3fd813c95241f4cfd4ef55941284f2ab16
  4817. Author: Matt Mower <mowerm@gmail.com>
  4818. Date: Sun May 18 17:59:27 2014 -0500
  4819.  
  4820. Settings: correct y-axis brightness in preview
  4821.  
  4822. To answer the comment in the code, no, the min brightness should not
  4823. correspond 0, but rather to the device min supported level. The values
  4824. on the preview graph should correspond exactly to the percent values
  4825. entered in the brightness configuration dialog.
  4826.  
  4827. Change-Id: I4a6d19b261f33f53d24437cde99e63e03ba3fc28
  4828.  
  4829. commit f7e8aebe81b9c3101aa3773cbf45f61e74e483c6
  4830. Author: Roman Birg <roman@cyngn.com>
  4831. Date: Fri May 16 16:49:55 2014 -0700
  4832.  
  4833. Settings: remove lockscreen wallpaper picker from Lockscreen Interface
  4834.  
  4835. It should be accessed through the Themes interface.
  4836.  
  4837. Change-Id: Ibd893c82d4f1caf1c696474a17b5fceecc4ea1ab
  4838. Signed-off-by: Roman Birg <roman@cyngn.com>
  4839.  
  4840. commit f62f7c27421acd5535c8ecdab1716b7e7eeaf487
  4841. Author: Roman Birg <roman@cyngn.com>
  4842. Date: Fri May 16 16:47:31 2014 -0700
  4843.  
  4844. Settings: move 'Take bug report' from Dev to About
  4845.  
  4846. Change-Id: I52b9b2bc13998cec6f85a1b85458f36c9f461490
  4847. Signed-off-by: Roman Birg <roman@cyngn.com>
  4848.  
  4849. commit 908a78060055c0c758bff9f8ac54fe769895f093
  4850. Author: Rakesh Pallerla <rakesh@codeaurora.org>
  4851. Date: Wed Jan 8 20:01:40 2014 +0530
  4852.  
  4853. Telephony(MSIM): Disable DDS Switch in Airplane Mode.
  4854.  
  4855. Do not allow user to change the DDS in Airplane Mode
  4856. as modem will be in LPM state.
  4857.  
  4858. Change-Id: I21ceaa53df6f0acd7be5fb8f23a120f92023a152
  4859. CRs-Fixed: 594616
  4860.  
  4861. commit 6955d2ae8e1b4825ffe5be0521676bd59403ad1a
  4862. Author: Raj Yengisetty <rajesh@cyngn.com>
  4863. Date: Wed May 14 18:20:34 2014 -0700
  4864.  
  4865. Settings: Allow access for external apps to launch ThemeSettings Fragment directly
  4866.  
  4867. Change-Id: I93b676d3eb570c7064eeb4217c8e420a186c8e32
  4868.  
  4869. commit 63544963a48cd220a48a38a8d5cb578eaf2032ff
  4870. Author: HardLight <hardlightxda@gmail.com>
  4871. Date: Tue May 13 16:50:02 2014 +0300
  4872.  
  4873. Add missing mdpi, hdpi, xhdpi drawables for new theme engine
  4874.  
  4875. Change-Id: I70dd75257f0e3a0a20b844a1ea3cc36506de177b
  4876.  
  4877. commit 775cb142c251faed1c86051a5696b6d57dd1a554
  4878. Merge: bac921f 78cb01f
  4879. Author: Danny Baumann <dannybaumann@web.de>
  4880. Date: Tue May 13 11:49:48 2014 +0000
  4881.  
  4882. Merge "Consistently use start/end instead of left/right layout properties." into cm-11.0
  4883.  
  4884. commit 16132450b4ae132f777948b1a23a11a019e835c7
  4885. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  4886. Date: Tue May 13 10:49:22 2014 +0700
  4887.  
  4888. Revert "Fix MSIM Network Settings (1/2)"
  4889.  
  4890. A public intent shouldn't need additional parameters to trigger.
  4891.  
  4892. This reverts commit 6cf32469f14a2c0efad9da34a5f12a9d341fc762.
  4893.  
  4894. Requires http://review.cyanogenmod.org/63912
  4895.  
  4896. Change-Id: I72ea28d8760caf1965c8df0835f438a22331450e
  4897.  
  4898. commit bac921f8d3029e59b6801fda40d9a91e5f7cc9bb
  4899. Author: Jun Su <juns@nvidia.com>
  4900. Date: Fri Apr 25 14:18:29 2014 +0800
  4901.  
  4902. Fix NullPointerException issue when user change
  4903.  
  4904. When info is null, we have risk to have access null point.
  4905.  
  4906. Change-Id: Ie6acee5c99d6297e31d46585435a735a38b19e82
  4907.  
  4908. commit 05b7aee71f0b167bfe1575194abd1582c22ef78c
  4909. Merge: 9d89b6d cef1628
  4910. Author: David van Tonder <david.vantonder@gmail.com>
  4911. Date: Mon May 12 10:42:29 2014 +0000
  4912.  
  4913. Merge "make LinearColorBar themeable" into cm-11.0
  4914.  
  4915. commit cef1628d0e80d0c299c55fbe82e32d6d8e865569
  4916. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  4917. Date: Tue Mar 11 21:38:47 2014 +0100
  4918.  
  4919. make LinearColorBar themeable
  4920.  
  4921. Move colors to resources and use them instead.
  4922.  
  4923. Change-Id: I923e5daa219f302dc24e62faab666483109e6620
  4924. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  4925.  
  4926. commit 78cb01fd9e1d7092a42970e28ee846d040f5f663
  4927. Author: Danny Baumann <dannybaumann@web.de>
  4928. Date: Fri May 9 15:10:43 2014 +0200
  4929.  
  4930. Consistently use start/end instead of left/right layout properties.
  4931.  
  4932. Fixes various RTL language bugs.
  4933.  
  4934. Change-Id: I3be9c9c54e4fd14a561f6b38ce1601bc66c8351b
  4935. -----------------------------------------------------------------
  4936. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/SoundRecorder 4b77fa71b85aa088fa7030880852ebaeb00c1e59..2977ffa6b4b9e5a03b426f4f5c5a9e7f4673d98f
  4937. commit 2977ffa6b4b9e5a03b426f4f5c5a9e7f4673d98f
  4938. Author: Michael Bestas <mikeioannina@gmail.com>
  4939. Date: Wed May 21 20:39:49 2014 +0300
  4940.  
  4941. Automatic translation import
  4942.  
  4943. Change-Id: I3e3e2c9acf745da125ae615ac0c5ff24c229eb6f
  4944. -----------------------------------------------------------------
  4945. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Stk 8e68370c4dba53a4b06c1383bc9228ad91581702..66a47d786e98357875f43e2343df29258529bfac
  4946. commit 66a47d786e98357875f43e2343df29258529bfac
  4947. Author: Michael Bestas <mikeioannina@gmail.com>
  4948. Date: Wed May 21 20:39:53 2014 +0300
  4949.  
  4950. Automatic translation import
  4951.  
  4952. Change-Id: I2935f0bbf79c59a8813def49b2b6577b2fb8e5da
  4953.  
  4954. commit f0ff50811483579e728a0715dce116c5ac9ce3be
  4955. Author: Vln Murthy <vln.murthy@sonyericsson.com>
  4956. Date: Tue May 22 09:37:47 2012 +0200
  4957.  
  4958. Add mimimum width of the buttonPanel layout
  4959.  
  4960. Some button texts are not shown correctly (in one row) in
  4961. some languages, e.g. Español.
  4962.  
  4963. This is fixed by adding a minimum width to the buttonPanel
  4964. for the stk_msg_dialog layout.
  4965.  
  4966. Change-Id: I1c028011d52af92bfaccc700f3fab76d86f9c786
  4967. -----------------------------------------------------------------
  4968. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Tag 013e109aadd4014b923a3b5948ea790ae691ca97..83672c50877e409fe145847e20d2606c9590a383
  4969. commit 83672c50877e409fe145847e20d2606c9590a383
  4970. Author: Michael Bestas <mikeioannina@gmail.com>
  4971. Date: Wed May 21 20:39:58 2014 +0300
  4972.  
  4973. Automatic translation import
  4974.  
  4975. Change-Id: I79c67d15d78e7093be4681aaf7835647aadd1673
  4976. -----------------------------------------------------------------
  4977. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/ThemeChooser 26d5e45ea0a71ae92c762032c6c647299b1b66b3..b94fadf0ef6149fee63314797ff881d32dc4353c
  4978. commit b94fadf0ef6149fee63314797ff881d32dc4353c
  4979. Author: Michael Bestas <mikeioannina@gmail.com>
  4980. Date: Fri May 30 17:48:46 2014 +0300
  4981.  
  4982. Automatic translation import
  4983.  
  4984. Change-Id: I3ff3cac4a7ba880b70a1042cf0f0001c2d967ef8
  4985.  
  4986. commit 7acfb5181d81dc83d1334db3da3ee3480b0dcdcc
  4987. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4988. Date: Mon May 26 18:36:10 2014 -0700
  4989.  
  4990. Fix broken tags
  4991.  
  4992. Change-Id: Ica3c600e5f1fee1a3257aaba7e7fe3db8a57a380
  4993.  
  4994. commit 4d151f4dab35deb33af2cfacaf5b124cb009ae7e
  4995. Merge: 437c6f2 92ad4aa
  4996. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  4997. Date: Tue May 27 01:21:06 2014 +0000
  4998.  
  4999. Merge "Add uses-permission for access to themes provider" into cm-11.0
  5000.  
  5001. commit 437c6f2735b6f5f38d698bf7674f1c864699e23d
  5002. Author: Michael Bestas <mikeioannina@gmail.com>
  5003. Date: Sun May 25 14:46:12 2014 +0300
  5004.  
  5005. Automatic translation import
  5006.  
  5007. Change-Id: I8b7acf39d262712f3b5508d9e6e4eb147c250e14
  5008.  
  5009. commit 92ad4aab55ba6af4da1cb6c8e4ec7939b7c7e559
  5010. Author: Andy Mast <andy@cyngn.com>
  5011. Date: Fri May 23 15:10:17 2014 -0700
  5012.  
  5013. Add uses-permission for access to themes provider
  5014.  
  5015. Don't technically need this since it runs in the same UID, but good
  5016. practice in case something changes in the future.
  5017.  
  5018. Change-Id: I2af73700a7151243a872b9cc1f61b49f6d3db644
  5019.  
  5020. commit aea44a5a9ccd78e958d35523647f54d763e09c7c
  5021. Merge: f6186b2 8ba88c5
  5022. Author: Andy Mast <andy@cyngn.com>
  5023. Date: Fri May 23 17:17:27 2014 +0000
  5024.  
  5025. Merge "Fix NP when activity detaches from fragment" into cm-11.0
  5026.  
  5027. commit 8ba88c5ebfdb18ae0e0414201ac04e73a3d10ead
  5028. Author: Andy Mast <andy@cyngn.com>
  5029. Date: Thu May 22 17:06:48 2014 -0700
  5030.  
  5031. Fix NP when activity detaches from fragment
  5032.  
  5033. Change-Id: I9cffdd137683b5a9fa45e21a22e859919a23cd8a
  5034.  
  5035. commit f6186b27895253561ab58e8d093e664c8ceb6cf6
  5036. Author: Clark Scheff <clark@cyngn.com>
  5037. Date: Thu May 22 13:07:52 2014 -0700
  5038.  
  5039. Fix handling of new intents from installed theme notifications.
  5040.  
  5041. Change-Id: Iad492cccbc12aa9bd6a9b98da106960a56b969f5
  5042.  
  5043. commit 4b4401c2285331d499571ea98515ca7ed88beae3
  5044. Author: Michael Bestas <mikeioannina@gmail.com>
  5045. Date: Wed May 21 01:51:04 2014 +0300
  5046.  
  5047. Automatic translation import
  5048.  
  5049. Change-Id: Ie57d34a5b5c40369723d60ccda1cd5315f53fbe5
  5050.  
  5051. commit d8fb00c2b4f94fea388db3c1c9a9b0058492e945
  5052. Merge: b197ea0 2896a6e
  5053. Author: Clark Scheff <clark@cyngn.com>
  5054. Date: Wed May 21 00:09:57 2014 +0000
  5055.  
  5056. Merge "Save and restore state of checkboxes" into cm-11.0
  5057.  
  5058. commit b197ea047c2771b0090bd8d2670a50918e438ff5
  5059. Author: Michael Bestas <mikeioannina@gmail.com>
  5060. Date: Tue May 20 01:27:09 2014 +0300
  5061.  
  5062. ThemeChooser: minor strings update
  5063.  
  5064. Change-Id: If79b15ddc9566591566dbed6cdae99b7405bb745
  5065.  
  5066. commit 2896a6efa3b16634be56df99b14a69d05071cbb9
  5067. Author: Clark Scheff <clark@cyngn.com>
  5068. Date: Mon May 19 10:30:16 2014 -0700
  5069.  
  5070. Save and restore state of checkboxes
  5071.  
  5072. Change-Id: Ie72c7e301eec589577300e9270998a22ab5e8f65
  5073.  
  5074. commit 332427e22fc51fc454527aad28f8c4a6fcc860a4
  5075. Merge: 350b05b 37e6bff
  5076. Author: d34d <clark@cyngn.com>
  5077. Date: Sun May 18 22:05:04 2014 +0000
  5078.  
  5079. Merge "CM11 Themes: Allow defining a custom default theme [3/3]" into cm-11.0
  5080.  
  5081. commit 350b05b6777f10f64bb40da60de1e4bbc037a43a
  5082. Merge: 88938a7 7234a07
  5083. Author: Andy Mast <andy@cyngn.com>
  5084. Date: Sun May 18 21:48:02 2014 +0000
  5085.  
  5086. Merge "ThemeChooser: Add missing up navigation" into cm-11.0
  5087.  
  5088. commit 88938a7769dccdb0fc8d40aa5d1c5791706b4660
  5089. Merge: cb78a66 0f1b3dc
  5090. Author: Clark Scheff <clark@cyngn.com>
  5091. Date: Sun May 18 21:32:52 2014 +0000
  5092.  
  5093. Merge "Don't rely on dimensions given in desc.txt" into cm-11.0
  5094.  
  5095. commit 37e6bff65278037305b122430f439124ba3550af
  5096. Author: d34d <clark@cyngn.com>
  5097. Date: Sat May 17 16:44:52 2014 -0700
  5098.  
  5099. CM11 Themes: Allow defining a custom default theme [3/3]
  5100.  
  5101. Change-Id: Ieed1f6c67972cd24f981df5bdb7095a1444f40c1
  5102.  
  5103. commit 0f1b3dc4d022dc8af5cf0c63fc58f891df147383
  5104. Author: Clark Scheff <clark@cyngn.com>
  5105. Date: Fri May 16 14:32:28 2014 -0700
  5106.  
  5107. Don't rely on dimensions given in desc.txt
  5108.  
  5109. It is possible for a boot animation to have images that are not
  5110. the same dimensions as those given in the desc.txt. For this
  5111. reason we should not rely on those dimensions when allocating
  5112. bitmaps.
  5113.  
  5114. Change-Id: Ic4996c419d542bdcfbec5ebf6df3c9d6364e5af6
  5115.  
  5116. commit cb78a663f19c2537e5903657d35d9b3c5cc82a1b
  5117. Merge: 81d45c6 abf8ea8
  5118. Author: Clark Scheff <clark@cyngn.com>
  5119. Date: Fri May 16 19:24:55 2014 +0000
  5120.  
  5121. Merge "If default theme, get localized title string" into cm-11.0
  5122.  
  5123. commit 7234a07cb160ae6c94c09a91257a92fb64b0c8bf
  5124. Author: Michael Bestas <mikeioannina@gmail.com>
  5125. Date: Fri May 16 19:55:17 2014 +0300
  5126.  
  5127. ThemeChooser: Add missing up navigation
  5128.  
  5129. Change-Id: I801d61eb72ccdc31ca8093f9885f034e38707294
  5130.  
  5131. commit 81d45c6d3f6f6d0daddb6e5693cc694b23f7b90e
  5132. Author: Michael Bestas <mikeioannina@gmail.com>
  5133. Date: Fri May 16 19:31:04 2014 +0300
  5134.  
  5135. ThemeChooser: Update lock screen wallpaper string
  5136.  
  5137. Be consistent with ThemeStore
  5138.  
  5139. Change-Id: I0d16c20f42fc9e2ea63d6291a5a14c5d17286109
  5140.  
  5141. commit abf8ea82b4a80f949389acb58871d77bee4c730d
  5142. Author: Clark Scheff <clark@cyngn.com>
  5143. Date: Fri May 16 08:54:45 2014 -0700
  5144.  
  5145. If default theme, get localized title string
  5146.  
  5147. Change-Id: I2f09c3eb725da16cf7eed681b5527655172e5009
  5148.  
  5149. commit 2fe8ad908fe5c5ea99c1fee9a3285676f84be73e
  5150. Merge: 472bd33 6e76f7c
  5151. Author: Clark Scheff <clark@cyngn.com>
  5152. Date: Thu May 15 15:22:48 2014 +0000
  5153.  
  5154. Merge "Don't add components that are disabled." into cm-11.0
  5155.  
  5156. commit 472bd3327394eb0db591c626e216712c0f9f58b0
  5157. Author: Andrew Mast <andy@cyngn.com>
  5158. Date: Tue May 13 21:58:33 2014 -0700
  5159.  
  5160. Add a page indicator to the theme preview screen
  5161.  
  5162. Leverages Jake Wharton's ViewPagerIndicator
  5163.  
  5164. Change-Id: I17c5ff60a7a2d62fa8fcf652382dcfcd807d0397
  5165.  
  5166. commit cf8f5e7f8c7195ae14827caa71e291d52d3e236e
  5167. Author: Andy Mast <andy@cyngn.com>
  5168. Date: Mon May 12 11:05:33 2014 -0700
  5169.  
  5170. Replace sliding panel with scrollview
  5171.  
  5172. This allows
  5173. 1) Sliding of the drawer to happen in the theme viewpager
  5174. 2) Seamless sliding from viewpager all the way to the bottom most
  5175. theme component checkbox (sounds).
  5176.  
  5177. Also clicking the viewpager now expands/minimizes the "drawer".
  5178.  
  5179. Before this patch the UX was a little awkward since the theme
  5180. components were in their own scrollview. A user could not scroll down at all
  5181. in the theme preview viewpager and would have to use two swipes to
  5182. get to the very bottom.
  5183.  
  5184. Change-Id: I1a0a30edfdd29d56db0aa40d06114f8bbaa39331
  5185.  
  5186. commit f3684875dbc8dcaa74c588cd0ec3ef603c058208
  5187. Author: Andy Mast <andy@cyngn.com>
  5188. Date: Tue May 6 14:14:13 2014 -0700
  5189.  
  5190. Preview lockscreen preview image in detail view
  5191.  
  5192. Change-Id: I9b2c87de906723aedf49833fac9d00f3b5d698a3
  5193.  
  5194. commit 6e76f7c82cb65fbb8e5940a6c1eb18332ed9dd02
  5195. Author: Clark Scheff <clark@cyngn.com>
  5196. Date: Tue May 13 16:28:21 2014 -0700
  5197.  
  5198. Don't add components that are disabled.
  5199.  
  5200. Change-Id: I7163186143b930d47e26d4e748cb74e408860302
  5201.  
  5202. commit b9c3fbbd85aa592bd4f3262a8c52a3c42bca842b
  5203. Author: Clark Scheff <clark@cyngn.com>
  5204. Date: Mon May 12 16:45:32 2014 -0700
  5205.  
  5206. Show list if package was uninstalled while launching
  5207.  
  5208. Change-Id: If2fe94ca9ee36e4637b4f55d6f494a56c1e93931
  5209.  
  5210. commit b51da0288797e59e5c0bbb35831855fe8ea6e563
  5211. Author: Clark Scheff <clark@cyngn.com>
  5212. Date: Mon May 12 16:30:04 2014 -0700
  5213.  
  5214. Animate boot animation using double buffered bitmaps
  5215.  
  5216. Change-Id: Id2929a2ad0c448e0e7651d2b13e2fc1de7ee96b6
  5217.  
  5218. commit e35e6176890ba13ecb3bfd60f87f6fe7e0d91fb4
  5219. Author: d34d <clark@cyngn.com>
  5220. Date: Mon May 5 08:09:29 2014 -0700
  5221.  
  5222. Provide alternative applications.
  5223.  
  5224. Change-Id: I092bbf94dc9b95de22e27a75dddb4e01f06301f0
  5225.  
  5226. commit 7c36fde12d51b10a0384ee544fd5504563a101d9
  5227. Author: Clark Scheff <clark@cyngn.com>
  5228. Date: Mon May 12 11:50:46 2014 -0700
  5229.  
  5230. Fix style previews scaling in ComponentBrowseFragment
  5231.  
  5232. Change-Id: I19482b7ded6a8854271636faa468928caec80011
  5233.  
  5234. commit 7277d1d183a830c6937ba519dc6cb044ef2b3c3f
  5235. Author: Clark Scheff <clark@cyngn.com>
  5236. Date: Wed Apr 30 15:49:23 2014 -0700
  5237.  
  5238. Make theme title width match_parent
  5239.  
  5240. Change-Id: Ica4f4c067d27a1c1ee6b9023dee4d70076251859
  5241. -----------------------------------------------------------------
  5242. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Torch 6fadfc0f3acb213998384d8a4bfedbc5d7332d71..8256a2eb6d923bdb171e2903041e1a6dd2961e6e
  5243. commit 8256a2eb6d923bdb171e2903041e1a6dd2961e6e
  5244. Author: Michael Bestas <mikeioannina@gmail.com>
  5245. Date: Fri May 30 17:48:58 2014 +0300
  5246.  
  5247. Automatic translation import
  5248.  
  5249. Change-Id: I5abb079cdeef0e11d1fb71997a579b1006cb2f2a
  5250.  
  5251. commit 713dfda301317df9e0f8717ca346c8b3de31005e
  5252. Author: Michael Bestas <mikeioannina@gmail.com>
  5253. Date: Sun May 25 14:46:20 2014 +0300
  5254.  
  5255. Automatic translation import
  5256.  
  5257. Change-Id: I67fcd547d50e914ca1e0dcd2ebf63e14de60a583
  5258.  
  5259. commit e66a27a6bab32e5c30e8cd5869f144b0098e578f
  5260. Author: Michael Bestas <mikeioannina@gmail.com>
  5261. Date: Wed May 21 01:51:13 2014 +0300
  5262.  
  5263. Automatic translation import
  5264.  
  5265. Change-Id: I3482230a2532deac359bb905ae375c08b6c8d888
  5266.  
  5267. commit 682fe903ffdce1c1b02871547f32e4be85c696e9
  5268. Author: Roman Birg <roman@cyngn.com>
  5269. Date: Fri May 16 10:22:39 2014 -0700
  5270.  
  5271. Torch: only include src files from src dir
  5272.  
  5273. Currently if any other folders are present with java
  5274. files(especially generated ones), the build system picks them up.
  5275.  
  5276. Change-Id: I15d9c66844ab7a0c300f51a02b878d1dda4316fe
  5277. Signed-off-by: Roman Birg <roman@cyngn.com>
  5278.  
  5279. commit c55642ce0b8f611f28379a3acdfeca3062f04b55
  5280. Merge: 951e2ef 11f8e2d
  5281. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  5282. Date: Tue May 13 19:43:43 2014 +0000
  5283.  
  5284. Merge "torch: toggle on/off once" into cm-11.0
  5285.  
  5286. commit 951e2ef96e460be81928359322a9262bab9e891b
  5287. Merge: 6fadfc0 9ac9b00
  5288. Author: Roman Birg <roman@cyngn.com>
  5289. Date: Tue May 13 19:41:26 2014 +0000
  5290.  
  5291. Merge "Make sure mFullScreenScale is non-zero before animating." into cm-11.0
  5292.  
  5293. commit 11f8e2df2d218c0a898df25c7ff07af3b7ddd0d7
  5294. Author: Giulio Cervera <giulio.cervera@cyanogenmod.org>
  5295. Date: Tue May 13 00:59:42 2014 +0200
  5296.  
  5297. torch: toggle on/off once
  5298.  
  5299. Change-Id: I16c2923912fbc459b6761a9a0d80f5bbea3aaf39
  5300.  
  5301. commit 9ac9b00e0d7b8ce272bf81200853658c3ee81364
  5302. Author: Clark Scheff <clark@cyngn.com>
  5303. Date: Fri May 9 18:54:04 2014 -0700
  5304.  
  5305. Make sure mFullScreenScale is non-zero before animating.
  5306.  
  5307. If the led flash is already on when opening up the application
  5308. the background would be all black instead of blue since the value
  5309. of mFullScreenScale is at the default value of 0.
  5310.  
  5311. Change-Id: Id9dd00d93728c9043ee9a897ab143560c0908f60
  5312. -----------------------------------------------------------------
  5313. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/Trebuchet 614620e5d2c4d820fd3a26fa61f8cab7f3a60f93..daf5b675b81feb0dc7d114e865c2e055d8569690
  5314. commit daf5b675b81feb0dc7d114e865c2e055d8569690
  5315. Author: Michael Bestas <mikeioannina@gmail.com>
  5316. Date: Fri May 30 17:46:45 2014 +0300
  5317.  
  5318. Automatic translation import
  5319.  
  5320. Change-Id: I7a74a5756ed7c724ea8c4f2fbabf9c15a1484441
  5321.  
  5322. commit d2e0c5413b4e97dbdffc215710a6ae90fc527f37
  5323. Author: Adnan Begovic <adnan@cyngn.com>
  5324. Date: Tue May 27 14:25:47 2014 -0700
  5325.  
  5326. Trebuchet: Update default_workspace
  5327.  
  5328. - Gmail has changed its className for its android.intent.category.LAUNCHER
  5329. intent.
  5330.  
  5331. Change-Id: I34b1ab38696971fafb9d65fff5f3c5ce7c13eba7
  5332.  
  5333. commit ffb6497b10f4d792a5337a682d05037dc43c78a4
  5334. Author: Michael Bestas <mikeioannina@gmail.com>
  5335. Date: Tue May 27 20:02:40 2014 +0300
  5336.  
  5337. Trebuchet: Remove duplicate string
  5338.  
  5339. Change-Id: I5a1ed314ca05eb4771038c0e08c4695ed51b3f92
  5340.  
  5341. commit f73e7924ac9520dc1b260150ab2218e13730a8ac
  5342. Author: Nebojsa Cvetkovic <nebkat@gmail.com>
  5343. Date: Fri May 16 19:42:58 2014 +0100
  5344.  
  5345. Revert "Trebuchet: add lockscreen wallpaper picker"
  5346.  
  5347. This reverts commit 29c2da02bf48fbdba977bc774027e218487e1abe.
  5348.  
  5349. Change-Id: Ie5addf5ac77acb6411a6f22195d8608df625462a
  5350.  
  5351. commit 8dd8f20012f06ebc55de6fb01e9d728d7c3f19bd
  5352. Merge: a869d70 82196ea
  5353. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  5354. Date: Mon May 26 20:51:39 2014 +0000
  5355.  
  5356. Merge "Trebuchet Settings UI Refresh" into cm-11.0
  5357.  
  5358. commit a869d707552dcd12c6aabd5099f3194d9591f496
  5359. Author: Michael Bestas <mikeioannina@gmail.com>
  5360. Date: Sun May 25 14:44:14 2014 +0300
  5361.  
  5362. Automatic translation import
  5363.  
  5364. Change-Id: I614b5765661973095a0fd6247df0e33c65edc68b
  5365.  
  5366. commit 82196ead569c25dae76a70be6b2bc147666ea24d
  5367. Author: Raj Yengisetty <rajesh@cyngn.com>
  5368. Date: Tue May 13 23:19:54 2014 -0700
  5369.  
  5370. Trebuchet Settings UI Refresh
  5371.  
  5372. - Overview Panel contains all Launcher Settings
  5373. - Accessible through long press on Workspace or HW Menu button
  5374. - Settings are held in a SlidingPanel in the Overview Panel
  5375. - Replace the Settings shortcut in Overview Panel with Themes shortcut
  5376. - Replace widgets icon with new widgets icon from Launcher3
  5377. - Trebuchet Settings changes no longer require restarting Process
  5378. - Transition Effects have PNG Sequence to show animation sequence
  5379. - Remove PageIndicator click event to open Overview Panel in AppTray
  5380.  
  5381. Contributors:
  5382. Adrian Foulk - UX Lead
  5383. Abishek Devkota - Project Manager
  5384. Hayden Schoen - UX Designer
  5385.  
  5386. Change-Id: I2186213960cf12e840e814757894fe104551856b
  5387.  
  5388. commit 0b4362157fdc930f0eb342194dfb553c80a238bd
  5389. Author: Michael Bestas <mikeioannina@gmail.com>
  5390. Date: Wed May 21 01:48:46 2014 +0300
  5391.  
  5392. Automatic translation import
  5393.  
  5394. Change-Id: I9cd58af458e1e1e83f8e079a353a2443d57a9780
  5395.  
  5396. commit ee507b705732c7e0ea758dd82e468ba4f9841914
  5397. Merge: 4bf0d27 3c4c81a
  5398. Author: Danesh M <daneshm90@gmail.com>
  5399. Date: Fri May 16 19:27:14 2014 +0000
  5400.  
  5401. Merge "Use wallpaper picker added to WallpaperCropper apk." into cm-11.0
  5402.  
  5403. commit 4bf0d276210dd413581ca14fecbdd3e667b44fa1
  5404. Merge: 9319afb 1505347
  5405. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  5406. Date: Wed May 14 00:56:31 2014 +0000
  5407.  
  5408. Merge "Fix hidden "Remove" and "App info" buttons in landscape" into cm-11.0
  5409.  
  5410. commit 9319afbea6b17e42bcee0716a7d08caccec880df
  5411. Author: Danesh M <daneshm90@gmail.com>
  5412. Date: Tue May 13 14:28:14 2014 -0700
  5413.  
  5414. Trebuchet : Destroy cropview to avoid leaks in picker
  5415.  
  5416. If the cropview's TiledImageRenderer is rendering threads, the activity
  5417. context gets leaked. Avoid that by invoking its destroy in onDestroy() of activity.
  5418.  
  5419. Change-Id: I8503e88d1cab7fc8dab61ba7da148579902f0477
  5420.  
  5421. commit 3c4c81ab000ca007023e23d7ac3ce908e6a428fe
  5422. Author: Clark Scheff <clark@cyngn.com>
  5423. Date: Tue May 13 12:50:59 2014 -0700
  5424.  
  5425. Use wallpaper picker added to WallpaperCropper apk.
  5426.  
  5427. The code is still here for easier upstream merges.
  5428.  
  5429. Change-Id: I97ec1492e8acf7ff6a5ceef00a68f47e6444bf50
  5430.  
  5431. commit 15053474ee17aafcacafda42db8233f8ccd7770f
  5432. Author: Thomas Wendt <thoemy@gmx.net>
  5433. Date: Tue May 6 00:39:24 2014 +0200
  5434.  
  5435. Fix hidden "Remove" and "App info" buttons in landscape
  5436.  
  5437. On grouper the "Remove" and "App info" buttons are not visible if the device
  5438. is in landscape. Layout the children of the drag_target_bar vertically to
  5439. fix this.
  5440.  
  5441. Fixes: https://jira.cyanogenmod.org/browse/CYAN-3744
  5442.  
  5443. Before: http://i.imgur.com/SHMTUjK.png
  5444. After: http://i.imgur.com/4JeJi8k.png
  5445.  
  5446. Change-Id: Ie8a9a799fa89bf8ad233202da10c808ab65a66a9
  5447. -----------------------------------------------------------------
  5448. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/UnifiedEmail 352ca065ab94116e11bfcfcd7719c6fd513f84a8..4fef5868f3b5ccc7f0a97bce8e300c7db53a47ca
  5449. commit 4fef5868f3b5ccc7f0a97bce8e300c7db53a47ca
  5450. Author: Michael Bestas <mikeioannina@gmail.com>
  5451. Date: Wed May 21 20:40:02 2014 +0300
  5452.  
  5453. Automatic translation import
  5454.  
  5455. Change-Id: Ifdd59ceafaf15badd6e10691b0163a16c981795a
  5456. -----------------------------------------------------------------
  5457. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/VideoEditor be0928e6022698e9271fae62af927a5f48b3337c..c5232d4d2ccb7f2db19fe30f96def61748567961
  5458. commit c5232d4d2ccb7f2db19fe30f96def61748567961
  5459. Author: Michael Bestas <mikeioannina@gmail.com>
  5460. Date: Wed May 21 20:40:06 2014 +0300
  5461.  
  5462. Automatic translation import
  5463.  
  5464. Change-Id: Id703176049e6bfedff32f7e33a5fcc839b7c464f
  5465. -----------------------------------------------------------------
  5466. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/VoiceDialer 0bb01069755246ff7448edde2e6de4a4ba33c89c..813c06c9391c79048d3e2b82a5e22e150305770e
  5467. commit 813c06c9391c79048d3e2b82a5e22e150305770e
  5468. Author: Michael Bestas <mikeioannina@gmail.com>
  5469. Date: Wed May 21 20:40:10 2014 +0300
  5470.  
  5471. Automatic translation import
  5472.  
  5473. Change-Id: I46d667c48b4df224cf4428cd6b4225c0b5788941
  5474. -----------------------------------------------------------------
  5475. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/apps/VoicePlus 625aadeb8bb3e847d67a7933a5d679fbe93e794b..d119dae924835744660c169e0fa0184c0016877d
  5476. commit d119dae924835744660c169e0fa0184c0016877d
  5477. Author: Michael Bestas <mikeioannina@gmail.com>
  5478. Date: Fri May 30 17:49:03 2014 +0300
  5479.  
  5480. Automatic translation import
  5481.  
  5482. Change-Id: Ic200daf16deecf2bfd258bc6f21f7bb6c571dcfe
  5483.  
  5484. commit a1dda083fcebe335d4da550b799fbd58442e1dfe
  5485. Author: Michael Bestas <mikeioannina@gmail.com>
  5486. Date: Sun May 25 14:46:24 2014 +0300
  5487.  
  5488. Automatic translation import
  5489.  
  5490. Change-Id: If25753df48e2f7916824203880ad9d5ec7d1179f
  5491.  
  5492. commit a61622ac35437e87d7f0934cf5ec6ce8be3f16ab
  5493. Author: Michael Bestas <mikeioannina@gmail.com>
  5494. Date: Wed May 21 01:51:17 2014 +0300
  5495.  
  5496. Automatic translation import
  5497.  
  5498. Change-Id: I08b98e67b03933a277de2ca577c165f1b67802ce
  5499. -----------------------------------------------------------------
  5500. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/inputmethods/LatinIME 867c481ae5ea7ead30e4612325902a2b51d58f13..03fd3b736d6e39c745765fd0b284a5e57e35f899
  5501. commit 03fd3b736d6e39c745765fd0b284a5e57e35f899
  5502. Author: Michael Bestas <mikeioannina@gmail.com>
  5503. Date: Sun May 25 14:44:19 2014 +0300
  5504.  
  5505. Automatic translation import
  5506.  
  5507. Change-Id: I296a4ecb7d4cca67d51bcca263f883dac3e825b6
  5508.  
  5509. commit 860e09c4fc954cd0d0d1cd0ab76a5297f6d36e5a
  5510. Author: Michael Bestas <mikeioannina@gmail.com>
  5511. Date: Wed May 21 20:40:14 2014 +0300
  5512.  
  5513. Automatic translation import
  5514.  
  5515. Change-Id: I368aedc7c6e0126eab0512b440f9411ca100119b
  5516.  
  5517. commit 5ffa5242992394b76426ea70dcb0f00a4111bfaf
  5518. Author: Michael Bestas <mikeioannina@gmail.com>
  5519. Date: Wed May 21 01:48:54 2014 +0300
  5520.  
  5521. Automatic translation import
  5522.  
  5523. Change-Id: I5478f8188496796ea21f70cb1d72b77a7c964bb2
  5524. -----------------------------------------------------------------
  5525. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/CalendarProvider cd62284ac219920003468bdde31e7e20a5268aa1..3acfd1aab0349e1d3f7abea088939f7c7f188c12
  5526. commit 3acfd1aab0349e1d3f7abea088939f7c7f188c12
  5527. Author: Michael Bestas <mikeioannina@gmail.com>
  5528. Date: Wed May 21 20:40:19 2014 +0300
  5529.  
  5530. Automatic translation import
  5531.  
  5532. Change-Id: I93f26d00a25c4a41e5841a45547ff27c128a9645
  5533. -----------------------------------------------------------------
  5534. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/ContactsProvider 506fded15f14c566660818c8601de584ce0ae55d..b2e82496a63f1665905fd6e82b3d2e7b6ab56310
  5535. commit b2e82496a63f1665905fd6e82b3d2e7b6ab56310
  5536. Author: Michael Bestas <mikeioannina@gmail.com>
  5537. Date: Wed May 21 20:40:23 2014 +0300
  5538.  
  5539. Automatic translation import
  5540.  
  5541. Change-Id: Id1a7fb862504fdd4ea167fc4ad375de60770a9c2
  5542. -----------------------------------------------------------------
  5543. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/DownloadProvider f2f141e5d12db39a26478ac378081887d67111d4..0021aa3e6e85be25631bea55f097fec24f875f84
  5544. commit 0021aa3e6e85be25631bea55f097fec24f875f84
  5545. Author: Michael Bestas <mikeioannina@gmail.com>
  5546. Date: Fri May 30 17:46:53 2014 +0300
  5547.  
  5548. Automatic translation import
  5549.  
  5550. Change-Id: Ie82c829ef629e2bb978cb03cd7d2fd1101299e64
  5551.  
  5552. commit 263a68bca7d3619de3173764803692328fbba6fd
  5553. Author: Michael Bestas <mikeioannina@gmail.com>
  5554. Date: Sun May 25 14:44:24 2014 +0300
  5555.  
  5556. Automatic translation import
  5557.  
  5558. Change-Id: Ib7049fea2926c61187d915adfddfc87c362e73a4
  5559.  
  5560. commit 208f3924d726828b1251e183fdcd572f2dfe2ebe
  5561. Author: Michael Bestas <mikeioannina@gmail.com>
  5562. Date: Wed May 21 20:40:28 2014 +0300
  5563.  
  5564. Automatic translation import
  5565.  
  5566. Change-Id: I349dab94b12ba0bbd02a433bcbc92a4e1c6d48bf
  5567.  
  5568. commit e9ec85590f79ee3406eef04e40439b8d2ffd35f6
  5569. Author: Michael Bestas <mikeioannina@gmail.com>
  5570. Date: Wed May 21 01:49:00 2014 +0300
  5571.  
  5572. Automatic translation import
  5573.  
  5574. Change-Id: I5d66d07ff7826979e6b27dd5e83acf3f3f9f2c44
  5575.  
  5576. commit 116f57458ff9b26464a68cf5a61f04f19517aced
  5577. Author: Mattias Nilsson <mattias.nilsson@sonymobile.com>
  5578. Date: Thu Mar 27 16:20:21 2014 +0100
  5579.  
  5580. Avoid leaking cursors
  5581.  
  5582. Adding try/finally blocks to make sure that cursor
  5583. resources are let go
  5584.  
  5585. Change-Id: I596074aa9ab5752f91a26b5a03e1f39c23c64a5f
  5586. -----------------------------------------------------------------
  5587. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/MediaProvider faf3f77b9222554227740aed8127714ea9e3f407..23270ec807373c1f62ff42d96a3fbd75491f7419
  5588. commit 23270ec807373c1f62ff42d96a3fbd75491f7419
  5589. Author: Michael Bestas <mikeioannina@gmail.com>
  5590. Date: Wed May 21 20:40:32 2014 +0300
  5591.  
  5592. Automatic translation import
  5593.  
  5594. Change-Id: I2d0a7f37f6e517e57bef12fc42804cc3c774cc8f
  5595. -----------------------------------------------------------------
  5596. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/TelephonyProvider 93350533fccb88de92ab4de32e4c3fda5d2395bc..5fcc84db0f3a9431f01f1f9bcd0a0a4193c33fec
  5597. commit 5fcc84db0f3a9431f01f1f9bcd0a0a4193c33fec
  5598. Author: Michael Bestas <mikeioannina@gmail.com>
  5599. Date: Wed May 21 20:40:36 2014 +0300
  5600.  
  5601. Automatic translation import
  5602.  
  5603. Change-Id: Ic7426666084e9e2a5cb1326c1d9d2611ed926a13
  5604. -----------------------------------------------------------------
  5605. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/ThemesProvider d0f415ae26b2e35508adacc920c8ea4ae809ccce..3c8b34bd6e29a0318899746452201872e96abc3d
  5606. commit 3c8b34bd6e29a0318899746452201872e96abc3d
  5607. Merge: 7b85dad 0a6ad31
  5608. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  5609. Date: Tue May 27 01:20:48 2014 +0000
  5610.  
  5611. Merge "Themes: Add read/write permissions [2/2]" into cm-11.0
  5612.  
  5613. commit 7b85dad5dbe3c68d1a7663b8baa0de6a6e83f884
  5614. Merge: 243d16e d43dc8d
  5615. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  5616. Date: Mon May 26 22:39:47 2014 +0000
  5617.  
  5618. Merge "Fix NPE if themeContext is null - round 2" into cm-11.0
  5619.  
  5620. commit 243d16e2e56c4c4b5c8dde08a04e19f2de2cc41e
  5621. Author: Michael Bestas <mikeioannina@gmail.com>
  5622. Date: Sun May 25 14:46:32 2014 +0300
  5623.  
  5624. Automatic translation import
  5625.  
  5626. Change-Id: I4afb8ee9e6ac3f3f11ff95427bb789f2ee7018c8
  5627.  
  5628. commit 0a6ad314a42f1ea25e85522517b35e0d21a52481
  5629. Author: Andy Mast <andy@cyngn.com>
  5630. Date: Fri May 23 14:54:50 2014 -0700
  5631.  
  5632. Themes: Add read/write permissions [2/2]
  5633.  
  5634. Change-Id: Ie41b1605b5773d651b8ef8f3162791fef5c78cfc
  5635.  
  5636. commit 5ec7588db5e9becbff92a52d7d32e0b1b6665823
  5637. Merge: 411d244 52f62a4
  5638. Author: Brint E. Kriebel <bekit@cyngn.com>
  5639. Date: Thu May 22 16:30:58 2014 -0700
  5640.  
  5641. Merge remote-tracking branch 'github/cm-11.0' into HEAD
  5642.  
  5643. commit 52f62a43fbe52ac62114501926c65ac955690a8c
  5644. Author: Clark Scheff <clark@cyngn.com>
  5645. Date: Wed May 21 13:45:08 2014 -0700
  5646.  
  5647. Standardize preview images.
  5648.  
  5649. Themes can contain a preview image for wallpaper, lockscreen, and
  5650. styles. These can be either .png or .jpg and use the following
  5651. naming conventions:
  5652. wallpaper -> assets/images/wallpaper_preview.[png|jpg]
  5653. lockscreen -> assets/images/lockscreen_preview.[png|jpg]
  5654. styles -> assets/images/styles_preview.[png|jpg]
  5655.  
  5656. Change-Id: Ibe441abf941e8b995c94eb43f6c6f237758d914b
  5657.  
  5658. commit 535100fefb7c127e8f7f29343f6d74c6951b90a6
  5659. Author: Michael Bestas <mikeioannina@gmail.com>
  5660. Date: Wed May 21 01:51:26 2014 +0300
  5661.  
  5662. Automatic translation import
  5663.  
  5664. Change-Id: Idc73415b665b719cba153929000cc960993241d9
  5665.  
  5666. commit 411d2446bd1e66e3b4a9df57456ad79b099d394c
  5667. Merge: ff2884c 6d17ea6
  5668. Author: Brint E. Kriebel <bekit@cyngn.com>
  5669. Date: Tue May 20 17:23:32 2014 -0700
  5670.  
  5671. Merge remote-tracking branch 'github/cm-11.0' into HEAD
  5672.  
  5673. commit 6d17ea67d7f040941706c3afd71149f05c3b1342
  5674. Author: Clark Scheff <clark@cyngn.com>
  5675. Date: Mon May 19 15:33:43 2014 -0700
  5676.  
  5677. Properly handle updating holo theme.
  5678.  
  5679. Change-Id: I157e597ee53894b1237c05dd2000b1da957b1968
  5680.  
  5681. commit 8ff5a8cd6aa1fe64a1f3ee63cade6ed8d8acc439
  5682. Author: Clark Scheff <clark@cyngn.com>
  5683. Date: Sat May 17 16:44:06 2014 -0700
  5684.  
  5685. CM11 Themes: Allow defining a custom default theme [2/3]
  5686.  
  5687. Change-Id: I94521a09339fb760b7a56b9a3ba3d2c56e2d3ac5
  5688.  
  5689. commit 3f39f20caad2f3579eecacc14ab93b44bcdeffed
  5690. Merge: 4456de1 13b9a54
  5691. Author: Clark Scheff <clark@cyngn.com>
  5692. Date: Sun May 18 21:35:09 2014 +0000
  5693.  
  5694. Merge "Listen for ACTION_PACKAGE_BEING_REMOVED" into cm-11.0
  5695.  
  5696. commit 4456de181af115c60aac4696639dc70e162882ce
  5697. Author: Andy Mast <andy@cyngn.com>
  5698. Date: Wed Apr 30 15:31:31 2014 -0700
  5699.  
  5700. Themes: Support launcher based icon packs [2/2]
  5701.  
  5702. Before this patch, icon packs written for Trebuchet/Nova/Apex could not be used
  5703. with the new theme engine as the formats were different.
  5704.  
  5705. For full description, see [1/2] in frameworks/base
  5706.  
  5707. Change-Id: Ifaec3c4b459a74eab19c69a086e117b96aeb3e0f
  5708.  
  5709. commit 13b9a546c7dee1ca588ef7cbb2f643df85f8f0a0
  5710. Author: Clark Scheff <clark@cyngn.com>
  5711. Date: Fri May 16 15:40:01 2014 -0700
  5712.  
  5713. Listen for ACTION_PACKAGE_BEING_REMOVED
  5714.  
  5715. Requires http://review.cyanogenmod.org/#/c/64139/
  5716.  
  5717. This will allow us to handle changing back to the default
  5718. theme for any components that are using the package about
  5719. to be removed. Some apps may crash if the them resources are
  5720. removed before we change the theme back.
  5721.  
  5722. Change-Id: If1778ea4dd3be86af21479f12e75d22083e168ef
  5723.  
  5724. commit d43dc8d6f5b80c1001d98bfe301309c0da9031f3
  5725. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  5726. Date: Fri May 16 19:06:19 2014 +0200
  5727.  
  5728. Fix NPE if themeContext is null - round 2
  5729.  
  5730. If a theme is uninstalled and timing is perfect, it can happen
  5731. that the CopyImageService is trying to get the PackageContext
  5732. of a not existing package.
  5733.  
  5734. Return from the function if a NameNotFoundException is catched.
  5735.  
  5736. Change-Id: I8f4e33d527f78228f9681ac518292364e9269a0c
  5737. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  5738.  
  5739. commit ff2884c18c887a515bed9003d92e03aa073bd31b
  5740. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  5741. Date: Tue May 13 21:38:47 2014 +0200
  5742.  
  5743. Fix NPE if themeContext is null
  5744.  
  5745. When installing a new theme it sometimes happens that the
  5746. ThemesProvider crashes due to a NullPointerException in
  5747. hasThemeComponent(...) when executing
  5748. AssetManager assetManager = themeContext.getAssets();
  5749.  
  5750. Don't silently catch the NameNotFoundException and return an
  5751. empty map.
  5752.  
  5753. Change-Id: I9d7bf8f79b9c38cd5da668a7fcf205406ffdd79c
  5754. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  5755. (cherry picked from commit dda7d285c2b77770d09ad2abaf4fa09f909d4636)
  5756.  
  5757. commit dda7d285c2b77770d09ad2abaf4fa09f909d4636
  5758. Author: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  5759. Date: Tue May 13 21:38:47 2014 +0200
  5760.  
  5761. Fix NPE if themeContext is null
  5762.  
  5763. When installing a new theme it sometimes happens that the
  5764. ThemesProvider crashes due to a NullPointerException in
  5765. hasThemeComponent(...) when executing
  5766. AssetManager assetManager = themeContext.getAssets();
  5767.  
  5768. Don't silently catch the NameNotFoundException and return an
  5769. empty map.
  5770.  
  5771. Change-Id: I9d7bf8f79b9c38cd5da668a7fcf205406ffdd79c
  5772. Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
  5773.  
  5774. commit bd04dff20feba012f8e98bea07adf5c02102efcb
  5775. Author: Clark Scheff <clark@cyngn.com>
  5776. Date: Mon May 5 16:07:37 2014 -0700
  5777.  
  5778. Include alarms in mixnmatch.
  5779.  
  5780. Change-Id: I11a63b665550fc7f8f89df837ab0fc8ebcd2c8d3
  5781. -----------------------------------------------------------------
  5782. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/providers/UserDictionaryProvider a1529697fc6576c9648a78fe4231f52a939e4776..457581d884a36aba59031d943f104ac6250d2976
  5783. commit 457581d884a36aba59031d943f104ac6250d2976
  5784. Author: Michael Bestas <mikeioannina@gmail.com>
  5785. Date: Sun May 25 14:46:36 2014 +0300
  5786.  
  5787. Automatic translation import
  5788.  
  5789. Change-Id: I08678e0f55b1660df187136bf4ed51cb5eff63a5
  5790.  
  5791. commit 88c8a2c1df8b32ffa8a2673935b77ee23b29d77f
  5792. Author: Michael Bestas <mikeioannina@gmail.com>
  5793. Date: Wed May 21 01:51:30 2014 +0300
  5794.  
  5795. Automatic translation import
  5796.  
  5797. Change-Id: I7ec082b144b3399f9093ca3a105cc283401f16b7
  5798. -----------------------------------------------------------------
  5799. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/screensavers/Basic 4961dd69094d8b2011ce88fb60828d62ab380913..399299b880e547e264c2072696c5e46bbf59f1db
  5800. commit 399299b880e547e264c2072696c5e46bbf59f1db
  5801. Author: Michael Bestas <mikeioannina@gmail.com>
  5802. Date: Wed May 21 20:40:40 2014 +0300
  5803.  
  5804. Automatic translation import
  5805.  
  5806. Change-Id: Id9dbdfdd834feb8952f0157c9cfca5b95d2f958c
  5807. -----------------------------------------------------------------
  5808. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/screensavers/PhotoTable dd9dbb4171f4374749c998984f88e35c53b6cad8..1033c5d2bb66ad7cfecafb3ad9d34340fd35ba64
  5809. commit 1033c5d2bb66ad7cfecafb3ad9d34340fd35ba64
  5810. Author: Michael Bestas <mikeioannina@gmail.com>
  5811. Date: Wed May 21 20:40:43 2014 +0300
  5812.  
  5813. Automatic translation import
  5814.  
  5815. Change-Id: I92d139165ce7fefc890805fc09df0cc67cd4252a
  5816. -----------------------------------------------------------------
  5817. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/services/Telephony 55f760a7e4eade44dc6a5370ee20328566a84e71..b4f28cd6ebbf0c6d26ccecd22b7922b79862eb62
  5818. commit b4f28cd6ebbf0c6d26ccecd22b7922b79862eb62
  5819. Merge: b2560bf 7001872
  5820. Author: Danny Baumann <dannybaumann@web.de>
  5821. Date: Mon Jun 2 06:41:22 2014 +0000
  5822.  
  5823. Merge "OutgoingCallBroadcaster: add subscription id to NEW_OUTGOING_CALL" into cm-11.0
  5824.  
  5825. commit b2560bfa6a345ff67ae0a1d1c2f0061ed89d413f
  5826. Author: Michael Bestas <mikeioannina@gmail.com>
  5827. Date: Fri May 30 17:46:57 2014 +0300
  5828.  
  5829. Automatic translation import
  5830.  
  5831. Change-Id: Ibeae48ae434f281784fc37c34af568b17e0d6777
  5832.  
  5833. commit 7001872f4231a1a400f3ff9e8db1a1a8e2e3717b
  5834. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  5835. Date: Tue May 27 23:05:43 2014 +0700
  5836.  
  5837. OutgoingCallBroadcaster: add subscription id to NEW_OUTGOING_CALL
  5838.  
  5839. This extra is sent on the stock ROM of many multi-SIM implementation
  5840. according to the author of the app "Operadora DDD". This allows
  5841. applications intercepting outgoing calls to know which SIM the
  5842. call is being made with.
  5843.  
  5844. http://forum.xda-developers.com/showpost.php?p=52940171&postcount=1876
  5845.  
  5846. Change-Id: I5bb379ea924209edb3dd01482f8dd5454a064de1
  5847.  
  5848. commit 6cb8587fb873ef21cc69c1d3a7de68f06f73bdac
  5849. Author: Michael Bestas <mikeioannina@gmail.com>
  5850. Date: Sun May 25 14:44:27 2014 +0300
  5851.  
  5852. Automatic translation import
  5853.  
  5854. Change-Id: I8d9cefaa24947b2b6e008f2e9bb953bbadea1578
  5855.  
  5856. commit a911fddb637df985dedefb77dfd0de49bb9489ef
  5857. Author: Michael Bestas <mikeioannina@gmail.com>
  5858. Date: Wed May 21 01:49:05 2014 +0300
  5859.  
  5860. Automatic translation import
  5861.  
  5862. Change-Id: I8270caea41d5f179d7bcab2e695728206e87fdec
  5863.  
  5864. commit 262a58a7c5da942bf13569786d920d85c6613a5f
  5865. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  5866. Date: Tue May 13 12:20:51 2014 +0700
  5867.  
  5868. SelectSubscription: set default parameters for ACTION_DATA_ROAMING_SETTINGS
  5869.  
  5870. ACTION_DATA_ROAMING_SETTINGS is a public intent. The caller
  5871. shouldn't need to send extra parameters to call the intent.
  5872.  
  5873. Change-Id: I72ea28d8760caf1965c8df0835f438a22331450e
  5874. -----------------------------------------------------------------
  5875. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/Basic 0d322d7a0cf094355e58fbc4d977976b6b6753b1..cc98ce3705e9f2cadf9f6d0e41ac81d4166be69b
  5876. commit cc98ce3705e9f2cadf9f6d0e41ac81d4166be69b
  5877. Author: Michael Bestas <mikeioannina@gmail.com>
  5878. Date: Wed May 21 20:40:52 2014 +0300
  5879.  
  5880. Automatic translation import
  5881.  
  5882. Change-Id: Ie0ca84e02219897096d96885f0dabc73c689b967
  5883. -----------------------------------------------------------------
  5884. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/Galaxy4 5c697fcdd7e9be305e70342671eb7cc9e9151dea..efa013850a1ca6f3abae4283e3593af6ad8dd23f
  5885. commit efa013850a1ca6f3abae4283e3593af6ad8dd23f
  5886. Author: Michael Bestas <mikeioannina@gmail.com>
  5887. Date: Sun May 25 14:46:40 2014 +0300
  5888.  
  5889. Automatic translation import
  5890.  
  5891. Change-Id: Id342a2c872d1fe8ed1c51f659dae86b7af3cb8f4
  5892.  
  5893. commit 142b12197667ab4b95620c7973bf286c64e6fdf0
  5894. Author: Michael Bestas <mikeioannina@gmail.com>
  5895. Date: Wed May 21 01:51:34 2014 +0300
  5896.  
  5897. Automatic translation import
  5898.  
  5899. Change-Id: Icd4793277ccab773aca447bdcb9fc43e01185a49
  5900. -----------------------------------------------------------------
  5901. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/HoloSpiral e49ba8320cf7427ad7e262f64d95480db21d1b59..2ae3a9ee9bd70d5078a71187e127b2592dac9d13
  5902. commit 2ae3a9ee9bd70d5078a71187e127b2592dac9d13
  5903. Author: Michael Bestas <mikeioannina@gmail.com>
  5904. Date: Wed May 21 20:40:56 2014 +0300
  5905.  
  5906. Automatic translation import
  5907.  
  5908. Change-Id: I169bd1f6e2be3fe6b029e4715a69b5055b0ffa48
  5909. -----------------------------------------------------------------
  5910. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/LivePicker 2d0e584fdab3915b62773a6fd40018114076bace..e530050f81f932ede9334601c20a50d10e1414e1
  5911. commit e530050f81f932ede9334601c20a50d10e1414e1
  5912. Author: Michael Bestas <mikeioannina@gmail.com>
  5913. Date: Wed May 21 20:41:00 2014 +0300
  5914.  
  5915. Automatic translation import
  5916.  
  5917. Change-Id: I95f7fc3468d4cd266e8384d44359c033325093ef
  5918. -----------------------------------------------------------------
  5919. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/MagicSmoke 4345583bf275e0c4f6706d3078b5db941a5eaf44..c02ba06bfa5a6e6dd03dd08ac5e2f8d370ca1fa0
  5920. commit c02ba06bfa5a6e6dd03dd08ac5e2f8d370ca1fa0
  5921. Author: Michael Bestas <mikeioannina@gmail.com>
  5922. Date: Wed May 21 20:41:04 2014 +0300
  5923.  
  5924. Automatic translation import
  5925.  
  5926. Change-Id: Ifb2bef7bcf40586a1c0ee125ca2cbd424381b8d3
  5927. -----------------------------------------------------------------
  5928. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/MusicVisualization 391dc5d0ec85857fbf8f4a13a0036a476fd2ed30..56204a9ad487717ef6fdb0ab71ff0963c08f490c
  5929. commit 56204a9ad487717ef6fdb0ab71ff0963c08f490c
  5930. Author: Michael Bestas <mikeioannina@gmail.com>
  5931. Date: Wed May 21 20:41:08 2014 +0300
  5932.  
  5933. Automatic translation import
  5934.  
  5935. Change-Id: Ifd5e0c9057da36985a903db8b03a6774a7a12b10
  5936. -----------------------------------------------------------------
  5937. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/NoiseField 8e756b3d6504e64840410059ae10b2b2d3010016..73238e21e409847f92dee36fa9c7d88ea2ccb3e3
  5938. commit 73238e21e409847f92dee36fa9c7d88ea2ccb3e3
  5939. Author: Michael Bestas <mikeioannina@gmail.com>
  5940. Date: Wed May 21 20:41:12 2014 +0300
  5941.  
  5942. Automatic translation import
  5943.  
  5944. Change-Id: Icfe5df4fd5c53fb146364ebef576269ede9a8e9d
  5945. -----------------------------------------------------------------
  5946. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/packages/wallpapers/PhaseBeam a051c366393177aba6dc6537429cea443427e560..3b3cac947756f99caf314e2dba1324a6cc62f02b
  5947. commit 3b3cac947756f99caf314e2dba1324a6cc62f02b
  5948. Author: Michael Bestas <mikeioannina@gmail.com>
  5949. Date: Sun May 25 14:44:34 2014 +0300
  5950.  
  5951. Automatic translation import
  5952.  
  5953. Change-Id: I6a7954798abf85d32a0bbc69d94ecb4e8ce098cc
  5954.  
  5955. commit 0963068fe9f8c42847ed69ad6e8ca2ecefdded18
  5956. Author: Michael Bestas <mikeioannina@gmail.com>
  5957. Date: Wed May 21 20:41:16 2014 +0300
  5958.  
  5959. Automatic translation import
  5960.  
  5961. Change-Id: I848b3c40bc4f6baebb925164d26bccf4cc32bb48
  5962.  
  5963. commit 431cd7b88a427c69ac313f528de5a222239035e3
  5964. Author: Michael Bestas <mikeioannina@gmail.com>
  5965. Date: Wed May 21 01:49:12 2014 +0300
  5966.  
  5967. Automatic translation import
  5968.  
  5969. Change-Id: I7c0183a6d1c39ce5087d88505d60e52449bf743e
  5970. -----------------------------------------------------------------
  5971. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/system/core 3f2d22254512a09f8f9319f5f3fdebc9d46bae16..6dc667c9e511ec51bbf5605d1c4bdfeb864b03f3
  5972. commit 6dc667c9e511ec51bbf5605d1c4bdfeb864b03f3
  5973. Author: Matt Mower <mowerm@gmail.com>
  5974. Date: Fri May 23 15:55:27 2014 -0500
  5975.  
  5976. Change CM recovery install script filename [2/2]
  5977.  
  5978. This is part 2/2 to maintain backwards compatibility with CWM's
  5979. verify_root_and_recovery() function. CWM checks if install-recovery.sh
  5980. exists and has an executable flag set, then offers to disable the script
  5981. for the user. CM now controls this with the persist.sys.recovery_update
  5982. property which is configurable via settings, so we don't need to
  5983. double-check this.
  5984.  
  5985. This changes the name of the recovery install script to
  5986. install-cm-recovery.sh.
  5987.  
  5988. Change-Id: I275dd358b46c626dfcb8fe02c583a308d5a89c56
  5989.  
  5990. commit 1aecc5983c96efd94a77cd793a15109eea91d53d
  5991. Author: Brint E. Kriebel <bekit@cyngn.com>
  5992. Date: Wed May 14 18:13:00 2014 -0700
  5993.  
  5994. init: update recovery when enabled in settings
  5995.  
  5996. Update the recovery image only if the option is enabled
  5997. under Developer options
  5998.  
  5999. This reverts commit 231e0a9e6a1da6fa4a188840f68af649669e417f.
  6000.  
  6001. Change-Id: I928f7ee8bb3eaf5581bb8225661d253ecca0c4ef
  6002.  
  6003. commit d16953d1a4d74d7f60edd1db48ca1b1649244d50
  6004. Author: Julian Strobl <julian.strobl@trust2core.de>
  6005. Date: Thu May 15 15:00:59 2014 +0200
  6006.  
  6007. toolbox: Avoid issues with non-regular files
  6008.  
  6009. Toolbox uses open() in order to check for existence of a file, instead
  6010. of using stat(). This breaks when using non-regular files such as FIFO,
  6011. because opening a FIFO for reading blocks until a writer is available.
  6012.  
  6013. Change-Id: I008d246d68f7ce56040f4b4c36e5ff4f9c34f4dc
  6014. -----------------------------------------------------------------
  6015. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/system/qcom b980ab07f5b52fe46ecec0ab9ef3ba6ca6b42046..c54aba94227845985451cc8f643b704a8de52102
  6016. commit c54aba94227845985451cc8f643b704a8de52102
  6017. Author: Steve Kondik <shade@chemlab.org>
  6018. Date: Tue May 13 01:25:17 2014 -0700
  6019.  
  6020. qsap: Kill more logspam
  6021.  
  6022. Change-Id: I0a32abbf783ffb1534051fd89708d2a49014c6c3
  6023. -----------------------------------------------------------------
  6024. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/system/vold 99edc99433f1c642a8e500c78851394f69554242..b876aa98ccea5ebdb588337585f85bdca1baf80c
  6025. commit b876aa98ccea5ebdb588337585f85bdca1baf80c
  6026. Author: Ketut Putu Kumajaya <ketut.kumajaya@gmail.com>
  6027. Date: Mon Apr 14 22:37:04 2014 +0700
  6028.  
  6029. Ext4: SD card write access workaround
  6030.  
  6031. Traverse the entire hierarchy and chown to media_rw is better but slow
  6032.  
  6033. Change-Id: I6c402b5e787f7f715de2ac2ef884af3f5700ebef
  6034. -----------------------------------------------------------------
  6035. /storage1/Android/cyanogen_mod_bundle11.0/cm-11.0/vendor/cm fdf1aff5ad1bc5f22e05d26c301a93c443c36c3c..1cc6c2a6f3b29dc382ff4d6f88cfb8531b99d489
  6036. commit 1cc6c2a6f3b29dc382ff4d6f88cfb8531b99d489
  6037. Merge: ada0a6c 2cbcab3
  6038. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  6039. Date: Mon Jun 2 09:59:33 2014 +0000
  6040.  
  6041. Merge "cm: Enable KSM deferred timer for kernels supporting it" into cm-11.0
  6042.  
  6043. commit 2cbcab3310e5ab29e09ec2d65773ba7f4713a643
  6044. Author: Arne Coucheron <arco68@gmail.com>
  6045. Date: Mon May 26 05:49:16 2014 +0200
  6046.  
  6047. cm: Enable KSM deferred timer for kernels supporting it
  6048.  
  6049. Change-Id: I8e1d6071a3edc09c959f65801b110205f0908ed3
  6050.  
  6051. commit ada0a6c18b8e5af25222ec4715e7336287c17465
  6052. Author: neatchee <neatchee@gmail.com>
  6053. Date: Thu May 15 16:09:25 2014 -0700
  6054.  
  6055. Add/fix APNs...
  6056.  
  6057. ...Enitel, Movistar, Poste Mobile, Trilogy Dominicana, Sipgate, Safaricom, Etisalat AE
  6058.  
  6059. PS2: rebase
  6060.  
  6061. Change-Id: I9126b3f579fa61dc8f413d562dd71ce840027957
  6062.  
  6063. commit e0e8c2772ec580d5a69adf742ede09f438b18399
  6064. Author: Brint E. Kriebel <bekit@cyngn.com>
  6065. Date: Wed May 21 23:37:52 2014 -0700
  6066.  
  6067. recovery: default recovery updating to false
  6068.  
  6069. Default recovery flashing on system updates to false. This can be
  6070. overridden for specific builds/devices, but the option can be enabled
  6071. or disabled on all builds.
  6072.  
  6073. Change-Id: Ia1bc94bd1e5f799fc894286a6b2f4f7a8a3816dd
  6074.  
  6075. commit 34d5e908433ce79e1c7fbcb88cf1661a4adb1743
  6076. Author: Steve Kondik <shade@chemlab.org>
  6077. Date: Mon May 19 19:12:31 2014 -0700
  6078.  
  6079. cm: Add some app-specific performance settings
  6080.  
  6081. Change-Id: I2fd6561a17ae5dd17a825b82dc861d684c20d546
  6082.  
  6083. commit 8b9d693a1836f3a74023709b44d6c797b58b43c2
  6084. Author: Michael Bestas <mikeioannina@gmail.com>
  6085. Date: Tue May 20 01:37:53 2014 +0300
  6086.  
  6087. Fix some translator names
  6088.  
  6089. Change-Id: I29272faaa9d8f62da986423477ba8c6d8bd06e5a
  6090.  
  6091. commit 484b262d111701726669a3d7018c4655f52fc6ec
  6092. Merge: 3325783 fbccf65
  6093. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  6094. Date: Mon May 19 19:47:12 2014 +0000
  6095.  
  6096. Merge "Fix Etisalat UAE APNs" into cm-11.0
  6097.  
  6098. commit 3325783298a0caf40b5e80aab6fc1392f381f413
  6099. Author: Steve Kondik <shade@chemlab.org>
  6100. Date: Sun May 18 18:16:12 2014 -0700
  6101.  
  6102. sepolicy: Allow relabeling after wallpaper change
  6103.  
  6104. Change-Id: I89220fae961f483dad8b92faaee9ed8fe6c8a7cf
  6105.  
  6106. commit fbccf658b9d1cda84e597918ef0b4383083d63c8
  6107. Author: neatchee <neatchee@gmail.com>
  6108. Date: Fri May 16 15:41:24 2014 -0700
  6109.  
  6110. Fix Etisalat UAE APNs
  6111.  
  6112. Change-Id: Idf0281b4d68a6efefca1d61812d42b3dcfc086ce
  6113.  
  6114. commit f815de9eaeabaf109c1f597a94c34304ae0bf88d
  6115. Author: Michael Bestas <mikeioannina@gmail.com>
  6116. Date: Fri May 16 17:12:33 2014 +0300
  6117.  
  6118. Update translation contributors list
  6119.  
  6120. Give some credit :)
  6121.  
  6122. Change-Id: I5f05657b9ce0f1a1e11ab12b9dc9d6623b6974fe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement