summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* SystemUi: Fix systemui tests.Adnan Begovic2015-12-101-1/+1
| | | | Change-Id: Ifde8b513b98c03423dfd4744204e056faa42438e
* base: dynamic tilesJorge Ruesga2015-12-1016-46/+416
| | | | | | | | | | | | Add support for dynamic tiles Video: https://cloud.ruesga.com/f/71a12e4801/ Required: topic:customtiles_respkg topic:readd_customtiles JIRA: CML-22 Change-Id: Ie17ebf09ee88bc0c53561decc27430e174814543 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* SystemUI : port performance profile toggleDanesh M2015-12-105-0/+305
| | | | Change-Id: Ife1e7c62d36cddf1dcd17d5538d0e6c8ea27bee3
* SystemUI : Add screen timeout tileDanesh M2015-12-1018-0/+549
| | | | Change-Id: If4f9e86ea25f92f435fd1d443cbe0b23ef4c1fb4
* SystemUI: add USB Tether tileBestPig2015-12-105-0/+173
| | | | | | Drawables by blunden Change-Id: Ic44f2b596fe32152f3f722347a855325c52113c6
* SystemUI: add Profiles tileRoman Birg2015-12-106-0/+368
| | | | Change-Id: I1fe49d44d17060c47fb7d6cf3356ec06c8d9d690
* Added show volume panel tile to QSstofstik2015-12-094-0/+98
| | | | | Change-Id: Ic583c24e304d1edc903127237fc9eb5c7eeb7e4d JIRA: CYAN-6721
* QSDragPanel : Fix loading of tilesDanesh M2015-12-091-29/+25
| | | | | | | | Ensure index out of bounds don't occur due to incorrect broadcast tile assumptions and validity of tiles found in default config Change-Id: I82253380861bdf75d905d635629d5378ae8becb6
* QSBooleanSettingsRow : Add default value attributeDanesh M2015-12-093-25/+24
| | | | | | | Without this, settings might throw NotFoundException and set incorrect defaults Change-Id: Ia7e193d7c8f935cd5e371e3377af7b64ddcb37cc
* QS: add Sync tile (1/2)Altaf-Mahdi2015-12-096-0/+186
| | | | Change-Id: I0c0bb51e736a01661566f1118f955e32eba96063
* SystemUI: Enable three icon switching within QS DND tileMike xdnax2015-12-094-3/+65
| | | | | | | | | | | | | | | | | | | This expands the QS DND tile to use three states instead of two. Java commits by @nicholaschum What this does: - Removes the two states (true/false) clause {? XXX:YYY;} and uses an switch(mZen) instead for the two cases and the default. If in the future, we want to add another tile, just add another case. - Adds two vector drawables originally by Cataclysm dev @atl4ntis, modified and reformatted - this allows for themers to theme this resource as well by adding the two new drawables. PS1: Uses if/elsif/else clause PS2: Update to use switch(mZen) clause Change-Id: If34e225bdc81e944a12ffd764a521de934aca3b3
* SystemUI: add NFC tileRoman Birg2015-12-095-0/+192
| | | | | Change-Id: I884b3492b1d81c39235df1660e4e0e06653abce2 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: port compass tile to cm-13.0Roman Birg2015-12-096-0/+275
| | | | Change-Id: I4cce9c849a702947c0cf00e3e1293f89c985b9e9
* QSTiles : Switch to sdk constantsDanesh M2015-12-084-15/+14
| | | | Change-Id: I06059611ee943a276e3d3aa050ff8f30e366124f
* SystemUI : Add adb over network tileDanesh M2015-12-086-0/+199
| | | | Change-Id: Ib1fa0c87562ff3a077bf9c7283ce81fc4a8271db
* SystemUI: Fix quick-quick settings pulldown settingsEthan Chen2015-12-081-2/+2
| | | | | | | * Sliding from the right side of the statusbar to show quicksettings should respect the settings option. Fix it. Change-Id: Iaf5bf7a95bf6d63aaf88dccbfc2c6f988f49ec0d
* SystemUI: hook up settings observer in notificationpanelRoman Birg2015-12-081-0/+12
| | | | | Change-Id: Ic9c088d021c71f5e3b8839760bcfb58b255714e5 Signed-off-by: Roman Birg <roman@cyngn.com>
* Bluetooth: MAP: Update UI preference MAP disconnect status.Ashwini Munigala2015-12-081-0/+2
| | | | | | | | | | Update MAP profile disconnect status in bluetooth subSettings menu. Add MAP profile entry in previous cachedBluetoothDevice mProfile list and remove from current mProfile lst. CRs-Fixed: 940352 Change-Id: Ibe53492fe0d5dafd13f4b22236db1430eb88f0f9
* Fix android-6.0.1_r3 merge derp in QSTileHostnuclearmistake2015-12-071-7/+4
| | | | | | ps2: fix alphabetization of imports and clarify commit message Change-Id: I1dd7820b7c0e271cbba15acf22bbf950d5170c9a
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-07111-196/+1206
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * Block directory selection in openable modes.Jeff Sharkey2015-11-091-1/+16
| | | | | | | | | | | | | | | | When picking documents to return to apps requesting CATEGORY_OPENABLE we can't let the user select directories. Bug: 25455200 Change-Id: I8076883ee5b019eab4d2adb841952865f21e413e
| * Fixed a bug where the panel could get stuck closingSelim Cinek2015-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | When mClosing was set even though the panel was not expanding, the variable was never reset leading to bad states like the notification shade not updating, people missing calls and similar bad bugs. Bug: 25338991 Change-Id: I4362fda257770c98c5f9ba75a5622b14f74dc5ae
| * Import translations. DO NOT MERGEGeoff Mendal2015-11-022-2/+2
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 25319151 Change-Id: I4170f31d992d23a365c98fe5e799a31ef48f17bd
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-283-4/+4
| | | | | | | | | | Change-Id: If7c4ccf382e85f88a4fac586ca870068d8219974 Auto-generated-cl: translation import
| * Petites fautes.Dan Sandler2015-10-271-2/+2
| | | | | | | | | | Bug: 25308153 Change-Id: I62ffe080e3f36eb685cdc06d8c106d32e18092ed
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-2678-475/+241
| | | | | | | | | | Change-Id: I9bf90d06113d8333bed3eec1c65ed799a785fb63 Auto-generated-cl: translation import
| * SystemUI: fix automatic pairing of BT keyboardsDmitry Torokhov2015-10-221-22/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After reset (docking) Pixel C Keyboard that was previously paired with a device goes into so-called non-discoverable mode, where it will establish connection only with device that it has connected before. When scanning for available devices we need to wait till the keyboard starts advertising itself as discoverable, and only then try to pair. Also, let's flush the device cache when we attach the base to make sure the device that we seen before and cached again in the right state after reset. Bug: 24915541 Change-Id: I136c1c4235080a25529b4b1c2b1da9bc18508811
| * Merge "Delay hiding the cast icon for 3 seconds." into mnc-dr-devDaniel Sandler2015-10-211-1/+15
| |\
| | * Delay hiding the cast icon for 3 seconds.Dan Sandler2015-10-211-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Ensure that the user has had a chance to see it for a few seconds after screen recording has ended. Bug: 19121797 Change-Id: I52b69b2029439d42163ead5dc8748889b4f61934
| * | Merge "Changing the ordering for heads up notifications" into mnc-dr-devSelim Cinek2015-10-211-0/+7
| |\ \
| | * | Changing the ordering for heads up notificationsSelim Cinek2015-10-201-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the new ranking, notifications with fullscreen intents always take priority over those without, such that when you get a call and a message in succession, you would always see the call on top and are able to pick it up. Bug: 22778349 Change-Id: Ia9aaf009998fc9493f513dc71f2649d38ccf7a79
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-10-2178-3/+471
| |/ / | | | | | | | | | | | | Change-Id: I03353dbedeb1204ce7cd07577257aa070ce19b2f Auto-generated-cl: translation import
| * | Merge "Add locking when mutating RecentTasks." into mnc-dr-devJeff Sharkey2015-10-201-2/+12
| |\ \
| | * | Add locking when mutating RecentTasks.Jeff Sharkey2015-10-191-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise there is a really rare race condition where we try tearing down the tasks while we're still setting them up. Bug: 25078914 Change-Id: Icf89241f9abec3fadc8606cfb4fbc029bbe91515
| * | | Merge "Add SystemUI component to watch for keyboard attachment." into mnc-dr-devMichael Wright2015-10-206-0/+602
| |\ \ \
| | * | | Add SystemUI component to watch for keyboard attachment.Michael Wright2015-10-126-0/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new SystemUI component to watch for keyboard attachment / detachment. If the config specifies the name of a keyboard that is packaged with the device, then SystemUI will ask the user if they would like to enable BT (if disabled) and then attempt to pair to the device. Bug: 22876536 Change-Id: I786db35524d49706d5e61d8b8bc71194d50113f3
| * | | | Merge "Reload content description of KeyButtonView" into mnc-dr-devAdrian Roos2015-10-192-0/+19
| |\ \ \ \
| | * | | | Reload content description of KeyButtonViewAdrian Roos2015-10-162-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reload the content description whenever the configuration changes. Bug: 24977838 Change-Id: I875f0d83976b7d007a9bb2e56b28ff8fb6365a38
| * | | | | Import translations. DO NOT MERGEGeoff Mendal2015-10-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie8f3e950a4c69ad49e6f370b97398b507d488111 Auto-generated-cl: translation import
| * | | | | Merge "count notification peeks by window action" into mnc-dr-devChris Wren2015-10-171-1/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | count notification peeks by window actionChris Wren2015-10-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20751989 Change-Id: I9b1093b98f303656a299c18b503c1d8c9f032335
| * | | | | Stopping chronometers now when the shade is closedSelim Cinek2015-10-162-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 23978877 Change-Id: I01a9e756d7eeef7aa239ca0c67d4084624aaed12
| * | | | | Add 'until next alarm' option to QS zen panel.Julia Reynolds2015-10-153-128/+65
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike the implementation in LMR1, this is a countdown condition (a countdown until the time of what was the next alarm when the rule was created). The rule will not change if alarms change. Also, alarms up to 7 days in the future will be considered. Bug: 21648799 Change-Id: Id7fa9dbdbad1539e4da19b1d0e0c4395bb13e6cb (cherry picked from commit 0842fe87b27b9e4a7aecfec25b93dba2d39f398a)
| * | | | Merge "Selectively show zen footer." into mnc-dr-devJulia Reynolds2015-10-151-1/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Selectively show zen footer.Julia Reynolds2015-10-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show zen footer if the active stream is affected by the current zen mode. Bug: 23844466 Change-Id: I08770882f12f11c3458e1e48a287139480ae7aa3 (cherry picked from commit 6aa83b4ca0859c3f59413ef092f8d843f8646f0e)
| * | | | am 31f19c44: Merge "Send next alarm\'s show intent via PendingIntent" into ↵Adrian Roos2015-10-157-3/+75
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dev * commit '31f19c444f5f9d22c81fcb339e51bee465ba10f9': Send next alarm's show intent via PendingIntent
| | * | | | Send next alarm's show intent via PendingIntentAdrian Roos2015-09-157-3/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also send all IntentTile intents via PendingIntent. Bug: 23909438 Change-Id: I0bb277c8385b7936fbda03cd76f02248c4fc55de
| * | | | | Merge "Ensure we update the active pointer id on pointer up/down." into ↵Winson Chung2015-10-141-0/+22
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | mnc-dr-dev
| | * | | | Ensure we update the active pointer id on pointer up/down.Winson2015-10-121-0/+22
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Bug: 24841350 Change-Id: Id5d91ee8adbb638caf66976d701cfbc0befaca04
| * | | | Import translations. DO NOT MERGEGeoff Mendal2015-10-141-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iefcade8293a0fa228423e3eef730910af4a76853 Auto-generated-cl: translation import