mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
Many changes
- 15.1: Fix build - 15.1: Add jfltexx - 15.1: Add CVE patchers for jf and fugu - Manifests: Add Intel repos back - Overlay: Add more default apps to launcher - Remove more blobs
This commit is contained in:
parent
3c2fae77d5
commit
9af1881a89
15 changed files with 265 additions and 51 deletions
|
@ -26,7 +26,4 @@
|
|||
<!-- Set to true to enable the user switcher on the keyguard. -->
|
||||
<bool name="config_keyguardUserSwitcher">false</bool>
|
||||
|
||||
<!-- Whether to show the full screen user switcher. -->
|
||||
<bool name="config_enableFullscreenUserSwitcher">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -10,10 +10,4 @@
|
|||
<!-- When true enable gesture setting. -->
|
||||
<bool name="config_gesture_settings_enabled">true</bool>
|
||||
|
||||
<!-- If the support features are enabled. -->
|
||||
<bool name="config_support_enabled">false</bool>
|
||||
|
||||
<!-- Whether or not new device intro suggestion is supported for this device -->
|
||||
<bool name="config_new_device_intro_suggestion_supported">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
|
||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||
<!-- Phone, Silence, [All Apps], Fennec DOS, Camera -->
|
||||
<!-- Phone, Messenger, [All Apps], Browser, Camera -->
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="0"
|
||||
|
@ -36,6 +36,9 @@
|
|||
<favorite
|
||||
launcher:packageName="org.smssecure.smssecure"
|
||||
launcher:className="org.smssecure.smssecure.ConversationListActivity" />
|
||||
<favorite
|
||||
launcher:packageName="com.android.messaging"
|
||||
launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
|
@ -46,6 +49,18 @@
|
|||
<favorite
|
||||
launcher:packageName="us.spotco.fennec_dos"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.mozilla.fennec_fdroid"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.gnu.icecat"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.mozilla.firefox"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.chromium.chrome"
|
||||
launcher:className="org.chromium.chrome.ChromeLauncherActivity" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
|
@ -62,6 +77,9 @@
|
|||
<favorite
|
||||
launcher:packageName="com.android.camera2"
|
||||
launcher:className="com.android.camera.CameraLauncher" />
|
||||
<favorite
|
||||
launcher:packageName="net.sourceforge.opencamera"
|
||||
launcher:className="net.sourceforge.opencamera.MainActivity" />
|
||||
</resolve>
|
||||
|
||||
</favorites>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
|
||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||
<!-- Phone, Silence, [All Apps], Fennec DOS, Camera -->
|
||||
<!-- Phone, Messenger, [All Apps], Browser, Camera -->
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="0"
|
||||
|
@ -36,6 +36,9 @@
|
|||
<favorite
|
||||
launcher:packageName="org.smssecure.smssecure"
|
||||
launcher:className="org.smssecure.smssecure.ConversationListActivity" />
|
||||
<favorite
|
||||
launcher:packageName="com.android.messaging"
|
||||
launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
|
@ -46,6 +49,18 @@
|
|||
<favorite
|
||||
launcher:packageName="us.spotco.fennec_dos"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.mozilla.fennec_fdroid"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.gnu.icecat"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.mozilla.firefox"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.chromium.chrome"
|
||||
launcher:className="org.chromium.chrome.ChromeLauncherActivity" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
|
@ -62,6 +77,9 @@
|
|||
<favorite
|
||||
launcher:packageName="com.android.camera2"
|
||||
launcher:className="com.android.camera.CameraLauncher" />
|
||||
<favorite
|
||||
launcher:packageName="net.sourceforge.opencamera"
|
||||
launcher:className="net.sourceforge.opencamera.MainActivity" />
|
||||
</resolve>
|
||||
|
||||
</favorites>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
|
||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||
<!-- Phone, Silence, [All Apps], Fennec DOS, Camera -->
|
||||
<!-- Phone, Messenger, [All Apps], Browser, Camera -->
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="1"
|
||||
|
@ -36,6 +36,9 @@
|
|||
<favorite
|
||||
launcher:packageName="org.smssecure.smssecure"
|
||||
launcher:className="org.smssecure.smssecure.ConversationListActivity" />
|
||||
<favorite
|
||||
launcher:packageName="com.android.messaging"
|
||||
launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
|
@ -46,6 +49,18 @@
|
|||
<favorite
|
||||
launcher:packageName="us.spotco.fennec_dos"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.mozilla.fennec_fdroid"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.gnu.icecat"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.mozilla.firefox"
|
||||
launcher:className="org.mozilla.gecko.LauncherActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.chromium.chrome"
|
||||
launcher:className="org.chromium.chrome.ChromeLauncherActivity" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
|
@ -62,6 +77,9 @@
|
|||
<favorite
|
||||
launcher:packageName="com.android.camera2"
|
||||
launcher:className="com.android.camera.CameraLauncher" />
|
||||
<favorite
|
||||
launcher:packageName="net.sourceforge.opencamera"
|
||||
launcher:className="net.sourceforge.opencamera.MainActivity" />
|
||||
</resolve>
|
||||
|
||||
</favorites>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue