summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | Update Grant Permissions dialog to redlinesAnthony Hugh2015-09-2215-79/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Refactor the ViewHandler a bit to be more generic. This should help with another upcoming Wear dialog. - Update assets for buttons - Add deny asset - Fix margins and other UI number tweaks BUG: 24133550 Change-Id: I330bdf3217fa5c554f71d9105a0475106b6f3e12
| * | | | | | | | | | am c6a86e0a: (-s ours) am 7c7fa6b3: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-190-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c6a86e0a408bf991bd122592efb262e43a36ad94': Import translations. DO NOT MERGE
| | * | | | | | | | | am 7c7fa6b3: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-190-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7c7fa6b32e1e76764b5da43c715ba7a2c3c1a991': Import translations. DO NOT MERGE
| * | | | | | | | | | am 38e80af4: Fix "needs permissions" items iconsAnthony Hugh2015-09-181-3/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '38e80af4a571207b1c8cbe550b8e29479ea086a4': Fix "needs permissions" items icons
| | * | | | | | | | | Fix "needs permissions" items iconsAnthony Hugh2015-09-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provider string was incorrect after the port to PackageInstaller. BUG: 24006789 Change-Id: Id04785bb1a22169431db6d7df21071585d3fa1e0
| * | | | | | | | | | am 736c82ba: Permissions Settings UI updatesAnthony Hugh2015-09-176-54/+63
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '736c82ba577f8f972ea4277357ae440b192dcd13': Permissions Settings UI updates
| | * | | | | | | | | Permissions Settings UI updatesAnthony Hugh2015-09-176-54/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Moved non-system permission groups to the end of the list - Updated "disabled" look to match non-center looked - Fixed state string alpha to match other alphas when not centered - Minor code clean ups BUG: 24132393 BUG: 24132470 BUG: 24131983 Change-Id: I65a64d59e6fff8e0cbdaaa3da4e4a79987d6e624
| * | | | | | | | | | am 1a61dfd0: Add string for Wear version of permission "enforced by policy"Anthony Hugh2015-09-171-0/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1a61dfd0af382e64ecd6ff91361036b22fcf52e9': Add string for Wear version of permission "enforced by policy"
| | * | | | | | | | | Add string for Wear version of permission "enforced by policy"Anthony Hugh2015-09-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8dce2d15903107fd7649068415bfa9bec8beae1c
| * | | | | | | | | | am eaa66124: Fix build breakAnthony Hugh2015-09-161-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'eaa6612490e571cb7cd6f090d027202f27ade74c': Fix build break
| | * | | | | | | | | Fix build breakAnthony Hugh2015-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another bad merge. Util was changed to isWear, not isWatch Change-Id: If15036edbb09114a17fd5993c145433b5c274ec8
| * | | | | | | | | | am fd755fe7: Merge "Build initial Permissions Settings UI page for Wear" ↵Erik Wolsheimer2015-09-167-2/+644
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into cw-e-dev * commit 'fd755fe714ad8a29fac2ac7c1db1bbb65b28ef6d': Build initial Permissions Settings UI page for Wear
| | * | | | | | | | | Merge "Build initial Permissions Settings UI page for Wear" into cw-e-devErik Wolsheimer2015-09-167-2/+644
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Build initial Permissions Settings UI page for WearAnthony Hugh2015-09-157-3/+644
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a first pass to build a functional settings UI page for Permissions on Android Wear. The user flow is a little different than the phone version, so there are some nuances that need to be adjusted from the normal flow. I have forked off of the AppPermissionsFragment and created a Wear version for us to use. Rather than try to link the Wearable-Support lib into AOSP code, I have made a duplicate of the few files I needed. This change adds a Wear layout version of the Settings UI page. The UI is fully functional for most cases, but there are some tweaks still needed for full parity. The tweaks are primarily around UI and special edge case functions. BUG: 23080561 Change-Id: I8477f6b966cacaae9e77aa0fb61b4b1e621a9ead
| * | | | | | | | | | | am 982f4b07: Fix build breakAnthony Hugh2015-09-161-1/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '982f4b072b2e74ecc06fbc0eeb69175999f0134c': Fix build break
| | * | | | | | | | | | Fix build breakAnthony Hugh2015-09-151-1/+2
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Referenced wrong R Change-Id: Ic4157964a09dd65cada2efd5fc213bd3089b0b4a
| * | | | | | | | | | am fbe307f9: Merge "Permissions Watch settings UI port" into cw-e-devAnthony Hugh2015-09-1617-0/+2958
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fbe307f9ee43b750ff8cae2658c1e0f03676da60': Permissions Watch settings UI port
| | * | | | | | | | | Merge "Permissions Watch settings UI port" into cw-e-devAnthony Hugh2015-09-1617-0/+2958
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Permissions Watch settings UI portAnthony Hugh2015-09-1517-0/+2958
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL contains all the UI elements needed to build the Wear version of the Settings UI for permissions. The actual implementation for the Wear version of SettingsUI will be done in a follow up bug. This is basically a straight port from our Settings app and wearable-support lib. I tweaked two strings and changed the package paths to make it easier to group the files together. BUG: 23080561 Change-Id: I6d72d29dd1926ad07d63f85b52ccf9f72ff70df1
| * | | | | | | | | | | am e31ffee0: am b6e35d1c: am 30707bb7: Use unique preference key.Svet Ganov2015-09-152-8/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e31ffee066934ac4f8d66d0648c21be190a332c8': Use unique preference key.
| | * | | | | | | | | | am b6e35d1c: am 30707bb7: Use unique preference key.Svet Ganov2015-09-152-8/+8
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b6e35d1c5efeec22481f4912a7e422daad601fbc': Use unique preference key.
| * | | | | | | | | | | | am e9c8c7b2: Merge "Add an API for getting list of all apps that have ↵Vinod Krishnan2015-09-143-21/+78
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runtime perms" into cw-e-dev * commit 'e9c8c7b2942514e566cd02fbf58cb31ab917a72d': Add an API for getting list of all apps that have runtime perms
| | * | | | | | | | | | | Merge "Add an API for getting list of all apps that have runtime perms" into ↵Vinod Krishnan2015-09-143-21/+78
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cw-e-dev
| | | * | | | | | | | | | | Add an API for getting list of all apps that have runtime permsVinod Krishnan2015-09-143-21/+78
| | | | |/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 23819535 - Used for Android Wear Change-Id: Ie42ce04453cb0cd7d2cf292065bbb1891fffbfa9
| * | | | | | | | | | | | am 03dc824d: Changing layout to make button animations workVinod Krishnan2015-09-1416-91/+276
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '03dc824d37099b29acb5a0aa28e881d5b05cce0e': Changing layout to make button animations work
| | * | | | | | | | | | | Changing layout to make button animations workVinod Krishnan2015-09-1416-91/+276
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix the Permissions Dialogs for round layout - Show animation for the buttons - Also fixed the names ellipsis issue. - Fixed the theming of the dialogs. Bug: 23118402 Change-Id: I385c827ac41b06222334c36bfda2c70b346232a2
| * | | | | | | | | | | am 46fed54b: Redo Move ClockworkPackageInstaller functionality here"Vinod Krishnan2015-09-095-0/+988
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '46fed54b3ee49e4bebabca50bcff5bceaece96b8': Redo Move ClockworkPackageInstaller functionality here"
| | * | | | | | | | | | Redo Move ClockworkPackageInstaller functionality here"Vinod Krishnan2015-09-095-0/+988
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5b26c2e64ceeaa1e71436b36a28f53100e358ed8. Change-Id: I88fa09f87023a7c1b2aac3100cfbdce6283de770
| * | | | | | | | | | | am 5b26c2e6: Revert "Move ClockworkPackageInstaller functionality here"Griff Hazen2015-09-085-988/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5b26c2e64ceeaa1e71436b36a28f53100e358ed8': Revert "Move ClockworkPackageInstaller functionality here"
| | * | | | | | | | | | Revert "Move ClockworkPackageInstaller functionality here"Griff Hazen2015-09-085-988/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaking ub-wear-dinar/ub-wear-master builds This reverts commit aa4368cafc3c92b33a99c3fbe0e6af08d7e092e4. Change-Id: Ib22189891e9cd9eef61cdaa5ac329d05ab9783e8
| * | | | | | | | | | | am aa4368ca: Move ClockworkPackageInstaller functionality hereVinod Krishnan2015-09-085-0/+988
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'aa4368cafc3c92b33a99c3fbe0e6af08d7e092e4': Move ClockworkPackageInstaller functionality here
| | * | | | | | | | | | Move ClockworkPackageInstaller functionality hereVinod Krishnan2015-09-045-0/+988
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The code is being moved from https://cs.corp.google.com/#android/vendor/google_clockwork/packages/PackageInstaller/src/com/google/android/clockwork/packageinstaller/ Bug: 22411517 Change-Id: If6a0b7f49530176a6cff6b76ee6eff44ba822547
| * | | | | | | | | | | am 17974a78: am ab4bb65e: am 3c44cc54: Display properly runtime permissions ↵Svetoslav2015-09-022-15/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without a corresponding app op. * commit '17974a78f187e394c07899eb90ee4b805f653027': Display properly runtime permissions without a corresponding app op.
| | * | | | | | | | | | am ab4bb65e: am 3c44cc54: Display properly runtime permissions without a ↵Svetoslav2015-09-022-15/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corresponding app op. * commit 'ab4bb65e30cfc7323dc7dfab8f370c7452956962': Display properly runtime permissions without a corresponding app op.
| * | | | | | | | | | | | am 21e10e30: am 5d2d9baa: am f7fc0631: Merge "Show location permission ↵Svetoslav Ganov2015-08-316-9/+23
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | toggle for location provider" into mnc-dev * commit '21e10e30c623f48509547d0d79d3176091411558': Show location permission toggle for location provider
| | * | | | | | | | | | | am 5d2d9baa: am f7fc0631: Merge "Show location permission toggle for ↵Svetoslav Ganov2015-08-316-9/+23
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location provider" into mnc-dev * commit '5d2d9baa01c06ff8f247419eb3b66e8e21844b28': Show location permission toggle for location provider
| * | | | | | | | | | | | | am 18e796f5: am 954f5f2e: am 711f8a17: Merge "Revert "Show location ↵Svetoslav Ganov2015-08-311-4/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permission group, even when fixed."" into mnc-dev * commit '18e796f5e4d62361ed95ba3325d8b934090cac60': Revert "Show location permission group, even when fixed."
| | * | | | | | | | | | | | am 954f5f2e: am 711f8a17: Merge "Revert "Show location permission group, ↵Svetoslav Ganov2015-08-311-4/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | even when fixed."" into mnc-dev * commit '954f5f2ed1c7ff288ba9f4686bdee93860d02720': Revert "Show location permission group, even when fixed."
| * | | | | | | | | | | | | | am 95a6fb8a: am 5005cc47: am 79fe6c1c: Merge "Refresh permissions UI on ↵Svetoslav Ganov2015-08-291-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fragment resume" into mnc-dev * commit '95a6fb8ae34efb424017253c718d595aa6f1b7fd': Refresh permissions UI on fragment resume
| | * | | | | | | | | | | | | am 5005cc47: am 79fe6c1c: Merge "Refresh permissions UI on fragment resume" ↵Svetoslav Ganov2015-08-291-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit '5005cc47bd411539b2815d39b1e55fdb950f83af': Refresh permissions UI on fragment resume
| * | | | | | | | | | | | | | | am 844f329c: am 1e6cd17f: am 919d56f9: Merge "Always set permission policy ↵Ian Pedowitz2015-08-271-3/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to fixed" into mnc-dev * commit '844f329ca4c6bc14be5cfcefbdf953d3ba2f65a5': Always set permission policy to fixed
| | * | | | | | | | | | | | | | am 1e6cd17f: am 919d56f9: Merge "Always set permission policy to fixed" into ↵Ian Pedowitz2015-08-271-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dev * commit '1e6cd17f5abde2e6dd9a28021af5edc977c5b430': Always set permission policy to fixed
| * | | | | | | | | | | | | | | | am b9a90048: am 372aad9e: am 0d93cfb9: Protect permission dialog from type ↵Svet Ganov2015-08-251-1/+23
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jack attacks * commit 'b9a90048e1e55c1a59ccb43625ae3b359c7215c3': Protect permission dialog from type jack attacks
| | * | | | | | | | | | | | | | | am 372aad9e: am 0d93cfb9: Protect permission dialog from type jack attacksSvet Ganov2015-08-251-1/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '372aad9e815985e6e6d3fee13292f64f5085756d': Protect permission dialog from type jack attacks
| * | | | | | | | | | | | | | | | | am 01de98ff: (-s ours) am 6e953488: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-08-240-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '01de98ff05939e669b6ec1826a80c88555130a97': Import translations. DO NOT MERGE
| | * | | | | | | | | | | | | | | | am 6e953488: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-08-240-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6e953488181ab21ff1638bd18a05b87b234c3ceb': Import translations. DO NOT MERGE
| * | | | | | | | | | | | | | | | | | am 994729ad: am cc893701: am bb27277d: Use actual app name in location dialog.Jeff Sharkey2015-08-221-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '994729ad1048bac9e036375cd1ff361f72966dca': Use actual app name in location dialog.
| | * | | | | | | | | | | | | | | | | am cc893701: am bb27277d: Use actual app name in location dialog.Jeff Sharkey2015-08-221-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cc893701a129ead00f2e753481fabae21153b1f2': Use actual app name in location dialog.
| * | | | | | | | | | | | | | | | | | | am 80c4d8ab: am 7f4103b0: am 8dcea3bf: Show multi-permission UI in the ↵Svet Ganov2015-08-222-36/+40
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requested order. * commit '80c4d8ab508749be9e8ae1d10b4b46ba04ef103e': Show multi-permission UI in the requested order.
| | * | | | | | | | | | | | | | | | | | am 7f4103b0: am 8dcea3bf: Show multi-permission UI in the requested order.Svet Ganov2015-08-222-36/+40
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7f4103b04d6af92fd92d92f5526b73aa76fbd233': Show multi-permission UI in the requested order.