summaryrefslogtreecommitdiffstats
path: root/res/layout/op_progress.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #8133419 Android Download Manager/Installer should be mirrored for ↵Fabrice Di Meglio2013-03-211-6/+6
| | | | | | | | | RTL languages - update PackageInstaller layouts for supporting RTL - enable RTL support by adding android:supportsRtl="true" in the AndroidManifest Change-Id: I656ff6771a2f2e684e3c6e7a1302a864b12f6187
* layout fixes and asset updates to package installerPeter Ng2011-10-171-14/+3
| | | | | Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
* Swap the positive and negative buttons.Jeff Hamilton2011-07-011-8/+4
| | | | Change-Id: Ib5d7f57c47e79359174c0a24f72b1a8d509a6f4e
* Fix layouts some moreKenny Root2011-06-231-40/+53
| | | | | Bug: 4770335 Change-Id: Iceef40eb1bf01457d715a21a5ebef942de484195
* More descriptive errors for install failuresKenny Root2011-03-161-1/+12
| | | | Change-Id: Ica79bece0fd29c27126e1ee51daeac96affaa1ab
* Do not clip icon on install screenKenny Root2011-01-261-1/+0
| | | | | Bug: 3385827 Change-Id: Ib7014f1377ca9fc470c333541d183f7dbd394de8
* Change theme to DialogWhenLargeKenny Root2011-01-101-28/+59
| | | | | | | | Fix some layouts to correctly display as dialogs when using a large screen device. Still needs the WeightedLinearLayout trick. Bug: 3298362 Change-Id: I76ad192ca8c27a0d9f4ce106dc4e1e922c01c02b
* Use the system standard ButtonBar style as well as the standard medium title ↵Jeff Hamilton2010-03-161-23/+14
| | | | | | bar assest. Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-7/+7
| | | | Bug: #2361749.
* Fix screen flow issues in pacakge installer/uninstaller.Suchi Amalapurapu2009-09-081-25/+61
| | | | | | | | | | | | | | | | | | | The main activity was managing the state transitions during installation/uninstallation which was actually not needed. Just make the activities independent and start sub activities without waiting for activity result codes in the main activity. If the user enables development setting to immediately destroy activities, and sideloads an app, the ActivityManager tries to destroy the main activity while it starts sub activities to finish installation and this results in UI bizarreness based on the current state of the installer. Also move InstallConfirmation to the main activity. Converge InstallDone and InstallProgress into one screen. Just enable or disable launch/close buttons. This is how it should have been in the first place.. Same set of issues with uninstall code path as well.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+46
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-46/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+46