summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBaligh Uddin2014-09-1697-1075/+1055
| | | | | Change-Id: Id5a108f3cbb0ef8628f26b33ff404444e95de7af Auto-generated-cl: translation import
* am 49418426: am ca57d42b: am f2dc7e56: Merge "Doze: Aggressively dial down ↵John Spurlock2014-09-161-6/+8
|\ | | | | | | | | | | | | notification-related pulses." into lmp-dev * commit '4941842645f271898188871c1db00191b4dda385': Doze: Aggressively dial down notification-related pulses.
| * am f2dc7e56: Merge "Doze: Aggressively dial down notification-related ↵John Spurlock2014-09-151-6/+8
| |\ | | | | | | | | | | | | | | | | | | pulses." into lmp-dev * commit 'f2dc7e56235631542d9f0ddc042832391da3453f': Doze: Aggressively dial down notification-related pulses.
| | * Merge "Doze: Aggressively dial down notification-related pulses." into lmp-devJohn Spurlock2014-09-151-6/+8
| | |\
| | | * Doze: Aggressively dial down notification-related pulses.John Spurlock2014-09-151-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When dozing and buzz-worthy notifications arrive, don't follow the LED logic with periodic pulses. Instead, follow a simple decay schedule after the initial arrival, pulsing only at 10s, 30s, 60s, and 120s. The schedule is reset when a new notification arrives, but only for the first three times, until either the pickup sensor is triggered or the device exits doze. Also: - Make the notification trigger configurable. - Centralize existing sysprop configuration into DozeParameters. - Decouple vibration from debugging, make separately configurable. - Remove "delayed" pulse concept, fold into new schedule. Bug:17496795 Change-Id: I64fc1c862bcfa1c288a4fd91c9d17e3bff245add
* | | | am d76e2395: am 67ec0b19: am f4e6f631: Merge "Changed the swipe up search ↵Selim Cinek2014-09-168-80/+25
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | affordance" into lmp-dev * commit 'd76e239507c37de1324ce6ea920ff027afa9e84d': Changed the swipe up search affordance
| * | | am f4e6f631: Merge "Changed the swipe up search affordance" into lmp-devSelim Cinek2014-09-158-80/+25
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'f4e6f631e5c42d63a7d70facc3568440bd18a100': Changed the swipe up search affordance
| | * | Merge "Changed the swipe up search affordance" into lmp-devSelim Cinek2014-09-158-80/+25
| | |\ \
| | | * | Changed the swipe up search affordanceSelim Cinek2014-09-158-80/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous card animation is removed and replaced by a animating circle with a shadow. Also fixes several cases where the card could either get stuck and the affordance was not launched. Bug: 17457300 Bug: 17444236 Change-Id: I005313a1dbe63d338490e6100dd3bd01e35687ba
* | | | | am 0525eba0: am 98ae236f: am 026a5154: Aggressive tuning of recents memory usageJorim Jaggi2014-09-151-0/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '0525eba072159fae0da1cc8c786eee7fe298c52a': Aggressive tuning of recents memory usage
| * | | | am 026a5154: Aggressive tuning of recents memory usageJorim Jaggi2014-09-151-0/+6
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '026a51548b783713d5b47f3bae7f1ba998fee0c8': Aggressive tuning of recents memory usage
| | * | | Aggressive tuning of recents memory usageJorim Jaggi2014-09-151-0/+6
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit the thumbnail count to a maximum of 10 thumbnails and the app icon count to a maximum of 20 thumbnails, instead of using a byte-size based limit. Also prune entries immediately when leaving recents. Bug: 16513124 Change-Id: Id9a32f87ca3f9f19e5cad5f115d54b19b26f4f93
* | | | am f80dc726: am 38ee4372: am 34c08655: Merge "Customized ripple animation ↵Dan Sandler2014-09-142-26/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | for navigation bar" into lmp-dev * commit 'f80dc7266db5a8bcf1da6ad6585cfb85cf75e4bc': Customized ripple animation for navigation bar
| * | | am 34c08655: Merge "Customized ripple animation for navigation bar" into lmp-devDan Sandler2014-09-142-26/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '34c08655610018a0625fb6583df0e19a9c7f63dd': Customized ripple animation for navigation bar
| | * | Merge "Customized ripple animation for navigation bar" into lmp-devDan Sandler2014-09-142-26/+5
| | |\ \
| | | * | Customized ripple animation for navigation barChristian Robertson2014-09-142-26/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To implement the new gel-cap shaped ripple I resurrected the onDraw and setPressed methods from the KitKat implementation. The KitKat animation timings were adjusted to match the material ripple, but the structure of the animators is the same as KitKat. Since the new ripple is drawn directly to the canvas, the references to the KitKat background image were removed. The LogInterpolator is copied from the framework Ripple to match the material animation curves. Bug: 17112935 Change-Id: If6a3eb92de794b526338166bf8cb096eb9764cf6
* | | | | am 1b133ca8: am 6c1865dd: am 0973117b: Merge "Fixing issue with stack not ↵Winson Chung2014-09-141-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | being fully centered. (Bug 17015153)" into lmp-dev * commit '1b133ca85631c1ce89216241008c1648b1f53d10': Fixing issue with stack not being fully centered. (Bug 17015153)
| * | | | am 0973117b: Merge "Fixing issue with stack not being fully centered. (Bug ↵Winson Chung2014-09-141-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | 17015153)" into lmp-dev * commit '0973117bd59659ddd4151d332fd61e64ca5b1b2f': Fixing issue with stack not being fully centered. (Bug 17015153)
| | * | | Merge "Fixing issue with stack not being fully centered. (Bug 17015153)" ↵Winson Chung2014-09-141-1/+1
| | |\ \ \ | | | |_|/ | | |/| | | | | | | into lmp-dev
| | | * | Fixing issue with stack not being fully centered. (Bug 17015153)Winson Chung2014-09-121-1/+1
| | | |/ | | | | | | | | | | | | Change-Id: Id9d0d77d03ff0291fccb717d81754c239d8442b4
* | | | am 2961c64a: am e558ebe9: am 0db66c6b: Merge "Doze: Use configured doze ↵John Spurlock2014-09-131-3/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | brightness when pulsing." into lmp-dev * commit '2961c64a53988b7d87405f3a57fa08972bb62ce1': Doze: Use configured doze brightness when pulsing.
| * | | am 0db66c6b: Merge "Doze: Use configured doze brightness when pulsing." into ↵John Spurlock2014-09-121-3/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '0db66c6b8f6cfda9535cff8814c1444ad85a261f': Doze: Use configured doze brightness when pulsing.
| | * | Merge "Doze: Use configured doze brightness when pulsing." into lmp-devJohn Spurlock2014-09-121-3/+0
| | |\ \
| | | * | Doze: Use configured doze brightness when pulsing.John Spurlock2014-09-121-3/+0
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the framework doze brightness configured for this device when pulsing, instead of a separately configured value. Bug:17409425 Change-Id: Icadc00d6c20909375d4ab726ec254dbafd997ead
* | | | am 38e0d1bf: am 39538cd0: am a853c623: Merge "Avoid some more layer ↵Jorim Jaggi2014-09-134-8/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | creations" into lmp-dev * commit '38e0d1bf93e0abe7cbd5765f3043c8b5ada485da': Avoid some more layer creations
| * | | am a853c623: Merge "Avoid some more layer creations" into lmp-devJorim Jaggi2014-09-124-8/+8
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'a853c62323cef84ffc8442e0d1f6550ee7b1f99e': Avoid some more layer creations
| | * | Merge "Avoid some more layer creations" into lmp-devJorim Jaggi2014-09-124-8/+8
| | |\ \
| | | * | Avoid some more layer creationsJorim Jaggi2014-09-124-8/+8
| | | |/ | | | | | | | | | | | | | | | | Bug: 17287256 Change-Id: I8c0c6f1f189b70d9a0c261f75987def3464d808d
* | | | am 6d649b3e: am 3476a227: am 570ed0e7: Merge "More notifications and bigger ↵Jorim Jaggi2014-09-132-0/+47
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | clock for phablets" into lmp-dev * commit '6d649b3e3ceb456cd609151fea63ef908cc1b1b6': More notifications and bigger clock for phablets
| * | | am 570ed0e7: Merge "More notifications and bigger clock for phablets" into ↵Jorim Jaggi2014-09-122-0/+47
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '570ed0e78b6d593560dd0347734210c2f2842b90': More notifications and bigger clock for phablets
| | * | Merge "More notifications and bigger clock for phablets" into lmp-devJorim Jaggi2014-09-122-0/+47
| | |\ \
| | | * | More notifications and bigger clock for phabletsJorim Jaggi2014-09-122-0/+47
| | | |/ | | | | | | | | | | | | | | | | Bug: 16799035 Change-Id: I7aa6240ca8a06276640bafd531d92893cf53f40b
* | | | am b566b869: am 92f8d577: am 443a5766: Merge "Assign default icon to users ↵Alexandra Gherghina2014-09-132-65/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | at creation time and in SystemUI." into lmp-dev * commit 'b566b869a88485f33f4ae1a281d3c5c0487c95d0': Assign default icon to users at creation time and in SystemUI.
| * | | am 443a5766: Merge "Assign default icon to users at creation time and in ↵Alexandra Gherghina2014-09-122-65/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | SystemUI." into lmp-dev * commit '443a5766fa9b079c9612105cfe962d057fc98fe8': Assign default icon to users at creation time and in SystemUI.
| | * | Assign default icon to users at creation time and in SystemUI.Alexandra Gherghina2014-09-122-65/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Right now different code in System UI, Settings app and other places replace the user icon with their own default. This tries to make it consistent by moving the mechanism used in Settings in a helper class. Bug: 17311038 Change-Id: Ic858c65bf82a98b9806dbba029e7cdcf441f372e
* | | am 89fdea38: am 33386490: am 5d77d533: Merge "Doze: Introduce a pulse period ↵John Spurlock2014-09-121-4/+14
|\ \ \ | |/ / | | | | | | | | | | | | | | | function." into lmp-dev * commit '89fdea38becbd056ba798541bec709683a1afe32': Doze: Introduce a pulse period function.
| * | am 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-devJohn Spurlock2014-09-111-4/+14
| |\ \ | | |/ | | | | | | | | | * commit '5d77d533275690aa82a4713d75761ac03bb714bc': Doze: Introduce a pulse period function.
| | * Merge "Doze: Introduce a pulse period function." into lmp-devJohn Spurlock2014-09-111-4/+14
| | |\
| | | * Doze: Introduce a pulse period function.John Spurlock2014-09-111-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of pulsing every 30 seconds to mimic the LED, use a function that pulses more frequently for new notifications, decaying to a slower pulse, and eventually stopping. Specifically, the step function for the interval is: - 10 seconds for the first minute - then 30 seconds until the five minute mark - then 60 seconds until the 30 minute mark - then no pulsing at all - Since we pulse more frequently on new notifications, remove the "multi-pulse" concept. - Move all doze-related duration parameters to a new helper, backed by config, overridable by sysprops, include in dump. - Wake up from dozing when hitting volume keys during a pulse. - Bug:17393939 Change-Id: Ica86f08b25c738338fced165c77faf3dfccd0343
| | * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1172-110/+421
| | |\ \ | | | |/ | | |/|
| | | * Import translations. DO NOT MERGEBaligh Uddin2014-09-0872-110/+421
| | | | | | | | | | | | | | | | | | | | Change-Id: If963270f079a31c285bd50a706330dbcd2a86a7f Auto-generated-cl: translation import
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-09-1172-110/+421
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-0872-110/+421
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8c175762d927d6c615f53c93089e8e833f0bf48b Auto-generated-cl: translation import
* | | | | am 39c5c713: am 6f9ba85b: am 1c52586c: Merge "Update zen mode and qs strings ↵Jason Monk2014-09-111-3/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | on locale change" into lmp-dev * commit '39c5c713acd21862aa96195b5fbe541c51655cd7': Update zen mode and qs strings on locale change
| * | | | am 1c52586c: Merge "Update zen mode and qs strings on locale change" into ↵Jason Monk2014-09-101-3/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '1c52586cb3273f419d9e70a884823c411abacf73': Update zen mode and qs strings on locale change
| | * | | Merge "Update zen mode and qs strings on locale change" into lmp-devJason Monk2014-09-101-3/+1
| | |\ \ \
| | | * | | Update zen mode and qs strings on locale changeJason Monk2014-09-091-3/+1
| | | | |/ | | | |/| | | | | | | | | | | | | | | | Bug: 17288370 Change-Id: Ic6191d5c16687cd760b4a0656d6ee4dbb4c53c45
* | | | | am b92f1d78: am 6a747735: am 473d27fa: Merge "Move zen mode constants and ↵Jason Monk2014-09-111-15/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | code to framework" into lmp-dev * commit 'b92f1d7809da77cdef37d8ea2fff7a6beeb0094d': Move zen mode constants and code to framework
| * | | | am 473d27fa: Merge "Move zen mode constants and code to framework" into lmp-devJason Monk2014-09-101-15/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '473d27fa34875083dfea48e933c2e9300979c64a': Move zen mode constants and code to framework
| | * | | Move zen mode constants and code to frameworkJason Monk2014-09-101-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the strings and code to be shared with settings. Bug: 15454830 Change-Id: I9300af4f8b6d80042452b75db3418b20c5c5cc81