aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-01Merge "minadbd: remove unnecessary header files."tools_r22Nick Kralevich
2013-03-01minadbd: remove unnecessary header files.Nick Kralevich
Change-Id: Iff2b53d9e63b279d0262cd2e9cfb11e0ca4d6b42
2013-01-02am c560a67b: add optional overscan compensation to recovery graphicsDoug Zongker
* commit 'c560a67b12350102ba237fa70cedc7c972ad4e4b': add optional overscan compensation to recovery graphics
2012-12-18add optional overscan compensation to recovery graphicsDoug Zongker
If your screen is a TV, it may not actually be displaying the edges of the framebuffer. Allow specifying an overscan percentage, and move each edge of the framebuffer in by that percent of the width/height. (The gr_* layer just lies to the caller about the size of the framebuffer, telling the caller it's smaller than it really is, and offsets all drawing commands to match.) Change-Id: I11bb2feb39ae522bd3e957a14ebdecf3609e0fdc
2012-12-18am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methodsDoug Zongker
* commit 'bb01d0c12b29e6ff4a9169c21c95408e7eb882c5': add NextCheckKeyIsLong() and EnqueueKey() methods
2012-12-17Merge "Pass the correct pointer to munmap on failure."jb-mr1-dev-plus-aospElliott Hughes
2012-12-17add NextCheckKeyIsLong() and EnqueueKey() methodsDoug Zongker
NextCheckKeyIsLong() is called right before each call to CheckKey() to tell the implementation if the key is a long-press or not. (To be used on devices with few buttons.) It's done as a separate method (rather than a parameter to CheckKey) to not break existing recovery UI implementations. EnqueueKey() can be called from CheckKey() to put arbitrary code codes in the synchronous queue (to be processed by HandleMenuKey). Change-Id: If8a83d66efe0bbc9e2dc178e5ebe12acd216324b
2012-12-17Pass the correct pointer to munmap on failure.Elliott Hughes
This won't ever happen, and you're probably screwed anyway if it does, but that's no excuse... Change-Id: I2c56f607e351e84308a72b41b834d13aaa98fc62
2012-11-06am aa0dbb25: Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project
* commit 'aa0dbb25a0ae51a8e53018fe05bf59164d9804cb':
2012-11-06Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeandroid-cts-4.2_r2The Android Open Source Project
Change-Id: Ibef4c059b7a7e055fe562c60656a9f7f7de4841a
2012-10-16resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aospKenny Root
Change-Id: I861e3a6aa07c448909b2ae54618bba178bd6e457
2012-10-16Merge "Remove HAVE_SELINUX guards"tools_r21Kenny Root
2012-10-16Remove HAVE_SELINUX guardsKenny Root
Change-Id: Ia96201f20f7838d7d9e8926208977d3f8318ced4
2012-10-10Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: I3afa60bf8978d750c7072128e9f5e87c5d624b36
2012-10-10merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger
2012-10-10merge in jb-mr1-release history after reset to jb-mr1-devandroid-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1.1-releasejb-mr1-releaseThe Android Automerger
2012-10-09am 6016d08b: recovery: fix failure to unmount "/cache"Devin Kim
* commit '6016d08b0c3b682f1f7000b42a9ea4b6b6d74f22': recovery: fix failure to unmount "/cache"
2012-10-09Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: I692d63796f64702243898ae1d20d8ce073dc15e6
2012-10-09merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger
2012-10-08recovery: fix failure to unmount "/cache"android-sdk-support_r11Devin Kim
At load_locale_from_cache() function, LOCALE_FILE must get closed after it is opened and used. Otherwise it causes a failure to unmount "/cache" after load_locale_from_cache() function is called. Change-Id: I9cec0f29a8ec4452c8a6a52e2f3c8ce9930d5372 Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-10-08am 8347cb2d: revert to tacky 3D recovery animationDoug Zongker
* commit '8347cb2d813b9a8b7c9165aadaea0b699eb5082f': revert to tacky 3D recovery animation
2012-10-08revert to tacky 3D recovery animationDoug Zongker
Bug: 7204420 Change-Id: I16d3346ce54b1aa5a0e6a02839ae9fbd4718fffa
2012-09-26Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: I887d27a16a0713ca92f3b2ebc570033cdb8759fb
2012-09-25merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger
2012-09-24am 6c8553dd: display error state on OTA failureDoug Zongker
* commit '6c8553dda8b7fb45adc9f48a294c130b7e283f40': display error state on OTA failure
2012-09-24display error state on OTA failureDoug Zongker
We need prompt_with_wait() to show either the ERROR or NO_COMMAND state as appropriate. Bug: 7221068 Change-Id: I191526cf12630d08b7a8250a2a81e724a4a5d972
2012-09-20Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: Ifa58ce936a9bf0a9e95f46eebcb4f64c772aa5ba
2012-09-18am b66cb69e: tweak recovery text imagesDoug Zongker
* commit 'b66cb69e3933d5f56f06d88cd31817f49d87df5f': tweak recovery text images
2012-09-18tweak recovery text imagesDoug Zongker
Center and fix the extents for those locales that have multiple lines of text. Add Urdu as an RTL language. Bug: 7064142 Change-Id: I4c1aa1198be29cab01129dabf2c4a026b93719a6
2012-09-18localization for recovery messagesDoug Zongker
Add images of text for all locales we support. Make the progress bar fill the correct way for RTL languages. (Flip the direction the spinner turns, too, just for good measure.) Bug: 7064142 Change-Id: I5dddb26e02ee5275c57c4dc4a03c6d68432ac7ba
2012-09-18tweak recovery text imagesDoug Zongker
Center and fix the extents for those locales that have multiple lines of text. Add Urdu as an RTL language. Bug: 7064142 Change-Id: I4c1aa1198be29cab01129dabf2c4a026b93719a6
2012-09-18am 5fa8c239: localization for recovery messagesDoug Zongker
* commit '5fa8c23911759a9e81af0e7fb5eb431277b8e9a6': localization for recovery messages
2012-09-18localization for recovery messagesDoug Zongker
Add images of text for all locales we support. Make the progress bar fill the correct way for RTL languages. (Flip the direction the spinner turns, too, just for good measure.) Bug: 7064142 Change-Id: I5dddb26e02ee5275c57c4dc4a03c6d68432ac7ba
2012-09-06Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: Ia9cde557f8e6abaf0935e6b238eb956be09c12ca
2012-09-05merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger
2012-09-04minor recovery fixesDoug Zongker
- protect against missing/malformed bitmaps: fail to display them but don't crash. - don't draw animation overlays until the overlay offset is computed. - logging cleanup Change-Id: Ieb1c155cfbb11e643000bdb5d1a57900c8757739
2012-08-30fix format of installing_textDoug Zongker
Was submitted in the wrong PNG format (color type 4 instead of 0). Change-Id: I8780c81eb92bdfc407b43948a92b37d93026325a
2012-08-30fix format of installing_textDoug Zongker
Was submitted in the wrong PNG format (color type 4 instead of 0). Change-Id: I8780c81eb92bdfc407b43948a92b37d93026325a
2012-08-29Merge "recovery locale handling fixes" into jb-mr1-devDoug Zongker
2012-08-29recovery locale handling fixesDoug Zongker
- change locale filename to "last_locale" so the main system doesn't delete it - clean up some chatty logging - update images with real German (other languages TBD) Change-Id: I2ebb4ed4e054bd1808a3042d9efbb2c18f3a044d
2012-08-24am bddbb5b3: Merge "Fixing trivial warnings for libminui"Jean-Baptiste Queru
* commit 'bddbb5b370d925d6e5ae62d560f5e7ad09a6ffac': Fixing trivial warnings for libminui
2012-08-24Merge "Fixing trivial warnings for libminui"Jean-Baptiste Queru
2012-08-23Merge "Add libm due to libpng dependency." into jb-mr1-devStephen Hines
2012-08-23am 6a693d57: Merge "Fixed warnings in libmtdutils"Jean-Baptiste Queru
* commit '6a693d57687a18f8e032293b71ca98882a78c93d': Fixed warnings in libmtdutils
2012-08-23am 0254d573: Merge "Fix multiple defined symbol errors"Jean-Baptiste Queru
* commit '0254d57367432069256b623c6852da8b92626e79': Fix multiple defined symbol errors
2012-08-23am 481e03e3: Merge "Fixed unused param warnings for check-lost+found"Jean-Baptiste Queru
* commit '481e03e39810ba1b7eab1d0d806039f45c4ad987': Fixed unused param warnings for check-lost+found
2012-08-23Add libm due to libpng dependency.Stephen Hines
Change-Id: I0bdc2df5ef358813587f613a1b50eaa850e95782
2012-08-23change recovery images to android with spinnerDoug Zongker
Also make writing the locale a bit more robust. Change-Id: I803dd0aa0b9d6661fad74ea13fb085682402323c
2012-08-23Merge "Fixed warnings in libmtdutils"Jean-Baptiste Queru
2012-08-23Merge "Fix multiple defined symbol errors"Jean-Baptiste Queru