- 08 Jun, 2016 1 commit
-
-
Svet Ganov authored
The first bug was that we were starting the install before having the package info for the installed app. The second was that we were calling the permission review UI despite we were there before the user selected to install. i.e. the user already reviewed the permissions. bug:29197887 Change-Id: I2fac4d014dde7f7744a6b831c2b0ff510e29e8e8
-
- 06 Jun, 2016 1 commit
-
-
Bill Yi authored
Change-Id: Ib7fe9a02ad003c6c1b4ef1935f3d0192602bafff Auto-generated-cl: translation import
-
- 03 Jun, 2016 1 commit
-
-
Bill Yi authored
Change-Id: Icdf278728eccb9f840ee875497c147be465905c2 Auto-generated-cl: translation import
-
- 01 Jun, 2016 3 commits
-
-
Svetoslav Ganov authored
-
Svetoslav Ganov authored
This change fixes a regression where we stopped showing a confirmation UI for an app side-loading. bug:28551937 Change-Id: Ia2114d273473d6e00696f9de8c523190a1b444ad
-
Bill Yi authored
Change-Id: Id8320806d394c1849286975e9c1dd455aa94480b Auto-generated-cl: translation import
-
- 31 May, 2016 2 commits
-
-
Philip P. Moltmann authored
-
Bill Yi authored
Change-Id: I5268cc8cfdc7aab089f36af76ee6c8ead0890591 Auto-generated-cl: translation import
-
- 26 May, 2016 1 commit
-
-
Philip P. Moltmann authored
In landscape view the title bar height is less than in portait mode and the padding on top and bottom cause cut-offs. Hence make the layout like in install_start.xml Fixes: 28756671 Change-Id: I4df68e41fee6ce67e21a0a282f46c1dcb641f9b8
-
- 25 May, 2016 1 commit
-
-
Philip P. Moltmann authored
-
- 24 May, 2016 4 commits
-
-
Svetoslav Ganov authored
am: 385ae0e0 * commit '385ae0e0': [DO NOT MERGE] Bring back overlay warning in permissions UI. Change-Id: I31099952c886c9d1a9b543df2dc3a91843d6da40
-
Svetoslav Ganov authored
am: 8fd7c428 * commit '8fd7c428': [DO NOT MERGE] Bring back overlay warning in permissions UI. Change-Id: Iff9da3860811b41b657b507481fa9620a2dd2c42
-
Svetoslav Ganov authored
am: 92d61dd6 * commit '92d61dd6': [DO NOT MERGE] Bring back overlay warning in permissions UI. Change-Id: Ibc14501ef88b52d7c60b261e9b29176ada8623d4
- 23 May, 2016 2 commits
-
-
Svetoslav Ganov authored
The package installer has a special event handling when the user tries to interact with it and an overlay window intersects the installer one. We show a warning that an overlay was detected and point the user to settings. This regressed and nothing happened when the users click the allow button. bug:28572707 bug:26677796 Change-Id: I617595e7cd5277576ccb9915946b77082a1c2b9e
-
Philip P. Moltmann authored
Manual formatting is to complicated to do. Fixes: 28852429 Change-Id: Ibab723b82a2b14ad94a3038dffccc96f86ba8ee4
-
- 22 May, 2016 1 commit
-
-
Baligh Uddin authored
Auto-generated-cl: translation import Bug: 28857042 Change-Id: Ib70f0138d98cc3a8b41c88418b3b45f2a80630e4
-
- 18 May, 2016 4 commits
-
-
Svetoslav Ganov authored
We made a change to the PackageInstaller to start settings for a result to allow partners to return OK to continue the install flow, otherwise requiring the user to start install again (the desired behavior on Nexus). This change finishes the package installer activity if settings does not return success to continue the install flow. bug:28838075 Change-Id: I4ff1b1a713d46a8584baf66f379ab070226c125f
-
Svetoslav Ganov authored
-
Baligh Uddin authored
-
Svet Ganov authored
This change fixes a regression where we endup installing apps even if unknown sources is disabled - missing else statement. bug:28551937 Change-Id: I05dd28a28eb9ffd9eda8a6ee2fdccd501d2e08d1
-
- 16 May, 2016 4 commits
-
-
Baligh Uddin authored
Change-Id: Ia9dfddda6ce5d05a552e1d7008a2b3f66ec996b4 Auto-generated-cl: translation import
-
Philip P. Moltmann authored
Fixes: 28746698 Change-Id: I3a742ce5afb6020bd24bfd0d9bfec59873f1e7d6
-
Philip P. Moltmann authored
Bug: 28746698 Change-Id: Id4bdbad5efd4dba71a62a8afb22324a1236d675b
-
TreeHugger Robot authored
-
- 14 May, 2016 1 commit
-
-
Svetoslav Ganov authored
-
- 13 May, 2016 3 commits
-
-
Svetoslav Ganov authored
This change ensures the app name is properly bolded in the premissions request UI even if it is a substring of "Allow" :) bug:28719607 Change-Id: I5a313f67c19a2d882732b1c97f0dbee5782b22f5
-
Philip P. Moltmann authored
-
Philip P. Moltmann authored
-
- 12 May, 2016 2 commits
-
-
Philip P. Moltmann authored
-
Philip P. Moltmann authored
This fixes two screens in the case no permissions are required. - Do not remove tabs, just make them invisible. This is required to push the "OK" and "CANCEL" button to the bottom - Show spacer under text as this looks prettier. Fixes: 28746145 Change-Id: Ia312b476c7e3944709ed3f8fd71d12268559257f
-
- 11 May, 2016 2 commits
-
-
Philip P. Moltmann authored
Please note that the labels stay unbadged. I.e. The label will always be "Contacts" instead of "Work Contacts". Fixes: 28403737 Change-Id: Ib994db946b07098a8c0f95eab5787fb30532fe62
-
Philip P. Moltmann authored
If the user does not want to enable "unknown sources" and clicks "cancel" the whole installation should finish. Fixes: 28683865 Change-Id: I2582141ea777e5b2e14dd690b3c3fb8039cff2d4
-
- 10 May, 2016 1 commit
-
-
Svetoslav Ganov authored
A regression was introduced when we added support for installing apps from content URIs. Since we stage the APK in the cache folder we changed the flow to wipe the cached version when the PackageInstallerActivity finishes or gets an installation result, so we started the InstallAppProgress activity for result but the latter may be called with the forward result flag which is incompatible with start activity for result. This change delegates clearing the staging file in the cache folder to the InstallAppProgress activity. bug:28551937 Change-Id: I0d9978aff60b7fab6b64fe7bf889ef30f9b2fd7c
-
- 05 May, 2016 1 commit
-
-
Philip P. Moltmann authored
This does not implement correct onDestroy->onCreate behavior but mends it for the common case. We now handle all configurations changes, hence onDestroy->onCreate is very rare. We also just abort quickly if we actually had a onDestroy->onCreate instead of crashing. This is a temporary fix. Bug: 28588511 Change-Id: Ief56c8b866f2561b13253f66a7f79517fc2132cb
-
- 04 May, 2016 1 commit
-
-
Baligh Uddin authored
Auto-generated-cl: translation import Bug: 28463229 Change-Id: I5385aa26a60096b2d8767051d5759aa508ae8519
-
- 03 May, 2016 2 commits
-
-
Svetoslav Ganov authored
-
Svetoslav Ganov authored
This reverts commit 294b6406. Change-Id: Ifb48eb1fbdb0499743f4ca88adbd5ed77cfa4cf8
-
- 29 Apr, 2016 2 commits
-
-
Svetoslav Ganov authored
-
Svetoslav Ganov authored
-