OSDN Git Service

android-x86/packages-apps-Taskbar.git
4 years agoAbstract logic for setting components enabled / disabled android-x86-9.0-r2
Braden Farmer [Mon, 23 Mar 2020 05:04:28 +0000 (23:04 -0600)]
Abstract logic for setting components enabled / disabled

4 years agoAbstract LocalBroadcastManager logic out into utility methods
Braden Farmer [Mon, 23 Mar 2020 04:40:49 +0000 (22:40 -0600)]
Abstract LocalBroadcastManager logic out into utility methods

4 years agoFix typo
Braden Farmer [Mon, 23 Mar 2020 03:21:46 +0000 (21:21 -0600)]
Fix typo

4 years agoMerge pull request #94 from utzcoz/master
Braden Farmer [Mon, 23 Mar 2020 03:18:44 +0000 (21:18 -0600)]
Merge pull request #94 from utzcoz/master

Extrac left Intent action string to TaskbarIntent constants

4 years agoLaying some of the groundwork for the additional desktop mode settings
Braden Farmer [Mon, 23 Mar 2020 03:10:21 +0000 (21:10 -0600)]
Laying some of the groundwork for the additional desktop mode settings

4 years agoExtract UPDATE_SWITCH to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:45:36 +0000 (10:45 +0800)]
Extract UPDATE_SWITCH to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract ACCESSIBILITY_ACTION to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:43:09 +0000 (10:43 +0800)]
Extract ACCESSIBILITY_ACTION to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract SEND_SETTINGS to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:39:04 +0000 (10:39 +0800)]
Extract SEND_SETTINGS to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract LAUNCHER_PREF_CHANGED to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:37:34 +0000 (10:37 +0800)]
Extract LAUNCHER_PREF_CHANGED to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract UPDATE_HOME_SCREEN_MARGINS to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:34:21 +0000 (10:34 +0800)]
Extract UPDATE_HOME_SCREEN_MARGINS to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract KILL_HOME_ACTIVITY to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:31:44 +0000 (10:31 +0800)]
Extract KILL_HOME_ACTIVITY to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract START/RESTART/QUIT to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:28:10 +0000 (10:28 +0800)]
Extract START/RESTART/QUIT to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract RECEIVE_SETTINGS to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:22:16 +0000 (10:22 +0800)]
Extract RECEIVE_SETTINGS to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract IMPORT_FINISHED to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:19:45 +0000 (10:19 +0800)]
Extract IMPORT_FINISHED to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract TOUCH_ABSORBER_STATE_CHANGED to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:16:05 +0000 (10:16 +0800)]
Extract TOUCH_ABSORBER_STATE_CHANGED to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract HIDE_DASHBOARD to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:11:59 +0000 (10:11 +0800)]
Extract HIDE_DASHBOARD to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract DASHBOARD_DISAPPEARING to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:05:00 +0000 (10:05 +0800)]
Extract DASHBOARD_DISAPPEARING to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract DASHBOARD_APPEARING to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 02:01:51 +0000 (10:01 +0800)]
Extract DASHBOARD_APPEARING to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract TOGGLE_DASHBOARD to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 01:57:56 +0000 (09:57 +0800)]
Extract TOGGLE_DASHBOARD to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract ENTER_ICON_ARRANGE_MODE to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 01:54:10 +0000 (09:54 +0800)]
Extract ENTER_ICON_ARRANGE_MODE to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract SORT_DESKTOP_ICONS to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 01:42:15 +0000 (09:42 +0800)]
Extract SORT_DESKTOP_ICONS to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract REFRESH_DESKTOP_ICONS to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 01:39:30 +0000 (09:39 +0800)]
Extract REFRESH_DESKTOP_ICONS to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract *WIDGET* to TaskbarIntent constant
utzcoz [Mon, 23 Mar 2020 01:22:59 +0000 (09:22 +0800)]
Extract *WIDGET* to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoSwap "Grid" and "List" items, as "Grid" is always the default
Braden Farmer [Sun, 22 Mar 2020 18:40:10 +0000 (12:40 -0600)]
Swap "Grid" and "List" items, as "Grid" is always the default

4 years agoMerge pull request #93 from utzcoz/master
Braden Farmer [Sun, 22 Mar 2020 15:40:56 +0000 (09:40 -0600)]
Merge pull request #93 from utzcoz/master

Extract *CONTEXT_MENU* to TaskbarIntent constants

4 years agoExtract HIDE_CONTEXT_MENU to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 15:32:29 +0000 (23:32 +0800)]
Extract HIDE_CONTEXT_MENU to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract CONTEXT_MENU_DISAPPEARING to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 15:27:55 +0000 (23:27 +0800)]
Extract CONTEXT_MENU_DISAPPEARING to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract CONTEXT_MENU_APPEARING to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 15:21:28 +0000 (23:21 +0800)]
Extract CONTEXT_MENU_APPEARING to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoMerge pull request #92 from utzcoz/master
Braden Farmer [Sun, 22 Mar 2020 06:17:05 +0000 (00:17 -0600)]
Merge pull request #92 from utzcoz/master

Extract *TASKBAR* string to TaskbarIntent constants

4 years agoExtract SHOW_HIDE_TASKBAR to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 02:45:47 +0000 (10:45 +0800)]
Extract SHOW_HIDE_TASKBAR to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract FORCE_TASKBAR_RESTART to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 02:41:54 +0000 (10:41 +0800)]
Extract FORCE_TASKBAR_RESTART to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract SHOW_TASKBAR to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 02:38:24 +0000 (10:38 +0800)]
Extract SHOW_TASKBAR to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract TEMP_SHOW_TASKBAR to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 02:28:47 +0000 (10:28 +0800)]
Extract TEMP_SHOW_TASKBAR to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract TEMP_HIDE_TASKBAR to TaskbarIntent constant
utzcoz [Sun, 22 Mar 2020 02:13:38 +0000 (10:13 +0800)]
Extract TEMP_HIDE_TASKBAR to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoFixes for previous commit
Braden Farmer [Sat, 21 Mar 2020 22:01:26 +0000 (16:01 -0600)]
Fixes for previous commit

4 years agoAdd help button to action bar for certain screens
Braden Farmer [Sat, 21 Mar 2020 20:47:17 +0000 (14:47 -0600)]
Add help button to action bar for certain screens

4 years agoImprovements for setting default home app
Braden Farmer [Sat, 21 Mar 2020 20:06:44 +0000 (14:06 -0600)]
Improvements for setting default home app

4 years agoImproved HSL intent handling
Braden Farmer [Sat, 21 Mar 2020 19:37:43 +0000 (13:37 -0600)]
Improved HSL intent handling

4 years agoUpdate README.md
Braden Farmer [Sat, 21 Mar 2020 15:24:47 +0000 (09:24 -0600)]
Update README.md

4 years agoMerge pull request #91 from utzcoz/master
Braden Farmer [Sat, 21 Mar 2020 15:23:12 +0000 (09:23 -0600)]
Merge pull request #91 from utzcoz/master

Extract *FREEFORM* string to TaskbarIntent constants

4 years agoExtract TOGGLE_FREEFORM_MODE to TaskbarIntent constant
utzcoz [Sat, 21 Mar 2020 08:15:26 +0000 (16:15 +0800)]
Extract TOGGLE_FREEFORM_MODE to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract FREEFORM_PREF_CHANGED to TaskbarIntent constant
utzcoz [Sat, 21 Mar 2020 07:58:23 +0000 (15:58 +0800)]
Extract FREEFORM_PREF_CHANGED to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract FINISH_FREEFORM_ACTIVITY to TaskbarIntent constant
utzcoz [Sat, 21 Mar 2020 07:50:08 +0000 (15:50 +0800)]
Extract FINISH_FREEFORM_ACTIVITY to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract UPDATE_FREEFORM_CHECKBOX to TaskbarIntent contant
utzcoz [Sat, 21 Mar 2020 06:11:43 +0000 (14:11 +0800)]
Extract UPDATE_FREEFORM_CHECKBOX to TaskbarIntent contant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoAdding a header and private constructor to TaskbarIntent
Braden Farmer [Sat, 21 Mar 2020 06:01:52 +0000 (00:01 -0600)]
Adding a header and private constructor to TaskbarIntent

4 years agoMerge pull request #90 from utzcoz/master
Braden Farmer [Sat, 21 Mar 2020 05:57:43 +0000 (23:57 -0600)]
Merge pull request #90 from utzcoz/master

Extract  *START_MENU* string to TaskbarIntent contants

4 years agoFleshing out the desktop mode preferences screen
Braden Farmer [Sat, 21 Mar 2020 05:54:53 +0000 (23:54 -0600)]
Fleshing out the desktop mode preferences screen

4 years agoRemove unnecessary casts
Braden Farmer [Sat, 21 Mar 2020 04:18:32 +0000 (22:18 -0600)]
Remove unnecessary casts

4 years agoExtract SHOW/HIDE_START_MENU_SPACE to TaskbarIntent contants
utzcoz [Fri, 20 Mar 2020 06:59:52 +0000 (14:59 +0800)]
Extract SHOW/HIDE_START_MENU_SPACE to TaskbarIntent contants

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract HIDE_START_MENU_NO_RESET to TaskbarIntent constant
utzcoz [Fri, 20 Mar 2020 06:49:52 +0000 (14:49 +0800)]
Extract HIDE_START_MENU_NO_RESET to TaskbarIntent constant

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract RESET_START_MENU string to TaskbarIntent.ACTION_RESET_START_MENU
utzcoz [Fri, 20 Mar 2020 06:46:12 +0000 (14:46 +0800)]
Extract RESET_START_MENU string to TaskbarIntent.ACTION_RESET_START_MENU

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract START_MENU_APPEARING string to TaskbarIntent.ACTION_START_MENU_APPEARING
utzcoz [Fri, 20 Mar 2020 06:41:36 +0000 (14:41 +0800)]
Extract START_MENU_APPEARING string to TaskbarIntent.ACTION_START_MENU_APPEARING

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract START_MENU_DISAPPEARING string to TaskbarIntent.ACTION_START_MENU_DISAPPEARING
utzcoz [Fri, 20 Mar 2020 06:37:41 +0000 (14:37 +0800)]
Extract START_MENU_DISAPPEARING string to TaskbarIntent.ACTION_START_MENU_DISAPPEARING

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract TOGGLE_START_MENU string to TaskbarIntent.ACTION_TOGGLE_START_MENU
utzcoz [Fri, 20 Mar 2020 06:27:02 +0000 (14:27 +0800)]
Extract TOGGLE_START_MENU string to TaskbarIntent.ACTION_TOGGLE_START_MENU

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoExtract HIDE_START_MENU string to TaskbarIntent.ACTION_HIDE_START_MENU
utzcoz [Fri, 20 Mar 2020 06:12:25 +0000 (14:12 +0800)]
Extract HIDE_START_MENU string to TaskbarIntent.ACTION_HIDE_START_MENU

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoMerge pull request #89 from utzcoz/master
Braden Farmer [Fri, 20 Mar 2020 05:45:23 +0000 (23:45 -0600)]
Merge pull request #89 from utzcoz/master

Extract HIDE_TASKBAR string to TaskbarIntent.ACTION_HIDE_TASKBAR

4 years agoIntegrate HSL into Taskbar as part of desktop mode support
Braden Farmer [Fri, 20 Mar 2020 05:38:34 +0000 (23:38 -0600)]
Integrate HSL into Taskbar as part of desktop mode support

4 years agoExtract HIDE_TASKBAR string to TaskbarIntent.ACTION_HIDE_TASKBAR
utzcoz [Thu, 19 Mar 2020 07:27:57 +0000 (15:27 +0800)]
Extract HIDE_TASKBAR string to TaskbarIntent.ACTION_HIDE_TASKBAR

String com.farmerbb.taskbar.HIDE_TASKBAR is used on many place,
so we should extract it to a constant field to simply the usage.
Because this string is used to Intent, we create a class called
TaskbarIntent, that is similar to system's Intent to store
constant fields used by Intent.

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoContinue work on standalone Android 10 Desktop Mode support
Braden Farmer [Thu, 19 Mar 2020 04:48:27 +0000 (22:48 -0600)]
Continue work on standalone Android 10 Desktop Mode support

4 years agoFix desktop mode icon size
Braden Farmer [Wed, 18 Mar 2020 05:44:54 +0000 (23:44 -0600)]
Fix desktop mode icon size

4 years agoInitial desktop mode preference
Braden Farmer [Wed, 18 Mar 2020 05:26:03 +0000 (23:26 -0600)]
Initial desktop mode preference

4 years agoRevert "DummyActivity launches should always be either maximized or lower right"
Braden Farmer [Wed, 18 Mar 2020 03:36:09 +0000 (21:36 -0600)]
Revert "DummyActivity launches should always be either maximized or lower right"

This reverts commit dd1e8f6532d3d8ca4b3be05781fb575a28d5ec68.

4 years agoFix a few more logic errors with freeform mode
Braden Farmer [Wed, 18 Mar 2020 02:30:05 +0000 (20:30 -0600)]
Fix a few more logic errors with freeform mode

4 years agoSmall verbiage tweak
Braden Farmer [Mon, 16 Mar 2020 05:40:10 +0000 (23:40 -0600)]
Small verbiage tweak

4 years agoTrying another fix for collapsing logic on the home screen
Braden Farmer [Mon, 16 Mar 2020 04:15:43 +0000 (22:15 -0600)]
Trying another fix for collapsing logic on the home screen

4 years agoRevert "Explicitly tie showing / hiding Taskbar automatically on the home screen...
Braden Farmer [Mon, 16 Mar 2020 03:59:44 +0000 (21:59 -0600)]
Revert "Explicitly tie showing / hiding Taskbar automatically on the home screen to the "Collapse Taskbar when selecting items" setting"

This reverts commit 6e3da5a8e4951302d64f9dbb4d5e4fbc566bf8d5.

4 years agoRevert "Fix issues with auto showing/hiding Taskbar when set as home screen"
Braden Farmer [Mon, 16 Mar 2020 03:59:35 +0000 (21:59 -0600)]
Revert "Fix issues with auto showing/hiding Taskbar when set as home screen"

This reverts commit a366d36b605e82f6548f2eda7643ea7ffadacce3.

4 years agoFix issues with auto showing/hiding Taskbar when set as home screen
Braden Farmer [Sun, 15 Mar 2020 05:30:20 +0000 (23:30 -0600)]
Fix issues with auto showing/hiding Taskbar when set as home screen

4 years agoHide desktop mode behind a preference (not exposed yet)
Braden Farmer [Sat, 14 Mar 2020 17:59:20 +0000 (11:59 -0600)]
Hide desktop mode behind a preference (not exposed yet)

4 years agoDummyActivity launches should always be either maximized or lower right
Braden Farmer [Sat, 14 Mar 2020 17:49:40 +0000 (11:49 -0600)]
DummyActivity launches should always be either maximized or lower right

4 years agoTypo fix
Braden Farmer [Sat, 14 Mar 2020 17:37:00 +0000 (11:37 -0600)]
Typo fix

4 years agoMerge pull request #88 from utzcoz/master
Braden Farmer [Sat, 14 Mar 2020 17:31:54 +0000 (11:31 -0600)]
Merge pull request #88 from utzcoz/master

Add variable to use Taskbar replace default Launchers in AOSP for Android.mk

4 years agoSmall verbiage tweak
Braden Farmer [Sat, 14 Mar 2020 17:27:29 +0000 (11:27 -0600)]
Small verbiage tweak

4 years agoAnimation tweaks
Braden Farmer [Thu, 12 Mar 2020 04:01:45 +0000 (22:01 -0600)]
Animation tweaks

4 years agoAdd variable to control whether use Taskbar to replace default Launchers
utzcoz [Wed, 11 Mar 2020 07:57:20 +0000 (15:57 +0800)]
Add variable to control whether use Taskbar to replace default Launchers

User can define EANBLE_TASKBAR_REPLACE := true in its device makefile to
use Taskbar to replace default Launchers. If user doesn't assign true to
this value, or define this variable, the system will build Taskbar to
system/priv-app only, and other Launchers will exist too.

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoUse Taskbar replaces default Launcher in AOSP
utzcoz [Tue, 10 Mar 2020 15:24:59 +0000 (23:24 +0800)]
Use Taskbar replaces default Launcher in AOSP

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoBuffer input / output streams
Braden Farmer [Wed, 11 Mar 2020 06:05:24 +0000 (00:05 -0600)]
Buffer input / output streams

4 years agoRemove xor encryption of backup files, for performance reasons
Braden Farmer [Wed, 11 Mar 2020 05:27:58 +0000 (23:27 -0600)]
Remove xor encryption of backup files, for performance reasons

4 years agoRefactor backup / restore logic to implement multi-threading
Braden Farmer [Wed, 11 Mar 2020 04:50:22 +0000 (22:50 -0600)]
Refactor backup / restore logic to implement multi-threading

4 years agoUpdate README.md
Braden Farmer [Wed, 11 Mar 2020 03:14:23 +0000 (21:14 -0600)]
Update README.md

4 years agoMerge pull request #87 from utzcoz/master
Braden Farmer [Wed, 11 Mar 2020 03:06:47 +0000 (21:06 -0600)]
Merge pull request #87 from utzcoz/master

Add Chinese translation for left string

4 years agoAdd Chinese translation for left string
utzcoz [Tue, 10 Mar 2020 14:49:13 +0000 (22:49 +0800)]
Add Chinese translation for left string

1. Use origin translation for some specific word, for example "freeform" ->
"自由式".
2. Use SBC case symbol to replace DBC case.

Test it with change the system language to Chinese(zh-cn), and it looks
fine.

Signed-off-by: utzcoz <utzcoz@outlook.com>
4 years agoInitial implementation of standalone Android 10 Desktop Mode support
Braden Farmer [Fri, 6 Mar 2020 07:23:59 +0000 (00:23 -0700)]
Initial implementation of standalone Android 10 Desktop Mode support

4 years agoFinishing touches on backup & restore
Braden Farmer [Fri, 6 Mar 2020 02:51:33 +0000 (19:51 -0700)]
Finishing touches on backup & restore

4 years agoChange backup and restore mime types back to */*
Braden Farmer [Thu, 5 Mar 2020 07:04:54 +0000 (00:04 -0700)]
Change backup and restore mime types back to */*

4 years agoAdd some basic encryption + enable backup and restore for non-debug builds
Braden Farmer [Thu, 5 Mar 2020 07:01:15 +0000 (00:01 -0700)]
Add some basic encryption + enable backup and restore for non-debug builds

4 years agoImplement error handling for backup and restore
Braden Farmer [Thu, 5 Mar 2020 05:49:18 +0000 (22:49 -0700)]
Implement error handling for backup and restore

4 years agoLittle bit of cleanup
Braden Farmer [Thu, 5 Mar 2020 04:40:55 +0000 (21:40 -0700)]
Little bit of cleanup

4 years agoBackup & restore should now be fully working
Braden Farmer [Thu, 5 Mar 2020 04:36:23 +0000 (21:36 -0700)]
Backup & restore should now be fully working

4 years ago[WIP] Implement backup / restore logic
Braden Farmer [Mon, 2 Mar 2020 04:20:41 +0000 (21:20 -0700)]
[WIP] Implement backup / restore logic

4 years agoRevert "Move backup classes to nonlib"
Braden Farmer [Mon, 2 Mar 2020 03:14:41 +0000 (20:14 -0700)]
Revert "Move backup classes to nonlib"

This reverts commit ea969ce6c993fc3672db3b31e15e82f64daed6d4.

4 years agoMove backup classes to nonlib
Braden Farmer [Sun, 1 Mar 2020 04:40:18 +0000 (21:40 -0700)]
Move backup classes to nonlib

4 years agoAdd instructions for enabling system alert window and usage access permissions on...
Braden Farmer [Sun, 1 Mar 2020 04:27:16 +0000 (21:27 -0700)]
Add instructions for enabling system alert window and usage access permissions on recent versions of Android TV

4 years agoCleanup from previous commits
Braden Farmer [Sat, 29 Feb 2020 02:30:03 +0000 (19:30 -0700)]
Cleanup from previous commits

4 years agoIntegrate the Persistent Shortcuts app into Taskbar (2 of 2)
Braden Farmer [Sat, 29 Feb 2020 02:17:28 +0000 (19:17 -0700)]
Integrate the Persistent Shortcuts app into Taskbar (2 of 2)

4 years agoIntegrate the Persistent Shortcuts app into Taskbar (1 of 2)
Braden Farmer [Sat, 29 Feb 2020 02:16:39 +0000 (19:16 -0700)]
Integrate the Persistent Shortcuts app into Taskbar (1 of 2)

4 years agoUpdate strings.xml android-x86-9.0-r1
Braden Farmer [Mon, 24 Feb 2020 04:06:22 +0000 (21:06 -0700)]
Update strings.xml

4 years agoOnly enable backup & restore UI on debug builds for now
Braden Farmer [Sun, 23 Feb 2020 05:12:07 +0000 (22:12 -0700)]
Only enable backup & restore UI on debug builds for now

4 years agoDefault apps to landscape orientation on Android-x86
Braden Farmer [Sun, 23 Feb 2020 05:04:30 +0000 (22:04 -0700)]
Default apps to landscape orientation on Android-x86

4 years agoAdding a quick comment
Braden Farmer [Sat, 22 Feb 2020 03:59:28 +0000 (20:59 -0700)]
Adding a quick comment