History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e9721266feafdf16786b94f6fac4c06220cd422 10-Aug-2011 Dianne Hackborn <hackbod@google.com> Implement new extended install/uninstall options.

Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
bae45d9ae440e20d1a261e81b6acdf02130a305a 28-Feb-2011 Kenny Root <kroot@google.com> More descriptive errors for install failures

Change-Id: Ica79bece0fd29c27126e1ee51daeac96affaa1ab
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
362660b35aec989137b205ce8cb8eb945c19c1a3 03-Sep-2010 Patrick Dubroy <dubroy@google.com> Check for activity info when uninstalling.

Also, switch to using standard fat title bar.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
9ab50f3655afed4f9266402a03d3235d94220397 11-Mar-2010 Suchi Amalapurapu <asuchitra@google.com> Remove memory checks in side loading ui
Move dialog for insufficient storage as a post-install error handle dialog

Change-Id: I419b1dc233e01fc91e29d1274bae17d5bd63a60d
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
dc7d3d29d2d058e795ab7650a611027d981e4a71 11-Mar-2010 Suchi Amalapurapu <asuchitra@google.com> Check for resolvable activities before enabling launch button.

Change-Id: I6bbb6c079c53f09a3b92b4e2a50d17fbd4839a0e
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
7cdf9b3362df82fbfea24d559329109b8ed0b46f 12-Feb-2010 Suchi Amalapurapu <asuchitra@google.com> Remove recomended install app location
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
abccd1044822be3b17ca560343782637fa7a3259 09-Feb-2010 Suchi Amalapurapu <asuchitra@google.com> Change method signature for recommendAppInstallLocation
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
8ea32f42a5d68eb0922a842fc71475786a872323 30-Jan-2010 Oscar Montemayor <oam@google.com> Apps on SD card projec.
Folowing through with making recommendAPpInstallLocation(..) an instance method in PackageManager.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
2f32397f47118c6e870421965fba650a51886ffc 29-Jan-2010 Oscar Montemayor <oam@google.com> Apps on SD card project.
Modifying sideload app to recommend location where to install application package, based on application flags, total space and available space
on internal and SD card storage. Currently ignoring "Do not install" recommendation.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
9629a925eded634556b444d6d11985894dfb9f6a 25-Jan-2010 Suchi Amalapurapu <asuchitra@google.com> Remove copying temporary file into installer's private data directory.
The system process can now make a copy for itself.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
ccb4dda8b1525c90323fa9dd7b96b9eeb78b7082 18-Nov-2009 Suchi Amalapurapu <asuchitra@google.com> Fix for 2268060, 2251223 if conditional initializing package label.
Also load the label from the new pkg for existing packages
Use installer's metrics and configuration info when creating resources
for new package
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
f80cb7b8632fb2cab44838ee741b3e8fa4aa90b1 12-Nov-2009 Suchi Amalapurapu <asuchitra@google.com> move creating temp file to InstallAppProgress
and deal with cleanly deleting the file
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
f075068817434dbb5e861d00f5ed23d6405ab4d9 11-Nov-2009 Suchi Amalapurapu <asuchitra@google.com> Use nonlocalized label when installing packages.
Also invoke the right method based on if its an installed application
or not. just move the if condition prior to initializing the view
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
d9b773b7041894e37c1b6f62d6b221dd3c8e4c43 01-Sep-2009 Suchi Amalapurapu <asuchitra@google.com> Fix screen flow issues in pacakge installer/uninstaller.
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.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
ff8693ab50a9ed78ee816361c628969752127e9d 12-May-2009 Suchi Amalapurapu <asuchitra@google.com> change utility methods used to load label and icon of packages
load label and icon for yet to be installed app from assets and resources created from the apk.
define new method for initing app snippet for uninstall related code
rename changed utility methods in install and uninstall code paths
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
fe069ea729efec01a8b6f16f9e76a2db4988404a 13-May-2009 Jacek Surazski <jaceks@google.com> PackageInstaller honors Intent.EXTRA_INSTALLER_PACKAGE_NAME

If this extra is set in the Intent which launches PackageInstaller,
PackageInstaller passes it in the call to PackageManager.installPackage().
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
c0d65ae569b5f6188383a0d0ec253b6131203f30 12-May-2009 Dianne Hackborn <hackbod@google.com> Update to match new install API.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
91ec61c3dca241befdf4a3803c45b051a3e3124f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
8106e501baad76e7192c7ddbb9f5e179c7ff6f9b 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
092149c8a75237c476a917d57c48f8b8cd51f0f0 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java
088073e6787fca4bfc68d6b04a5e887a03faf745 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java