- 03 Nov, 2011 1 commit
-
-
The Android Automerger authored
-
- 02 Nov, 2011 3 commits
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
The Android Automerger authored
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
- 01 Nov, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: I60c8f3c3da939a628bb430e6b1fb6925c00375b3
-
- 31 Oct, 2011 2 commits
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
The Android Open Source Project authored
Change-Id: I3739ea8271e7a88dd9e1f4584057c420c826ce5f
-
- 30 Oct, 2011 2 commits
-
-
The Android Automerger authored
This reverts commit a907d6f8.
-
The Android Automerger authored
-
- 29 Oct, 2011 1 commit
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
- 28 Oct, 2011 1 commit
-
-
Jeff Hamilton authored
-
- 27 Oct, 2011 2 commits
-
-
Eric Fischer authored
Change-Id: I40419521c179ba4eba7c40d818f5d8cbcf6063b5
-
Jeff Hamilton authored
Bug: 5128799 Change-Id: I5607abe5d28ef9682afa084651c50aa651655b60
-
- 26 Oct, 2011 2 commits
-
-
Nick Pelly authored
-
Martijn Coenen authored
This allows you to switch from FW 109.11 (ICS-MR1) and FW 109.7 (ICS-MR0). This EEPROM location is used in ICS-MR1 for a new feature (Hybrid polling), but the value used in MR1 causes polling to be disabled in MR0. EEPROM values are stored on the NFC controller and will survive regular flashing. So the result is that if you switch from MR1 to MR0 then polling will fail. This fix is low risk, it just explicitly writes the value already stored in this EEPROM location. Bug: 5519093 Change-Id: I33d97134c68c03358f22b7773deea73c66166a98
-
- 25 Oct, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: I146e1c83692dc78f647ac01b8470d82c6047996c
-
- 21 Oct, 2011 3 commits
-
-
Martijn Coenen authored
-
Martijn Coenen authored
Set to 255 ms, increase number of retries to 64. Add dump() interface to native library Change-Id: Ib3a32f70453f7f8b79ff89394410f56b4b9dd7a2
-
Martijn Coenen authored
-
- 19 Oct, 2011 1 commit
-
-
Martijn Coenen authored
Bug: 5480404 Change-Id: I52add3c89fc535bfc37bc8c12ed0f8f905cbe304
-
- 18 Oct, 2011 2 commits
-
-
Eric Fischer authored
Change-Id: I25ff3a0808477797e2916838719f995b2e4368e5
-
Martijn Coenen authored
Instead of launching NFC into existing tasks, always launch into a clean task that is owned and controlled by the NFC process. Bug: 5122560 Change-Id: Iea6022bb754bcc46e7ab3adb1b9ccc7fe20797e3
-
- 17 Oct, 2011 1 commit
-
-
Jeff Hamilton authored
The LLCP stack is still using globals without holding the concurrency lock. When turning the screen off we were previously disabling the NFCEE routing before disconnecting the active target. The routing code would grab the lock and then touch the globals, which the LLCP was using illegally, causing a crash when the LLCP triggered callbacks are delivered. This change reorders the shutdown at screen off to disconnect the remote target before issuing the change to the NFCEE routing in an attempt to stop the ongoing LLCP transactions, thereby avoiding the crash. Since the callbacks are asynchronous the race is still there, but it's hit more like 10% of the time instead of 100% of the time. Bug: 5366024 Change-Id: I31230166c1c5bf116195db350ac6605feb90e87f
-
- 14 Oct, 2011 1 commit
-
-
Martijn Coenen authored
Bug: 5318512 Change-Id: Iae150be1210bf25c1fc58b41ec24dc301547cf7f
-
- 11 Oct, 2011 2 commits
-
-
Martijn Coenen authored
This just crops the status bar and the navbar from the screenshot we take. This makes the animation look right in all cases, except for when we are full screen: in that scenario we're cropping away too much. Also removed the clone view (was no longer used) and cleaned FireflyRenderer a bit. Bug: 5318512 Change-Id: I37189a576f19937c2cae4ec368f26ac0725a1b62
-
Martijn Coenen authored
Bug: 5430205 Change-Id: I2b6581cb54f49693744bd8739856877dec19f933
-
- 10 Oct, 2011 3 commits
-
-
Eric Fischer authored
-
Brandon Keely authored
Merge "NFC screenshot animation adjustments: - eliminate discontinuous jump when starting failure animation (mScaleUpAnimator) - simplify success animation: fade live app in at scale=1, rather than scaling it back up - minor timing and motion curve tweaks"
-
Eric Fischer authored
Change-Id: I031d83074f38592019912c34a06ddc5c74afd53a
-
- 08 Oct, 2011 2 commits
-
-
Brandon Keely authored
- eliminate discontinuous jump when starting failure animation (mScaleUpAnimator) - simplify success animation: fade live app in at scale=1, rather than scaling it back up - minor timing and motion curve tweaks Change-Id: I1fd5989a6e58e493087653d3a865f774cfc2b32d
-
Brandon Keely authored
Change-Id: I833c466e867b1c1c787654b0b3a42ebca27b7c14
-
- 30 Sep, 2011 3 commits
-
-
Eric Fischer authored
-
Eric Fischer authored
Change-Id: I0cd23cb557e59d7f7736495749e8dc090d771b22
-
Kenny Root authored
Bug: 5389201 Change-Id: I8ddb60ebe63bcc01e0695868286ad4c7da4afa69
-
- 29 Sep, 2011 1 commit
-
-
Eric Fischer authored
* commit '732f77cf': Import revised translations. DO NOT MERGE.
-
- 28 Sep, 2011 2 commits
-
-
Eric Fischer authored
Change-Id: I9b18d646d7d731f8f227685ccfa4f21276ca8009
-
mike wakerly authored
This addresses the responsiveness issue identified in b/5140941 Change-Id: I8fad061be2e3f1006e4e2910db84c0a3360e2a0a
-
- 27 Sep, 2011 3 commits
-
-
Eric Fischer authored
* commit '416d5ff3': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I8cde4e2ddd9df24fae0d19c4d1a865560526a5a4
-
Eric Fischer authored
* commit 'c625b19e': Import revised translations. DO NOT MERGE
-