summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importcm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eaMichael Bestas2014-05-213-68/+113
| | | | Change-Id: I45eeb91f07cb8bf1812afc8903cb429755f3e76c
* PackageInstaller: AST translationsmalditoastur2014-03-041-0/+80
| | | | Change-Id: I6323b325e4e708980035c40fac15e8d5f4e03a39
* Merge tag 'android-4.4.1_r1' into HEADRicardo Cerqueira2013-12-069-34/+141
|\ | | | | | | Android 4.4.1 Release 1
| * Import translations. DO NOT MERGEBaligh Uddin2013-11-044-20/+20
| | | | | | | | | | Change-Id: I020d2c5e2c66ea260e6c6ee665425124c3d579b0 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-10-281-2/+2
| | | | | | | | | | Change-Id: I304ee40cd39348cc847e6fd69a50300e612dfa51 Auto-generated-cl: translation import
| * Log APK hash for package install attempts in the Event Log.Alex Klyubin2013-10-184-12/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds a package_digest field to the install_package_attempt event. The field is populated with the SHA-256 digest of the contents of the APK iff the user has consented to app verification and app verification is enabled. Bug: 11275004 Bug: 10605940 (cherry picked from commit 8fca480bee00578c1529b1f32ab30af096db82dd) Change-Id: I9773925f7e397ada26efac022349dc8e4af01208
* | Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-0164-269/+1681
|\| | | | | | | Android 4.4 Release 1.0
| * Import translations. DO NOT MERGEBaligh Uddin2013-10-162-5/+5
| | | | | | | | | | Change-Id: I7c4d78223d18f393eec9223e79c29297fb41499c Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-10-101-1/+1
| | | | | | | | | | Change-Id: Iae5e69cdfe2a5b403d5879850dd65a7822f68d9e Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-10-046-14/+14
| | | | | | | | | | Change-Id: I6d18df83117a8c2fdbcf4e6500146d3d9d21517c Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-09-252-30/+30
| | | | | | | | | | Change-Id: I808c9dea6e0eb2acfa0401ec7bf0e25d8c11384c Auto-generated-cl: translation import
| * Merge "Robustify logging of analytics about PackageInstaller." into klp-devAlex Klyubin2013-09-232-65/+42
| |\
| | * Robustify logging of analytics about PackageInstaller.Alex Klyubin2013-09-102-65/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL switches from the type-unsafe EventLog.writeEvent method to the strictly-typed EventLogTags.writeInstallPackageAttempt. This method is generated from the definition of this event in EventLogTags.logtags and thus offers compile-time type checking. Bug: 10605940 Change-Id: I62895b60fe4c01d4314eba564476e0f1ed7ad78b
| * | Import translations. DO NOT MERGEBaligh Uddin2013-09-1416-38/+859
| |/ | | | | | | | | Change-Id: I0edd4735e9e5616ae88beab41f3ee18bbfe39d0b Auto-generated-cl: translation import
| * Merge "Record analytics about package install attempts to Event Log." into ↵Alex Klyubin2013-09-106-37/+650
| |\ | | | | | | | | | klp-dev
| | * Record analytics about package install attempts to Event Log.Alex Klyubin2013-09-096-37/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this change is to provide analytics about the various stages of the install flow. Recorded information does not contain user-, device-, or package/app-identifying information. Examples of recorded information are: * duration of the flow (start to finish) * duration of the flow until the moment the user clicks Install * whether the attempt is an update or a new install. * whether app verification is enabled. * whether Unknown Sources is enabled. * whether the attempt was blocked by Unknown Sources. * whether permissions were displayed. * error code (if any) returned by PackageManager when installing the package. Bug: 10605940 Change-Id: I9bc009223a365a558cdf02bd91cf4315b82564c2
| * | Fix bug #10397732 'X' icon of download manager UI error not mirroredFabrice Di Meglio2013-09-061-1/+2
| |/ | | | | | | | | | | - use TextView.setCompoundDrawablesRelative() instead of setCompoundDrawables() Change-Id: I4021236aa40d92ed9df0e354b8ce2287afa51168
| * Import translations. DO NOT MERGEBaligh Uddin2013-08-0148-144/+144
| | | | | | | | | | Change-Id: Iec4b403a0a40f6eab5c05635b373d9a53141e9d7 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-07-291-1/+1
| | | | | | | | | | Change-Id: I62dc26ed226f7e31f715435339cbe3ad0b227cef Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-06-241-1/+1
| | | | | | | | | | Change-Id: I51ad29f77da17e223b6182b0022cf21a0a47a1d2 Auto-generated-cl: translation import
| * Update install-permission logic to use new FLAG_PRIVILEGEDChristopher Tate2013-06-141-5/+5
| | | | | | | | | | | | | | | | | | | | | | We no longer grant all "signatureOrSystem" type permissions to all apps bundled on the system partition; there is a build-time grant of privileged status. The logic for granting install permission now checks the caller's privileged status, not just its apk location. Bug 8765951 Change-Id: Ib88f4b0911743bd6bfd3458302fe88518e08ac86
| * Import translations. DO NOT MERGEBaligh Uddin2013-05-271-3/+3
| | | | | | | | | | Change-Id: I10a76f5b6f5f8a206a491496bf1dad8c988bf722 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-05-031-5/+5
| | | | | | | | | | Change-Id: I55d2da6adfe3d14de275bb18bb95b429f20efe89 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-04-291-1/+1
| | | | | | | | | | Change-Id: I2b05bfa888728f46ee24305806a6d848f6b484b1 Auto-generated-cl: translation import
| * am b1a5960a: Import translations. DO NOT MERGEBaligh Uddin2013-04-230-0/+0
| |\ | | | | | | | | | | | | * commit 'b1a5960af6814e38ae7dcd771d25c1d8ab1dcae6': Import translations. DO NOT MERGE
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-221-1/+1
| | | | | | | | | | | | | | | Change-Id: I37d539c545d031db5877999be5fbcb17d99a20cf Auto-generated-cl: translation import
| * | am 4388dd48: Import translations. DO NOT MERGEBaligh Uddin2013-04-170-0/+0
| |\ \ | | | | | | | | | | | | | | | | * commit '4388dd48a63d74d33a354a1e79a786bc743c387e': Import translations. DO NOT MERGE
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I7cb78e1a4eab43cc2a7e67d1e47a5235267adaba Auto-generated-cl: translation import
| * | | am 14a039eb: Import translations. DO NOT MERGEBaligh Uddin2013-04-050-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '14a039ebbffb93bfa1acacfa3bc2fb8c4eafcfac': Import translations. DO NOT MERGE
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I15adb1dd80b71b151e760635535b8becc330ecae Auto-generated-cl: translation import
| * | | | am 57a21b41: Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-030-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '57a21b41a898810420cb54666c9d38826a029730': Import translations. DO NOT MERGE
| * \ \ \ \ Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-04-0348-97/+49
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-0348-97/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icda5c4a9fe41f4dbbe5f2c92f006387842519eab Auto-generated-cl: translation import
| * | | | | | am 8d3437fe: Use direct call to get ManifestDigestKenny Root2013-04-031-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * commit '8d3437fe1be41c2cebdb81de8241d17dca0b8cab': Use direct call to get ManifestDigest
| * | | | | | am 20aa0113: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-03-300-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '20aa01132b0d4bf3af891f9131fbe9a96c8fa708': Import translations. DO NOT MERGE
| * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-2949-1/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic052d7e7e998165db7c37f492163b380be3f3b5f Auto-generated-cl: translation import
| * | | | | | | am 292e4dab: PackageInstaller: add permission granting supportNick Kralevich2013-03-273-0/+243
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '292e4dabe97f77ea91945b2f520c0c680fabb145': PackageInstaller: add permission granting support
| * \ \ \ \ \ \ \ am 2055eecd: Move TabsAdapter into it\'s own class.Nick Kralevich2013-03-252-132/+156
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2055eecd55b944643111c4987e507f4a650f95e4': Move TabsAdapter into it's own class.
| * | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I96a426be13007beac29355247361d66ee37972c8 Auto-generated-cl: translation import
| * | | | | | | | | am 8f193212: Merge "Fix bug #8133419 Android Download Manager/Installer ↵Fabrice Di Meglio2013-03-217-26/+27
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should be mirrored for RTL languages" into jb-mr2-dev * commit '8f193212ed48f38f54e7f78ca8789758cf9a0c7b': Fix bug #8133419 Android Download Manager/Installer should be mirrored for RTL languages
| * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icb5f36f9bcd9bc6c223fd0bef455339e5551efeb Auto-generated-cl: translation import
| * | | | | | | | | | am 813a4bd4: PackageUtil: don\'t collect certs if package doesn\'t existNick Kralevich2013-03-191-3/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '813a4bd48de33efe5c882ad3b9258e88d6d10fd7': PackageUtil: don't collect certs if package doesn't exist
| * \ \ \ \ \ \ \ \ \ \ am 2b3202c3: Add manifest to verification paramsKenny Root2013-03-143-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b3202c3ff18469b294629bf1416118f12492173': Add manifest to verification params
| * \ \ \ \ \ \ \ \ \ \ \ am 88974a28: (-s ours) am 9f7e9d81: am 7259dfe6: am 342de69f: am fffd02e9: ↵Jean-Baptiste Queru2013-03-110-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (-s ours) am a8497f6f: (-s ours) Reconcile with jb-mr1-release - do not merge * commit '88974a28a1ff613ad000b47390b205b2fbf9f67e':
| * | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie06b876defd2cf2dd3d4e222e0d359e04ee97d4f Auto-generated-cl: translation import
| * | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7d811eff9bd3628055e9b7f72da31350cd50d6ef Auto-generated-cl: translation import
* | | | | | | | | | | | | | PackageInstaller: UG translation, added Uyghur translation.cm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2sahranbay2013-10-131-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d5e8a68ac1eaf37ce3696bd3eb011550b1d47f7
* | | | | | | | | | | | | | Merge tag 'android-4.3_r2.1' into cm-10.2Ricardo Cerqueira2013-07-2562-186/+516
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android 4.3 release 2.1 Conflicts: res/values-nl/strings.xml Change-Id: I6b4a88abd08a4a2f2cecbc4ea5b86bbc736d2dd6
| * | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-221-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0f03ba3a2bff1ff8a09e96048a6c0bb680bd94ca Auto-generated-cl: translation import
| * | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-171-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id6b32590bec6fe1a400188157efa90cbcb7377ab Auto-generated-cl: translation import