aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Finally fix touch on landscapeHEADr11.1HrX032020-12-212-6/+8
| | | | | | | | [ @HrX03 - POSP ] No idea what changed but it works so idc Change-Id: Iaf9b76f8c4e95c3484c7672c169d76d540e46c14
* plugins: Make panels side aware at runtimeHrX032020-12-219-24/+120
| | | | | | | | [ @HrX03 - POSP ] The panels will now change side based on a setting + they will default to the old resource so that maintainers can still define the default side Change-Id: I729d8082f64756751a7cb27c0dc347686c472137
* plugins: Finally fix tiled panel duplicationHrX032020-12-212-123/+96
| | | | | | | | | | | [ @HrX03 - POSP ] This puts an end to weird ass tiled panel bugs and finally it can be compared to the other panels It required a little refactoring deleting the mirror array and using the volumerow object directly to store the button info. Plus i'm extra dumb and actually forgot to clean up the button view and im like ._. Change-Id: I0effd8067fab6fc0cebff9b2b08488c53ed1457c
* plugins: Update to flag SYSTEM_FLAG_SHOW_FOR_ALL_USERS for 11Ziauddin Sameer2020-12-181-2/+2
| | | | | | | | - Android 11 replaces PRIVATE_FLAG_SHOW_FOR_ALL_USERS with SYSTEM_FLAG_SHOW_FOR_ALL_USERS, which breaks compilation of our Plugins. Use the SYSTEM_* flag instead. Change-Id: I83433ab06e927f03e4b8b61e8dadf7bc688f0725
* plugins: Move VolumeToolTipView into common libKshitij Gupta2020-07-083-2/+160
| | | | Change-Id: I83a36610bbce1d0892953b45a16970edb788d85c
* plugins: common: Add dimens to SysUIRKshitij Gupta2020-07-081-0/+4
| | | | Change-Id: I7d51a85fe02d56e3b2fdd62397ead3ee158d9c7b
* plugins: use SystemUI context to fetch SystemUI stringsTheScarastic2020-06-212-2/+2
| | | | Change-Id: I2f64102f13a8e506593e8d46cfee7bc460de72ef
* plugins: Use SystemUI context for prefsTheScarastic2020-06-214-18/+18
| | | | Change-Id: Iff4e338427bc4488fa3a45e6bccc46879678793b
* plugins: Add README.mdKshitij Gupta2020-06-201-0/+18
| | | | | | | | | - 🎵 What is love? Baby don't kang me Don't kang me No more 🎶 Change-Id: Id6b02441f39e0b45a066e73d44f5635bf433269c
* plugins: Fix tiled panel crash on ring streamHrX032020-06-191-1/+1
| | | | Signed-off-by: HrX03 <dn.bianco03@gmail.com>
* plugins: Add and fix copyright headersKshitij Gupta2020-06-1862-49/+251
| | | | Change-Id: I38ba18d9bac118424440a91ca9e5b0a3c981c8dc
* plugins: Nuke patchesKshitij Gupta2020-06-182-943/+0
| | | | | | - Irrelevant now Change-Id: I4e79412c0240057ce2e423961ba385bf1efb01a3
* plugins: Fix oreo panel gravityHrX032020-06-182-3/+3
|
* plugins: Implement resource id cachingHrX032020-06-181-6/+17
| | | | | | | This seems to completely fix the lag happening when moving the slider up and down Signed-off-by: HrX03 <dn.bianco03@gmail.com>
* Merge pull request #2 from HrX03/fancyDavide Bianco2020-06-16135-7859/+11550
|\ | | | | Merging dev branch to base branch
| * plugins: Fixes and improvementsHrX032020-06-163-26/+25
| |
| * plugins: Finally fix oreo panel themesHrX032020-06-164-170/+145
| | | | | | | | CustomDialog sucks
| * plugins: Make sure expander stays on panel sideHrX032020-06-162-20/+47
| | | | | | | | Uses a small hack but heh it works
| * plugins: Update TiledPanel to support themes/iconsHrX032020-06-154-134/+142
| |
| * plugins: Fix themes on compact panelHrX032020-06-153-35/+48
| |
| * panels: Fix some warnsHrX032020-06-151-7/+7
| |
| * plugins: Redesign oreo panelHrX032020-06-159-243/+330
| |
| * plugins: Fix themes and caption crashHrX032020-06-157-86/+27
| |
| * plugins: Get systemui icons for AospPanelHrX032020-06-1518-513/+35
| | | | | | | | Now they are system themed yay!
| * plugins: Rename plugins and libHrX032020-06-1585-72/+72
| |
| * plugins: Remove extended panelHrX032020-06-1528-3161/+0
| | | | | | | | We never planned on shipping it, it was more a test for plugins
| * plugins: Update TogglePanel tooHrX032020-06-1517-1193/+86
| | | | | | | | Plus fix AospPanel themes
| * plugins: Update FancyPanel for new libHrX032020-06-1415-1171/+62
| |
| * plugins: Adapt OreoPanel to the new libHrX032020-06-1417-752/+138
| |
| * plugins: Add drawables and commonize classesHrX032020-06-1430-101/+545
| |
| * plugins: Fix aosp panel crashHrX032020-06-145-94/+100
| |
| * plugins: More fixupKshitij Gupta2020-06-142-3/+7
| |
| * plugins: Fix classnames and contextsKshitij Gupta2020-06-143-3/+6
| |
| * plugins: AospPanel: Fix contextsKshitij Gupta2020-06-141-3/+5
| |
| * plugins: More rework on AospPanelKshitij Gupta2020-06-144-62/+119
| |
| * plugins: Remove SystemUI-libsKshitij Gupta2020-06-141-4/+0
| |
| * plugins: Rework AospPlugin for static linkingKshitij Gupta2020-06-1413-13/+890
| | | | | | | | - Dynamic is broken af
| * plugins: Add plugin.mkKshitij Gupta2020-06-141-0/+10
| |
| * plugins: Add more resources to ResMini and update allKshitij Gupta2020-06-1412-51/+102
| |
| * plugins: Adapt FancyPanel for ResMiniKshitij Gupta2020-06-133-19/+21
| |
| * plugins: Introduce ResMiniKshitij Gupta2020-06-1318-0/+449
| | | | | | | | | | | | | | - Super minimised android_library that contains only resources used by the plugins, from SystemUI. - Importing all SystemUI resources introudces a lot of dependencies making the plugin size very big.
| * plugins: Add output switcher to aosp panelRaj Jadeja2020-06-133-7/+71
| | | | | | | | | | And with this we completed the commits for output switchers on the various panels, still thanks a lot to los guys for the original impl
| * plugins: Pick some handy patches from los gerritHrX032020-06-123-52/+25
| | | | | | | | | | | | | | | | https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/276897 https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/276900 These are the changes applied to plugins, the code changed in there is not mine and i don't take any kind of authorship on it
| * plugins: Fix output switcher on toggle panelHrX032020-06-121-8/+10
| | | | | | | | Yet again, thanks to los guys for the original commit
| * plugins: Migrate to old sysui libHrX032020-06-121-1/+1
| |
| * plugins: Add output switcher to fancy panelHrX032020-06-123-61/+174
| | | | | | | | | | | | The original output switcher commit is from los guys, we just took the code to adapt it to our plugins but the original authorship is theirs and theirs only
| * plugins: Improvements to AospPanelHrX032020-05-1210-316/+147
| |
| * plugin: Make Aosp panel expandableHrX032020-05-042-117/+192
| |
| * plugin: Convert AospPanel into a pluginHrX032020-05-043-29/+242
| |
| * plugin: Add AOSP panelHrX032020-05-0416-0/+2673
| |