From 2a48870e2e69b8b647b42de675f21e0eae8c934e Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 24 May 2021 15:29:00 +0200 Subject: [PATCH 01/70] resized icons and reworked antennapod --- other/antennapod.svg | 6 ++++++ other/cuprumpdf.svg | 4 ++++ other/diskusage.svg | 4 ++++ other/jellyfin.svg | 4 ++++ other/moviedb.svg | 9 +++++++++ other/napster.svg | 4 ++++ other/nextcloud.svg | 8 ++++++++ other/nextcloudnotes.svg | 4 ++++ other/nextcloudsms.svg | 4 ++++ other/qr.svg | 13 +++++++++++++ other/tasker.svg | 4 ++++ other/tibackup.svg | 4 ++++ 12 files changed, 68 insertions(+) create mode 100644 other/antennapod.svg create mode 100644 other/cuprumpdf.svg create mode 100644 other/diskusage.svg create mode 100644 other/jellyfin.svg create mode 100644 other/moviedb.svg create mode 100644 other/napster.svg create mode 100644 other/nextcloud.svg create mode 100644 other/nextcloudnotes.svg create mode 100644 other/nextcloudsms.svg create mode 100644 other/qr.svg create mode 100644 other/tasker.svg create mode 100644 other/tibackup.svg diff --git a/other/antennapod.svg b/other/antennapod.svg new file mode 100644 index 00000000..b35abd18 --- /dev/null +++ b/other/antennapod.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/cuprumpdf.svg b/other/cuprumpdf.svg new file mode 100644 index 00000000..9399902e --- /dev/null +++ b/other/cuprumpdf.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/diskusage.svg b/other/diskusage.svg new file mode 100644 index 00000000..865522ed --- /dev/null +++ b/other/diskusage.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/jellyfin.svg b/other/jellyfin.svg new file mode 100644 index 00000000..7c3ab613 --- /dev/null +++ b/other/jellyfin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/moviedb.svg b/other/moviedb.svg new file mode 100644 index 00000000..cdf4329a --- /dev/null +++ b/other/moviedb.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/other/napster.svg b/other/napster.svg new file mode 100644 index 00000000..14c3f595 --- /dev/null +++ b/other/napster.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/nextcloud.svg b/other/nextcloud.svg new file mode 100644 index 00000000..0c0a4db7 --- /dev/null +++ b/other/nextcloud.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/nextcloudnotes.svg b/other/nextcloudnotes.svg new file mode 100644 index 00000000..95fc5631 --- /dev/null +++ b/other/nextcloudnotes.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/nextcloudsms.svg b/other/nextcloudsms.svg new file mode 100644 index 00000000..44116ebf --- /dev/null +++ b/other/nextcloudsms.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/qr.svg b/other/qr.svg new file mode 100644 index 00000000..bebfeb9e --- /dev/null +++ b/other/qr.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/other/tasker.svg b/other/tasker.svg new file mode 100644 index 00000000..f496806d --- /dev/null +++ b/other/tasker.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/tibackup.svg b/other/tibackup.svg new file mode 100644 index 00000000..a2ae1f9d --- /dev/null +++ b/other/tibackup.svg @@ -0,0 +1,4 @@ + + + + From 42b4dd5e02054411f0249e0d4e8aba245e6475a3 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Thu, 27 May 2021 00:37:04 +0200 Subject: [PATCH 02/70] 5 new icons elementary foxydroid (unfinished first try) kleinewettervorschau shadereditor (also unfinished) slimsocial (looks to much like a contacts icon, needs review) --- other/elementary.svg | 4 ++++ other/foxydroid.svg | 4 ++++ other/kleinewettervorschau.svg | 4 ++++ other/shadereditor.svg | 4 ++++ other/slimsocial.svg | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 other/elementary.svg create mode 100644 other/foxydroid.svg create mode 100644 other/kleinewettervorschau.svg create mode 100644 other/shadereditor.svg create mode 100644 other/slimsocial.svg diff --git a/other/elementary.svg b/other/elementary.svg new file mode 100644 index 00000000..d59e5baf --- /dev/null +++ b/other/elementary.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/foxydroid.svg b/other/foxydroid.svg new file mode 100644 index 00000000..aa827ab6 --- /dev/null +++ b/other/foxydroid.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/kleinewettervorschau.svg b/other/kleinewettervorschau.svg new file mode 100644 index 00000000..083d3267 --- /dev/null +++ b/other/kleinewettervorschau.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/shadereditor.svg b/other/shadereditor.svg new file mode 100644 index 00000000..564b901c --- /dev/null +++ b/other/shadereditor.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/slimsocial.svg b/other/slimsocial.svg new file mode 100644 index 00000000..25050faf --- /dev/null +++ b/other/slimsocial.svg @@ -0,0 +1,4 @@ + + + + From 9207a45a1b78b419edf83ad65ba31f9713b68caf Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Thu, 27 May 2021 18:32:35 +0200 Subject: [PATCH 03/70] 2 new icons bluetoothkeyboardmouse multivnc --- other/bluetoothkeyboardmouse.svg | 5 +++++ other/multivnc.svg | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 other/bluetoothkeyboardmouse.svg create mode 100644 other/multivnc.svg diff --git a/other/bluetoothkeyboardmouse.svg b/other/bluetoothkeyboardmouse.svg new file mode 100644 index 00000000..4ca509e4 --- /dev/null +++ b/other/bluetoothkeyboardmouse.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/multivnc.svg b/other/multivnc.svg new file mode 100644 index 00000000..c2d931c1 --- /dev/null +++ b/other/multivnc.svg @@ -0,0 +1,4 @@ + + + + From dfa4f7ea8336c77517ac89538715c9d6f8f38e14 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 28 May 2021 10:03:32 +0200 Subject: [PATCH 04/70] 2 new icons myfritz supertuxkart --- other/myfritz.svg | 5 +++++ other/supertuxkart.svg | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 other/myfritz.svg create mode 100644 other/supertuxkart.svg diff --git a/other/myfritz.svg b/other/myfritz.svg new file mode 100644 index 00000000..bfd74128 --- /dev/null +++ b/other/myfritz.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/supertuxkart.svg b/other/supertuxkart.svg new file mode 100644 index 00000000..b8b643e6 --- /dev/null +++ b/other/supertuxkart.svg @@ -0,0 +1,5 @@ + + + + + From 4e40e96a24fe1eb4f638d8acd9a2db55370147f6 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 28 May 2021 11:35:39 +0200 Subject: [PATCH 05/70] updated appfilter added: - Bluetooth Keyboard & Mouse - Elementary - Equate - Kleine Wettervorschau Deutschland - MultiVNC - MyFRITZ - Shader Editor - SlimSocial - SuperTuxKart --- app/src/main/res/xml/appfilter.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 9929b854..3de836af 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4335,4 +4335,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + From 42a75d95e55028c43f6521e04f27981ee12e1796 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 28 May 2021 12:10:13 +0200 Subject: [PATCH 06/70] updated bluetoothkeyboardmouse.svg foxydroid.svg myfritz.svg nextcloudsms.svg supertuxkart.svg --- other/bluetoothkeyboardmouse.svg | 5 ++--- other/foxydroid.svg | 2 +- other/myfritz.svg | 3 +-- other/nextcloudsms.svg | 2 +- other/supertuxkart.svg | 5 ++--- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/other/bluetoothkeyboardmouse.svg b/other/bluetoothkeyboardmouse.svg index 4ca509e4..f6210090 100644 --- a/other/bluetoothkeyboardmouse.svg +++ b/other/bluetoothkeyboardmouse.svg @@ -1,5 +1,4 @@ - - - + + diff --git a/other/foxydroid.svg b/other/foxydroid.svg index aa827ab6..8c254c60 100644 --- a/other/foxydroid.svg +++ b/other/foxydroid.svg @@ -1,4 +1,4 @@ - + diff --git a/other/myfritz.svg b/other/myfritz.svg index bfd74128..870ae0b8 100644 --- a/other/myfritz.svg +++ b/other/myfritz.svg @@ -1,5 +1,4 @@ - - + diff --git a/other/nextcloudsms.svg b/other/nextcloudsms.svg index 44116ebf..12afe718 100644 --- a/other/nextcloudsms.svg +++ b/other/nextcloudsms.svg @@ -1,4 +1,4 @@ - + diff --git a/other/supertuxkart.svg b/other/supertuxkart.svg index b8b643e6..c15b76f6 100644 --- a/other/supertuxkart.svg +++ b/other/supertuxkart.svg @@ -1,5 +1,4 @@ - - - + + From e88fd28612f5ee26c7b76591a2db1bdd1ec3e5a2 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 29 May 2021 11:56:16 +0200 Subject: [PATCH 07/70] 2 new icons react yuzubrowser --- other/react.svg | 4 ++++ other/yuzubrowser.svg | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 other/react.svg create mode 100644 other/yuzubrowser.svg diff --git a/other/react.svg b/other/react.svg new file mode 100644 index 00000000..03f1c5e5 --- /dev/null +++ b/other/react.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/yuzubrowser.svg b/other/yuzubrowser.svg new file mode 100644 index 00000000..ed9d74e8 --- /dev/null +++ b/other/yuzubrowser.svg @@ -0,0 +1,4 @@ + + + + From c957dd915c0cf763e3062ae93759b8c1499b3251 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 30 May 2021 11:55:18 +0200 Subject: [PATCH 08/70] 4 new icons - anutotd - carreport - fdroidclassic - prayertimes --- other/anutotd.svg | 4 ++++ other/carreport.svg | 6 ++++++ other/fdroidclassic.svg | 7 +++++++ other/prayertimes.svg | 4 ++++ 4 files changed, 21 insertions(+) create mode 100644 other/anutotd.svg create mode 100644 other/carreport.svg create mode 100644 other/fdroidclassic.svg create mode 100644 other/prayertimes.svg diff --git a/other/anutotd.svg b/other/anutotd.svg new file mode 100644 index 00000000..20cb57eb --- /dev/null +++ b/other/anutotd.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/carreport.svg b/other/carreport.svg new file mode 100644 index 00000000..bccd47b2 --- /dev/null +++ b/other/carreport.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/fdroidclassic.svg b/other/fdroidclassic.svg new file mode 100644 index 00000000..a0e0efae --- /dev/null +++ b/other/fdroidclassic.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/prayertimes.svg b/other/prayertimes.svg new file mode 100644 index 00000000..46fe257f --- /dev/null +++ b/other/prayertimes.svg @@ -0,0 +1,4 @@ + + + + From 4a4122a230e2b9df0c14082f914315512b5cdff9 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 30 May 2021 11:56:23 +0200 Subject: [PATCH 09/70] updated appfilter --- app/src/main/res/xml/appfilter.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 3de836af..05ce05c2 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4362,4 +4362,22 @@ + + + + + + + + + + + + + + + + + + From e814a6663e99e960564e725b6a473cd103d65b8f Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 30 May 2021 13:32:08 +0200 Subject: [PATCH 10/70] removed duplicate entry anutotd --- app/src/main/res/xml/appfilter.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 05ce05c2..80e6b818 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4377,7 +4377,4 @@ - - - From ee15357d880e65ac6e1d02bd5effe94f1e547374 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 31 May 2021 12:50:21 +0200 Subject: [PATCH 11/70] 3 new icons activebuilding bestbuy somafm --- app/src/main/res/xml/appfilter.xml | 11 +++++++++++ other/activebuilding.svg | 5 +++++ other/bestbuy.svg | 4 ++++ other/somafm.svg | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 other/activebuilding.svg create mode 100644 other/bestbuy.svg create mode 100644 other/somafm.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 80e6b818..1cdf7a7c 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4377,4 +4377,15 @@ + + + + + + + + + + + diff --git a/other/activebuilding.svg b/other/activebuilding.svg new file mode 100644 index 00000000..f7cefdde --- /dev/null +++ b/other/activebuilding.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/bestbuy.svg b/other/bestbuy.svg new file mode 100644 index 00000000..c86d2260 --- /dev/null +++ b/other/bestbuy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/somafm.svg b/other/somafm.svg new file mode 100644 index 00000000..ed190477 --- /dev/null +++ b/other/somafm.svg @@ -0,0 +1,4 @@ + + + + From 2dc773cb145587c52c739a816a568be86477194b Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:15 +0200 Subject: [PATCH 12/70] 3 new icons - bing - mastermindy - weatherwidget --- app/src/main/res/xml/appfilter.xml | 10 ++++++++++ other/bing.svg | 4 ++++ other/mastermindy.svg | 4 ++++ other/weatherwidget.svg | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 other/bing.svg create mode 100644 other/mastermindy.svg create mode 100644 other/weatherwidget.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 1cdf7a7c..e4b8e918 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4388,4 +4388,14 @@ + + + + + + + + + + diff --git a/other/bing.svg b/other/bing.svg new file mode 100644 index 00000000..2add7755 --- /dev/null +++ b/other/bing.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/mastermindy.svg b/other/mastermindy.svg new file mode 100644 index 00000000..8001d27a --- /dev/null +++ b/other/mastermindy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/weatherwidget.svg b/other/weatherwidget.svg new file mode 100644 index 00000000..02bff6be --- /dev/null +++ b/other/weatherwidget.svg @@ -0,0 +1,5 @@ + + + + + From 3b40f4260c19b3c8f9da55dee35170a8fb5cda0d Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 1 Jun 2021 13:21:22 +0200 Subject: [PATCH 13/70] optimized foxydroid --- other/foxydroid.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/foxydroid.svg b/other/foxydroid.svg index 8c254c60..59e97a5c 100644 --- a/other/foxydroid.svg +++ b/other/foxydroid.svg @@ -1,4 +1,4 @@ - + From d8477d4533123c22cedfdeeedcf6b029f3f4db7f Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 1 Jun 2021 13:44:07 +0200 Subject: [PATCH 14/70] updated carreport had the png still embedded --- other/carreport.svg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/other/carreport.svg b/other/carreport.svg index bccd47b2..262e4e2a 100644 --- a/other/carreport.svg +++ b/other/carreport.svg @@ -1,6 +1,4 @@ - - - - + + From 81619b2720e7da7e99b12a24298fe70ae6a4a520 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 2 Jun 2021 11:50:33 +0200 Subject: [PATCH 15/70] 5 new icons fitbitcoach gitt qfield soundhound vancedmanager --- app/src/main/res/xml/appfilter.xml | 15 +++++++++++++++ other/fitbitcoach.svg | 4 ++++ other/gitter.svg | 4 ++++ other/qfield.svg | 4 ++++ other/soundhound.svg | 4 ++++ other/vancedmanager.svg | 5 +++++ 6 files changed, 36 insertions(+) create mode 100644 other/fitbitcoach.svg create mode 100644 other/gitter.svg create mode 100644 other/qfield.svg create mode 100644 other/soundhound.svg create mode 100644 other/vancedmanager.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index e4b8e918..61835626 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4398,4 +4398,19 @@ + + + + + + + + + + + + + + + diff --git a/other/fitbitcoach.svg b/other/fitbitcoach.svg new file mode 100644 index 00000000..993dedb9 --- /dev/null +++ b/other/fitbitcoach.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/gitter.svg b/other/gitter.svg new file mode 100644 index 00000000..bc8f88ca --- /dev/null +++ b/other/gitter.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/qfield.svg b/other/qfield.svg new file mode 100644 index 00000000..806e1e90 --- /dev/null +++ b/other/qfield.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/soundhound.svg b/other/soundhound.svg new file mode 100644 index 00000000..ea2db09f --- /dev/null +++ b/other/soundhound.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/vancedmanager.svg b/other/vancedmanager.svg new file mode 100644 index 00000000..ab497f1b --- /dev/null +++ b/other/vancedmanager.svg @@ -0,0 +1,5 @@ + + + + + From c68078d93ee933000c0e5f867de15967636b3aba Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Thu, 3 Jun 2021 13:26:13 +0200 Subject: [PATCH 16/70] 4 new icons darq meinmagenta whatsdeleted wrongpinshutdown --- app/src/main/res/xml/appfilter.xml | 12 ++++++++++++ other/darq.svg | 6 ++++++ other/meinmagenta.svg | 4 ++++ other/whatsdeleted.svg | 4 ++++ other/wrongpinshutdown.svg | 4 ++++ 5 files changed, 30 insertions(+) create mode 100644 other/darq.svg create mode 100644 other/meinmagenta.svg create mode 100644 other/whatsdeleted.svg create mode 100644 other/wrongpinshutdown.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 61835626..9ee4279f 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4413,4 +4413,16 @@ + + + + + + + + + + + + diff --git a/other/darq.svg b/other/darq.svg new file mode 100644 index 00000000..440736be --- /dev/null +++ b/other/darq.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/meinmagenta.svg b/other/meinmagenta.svg new file mode 100644 index 00000000..4ebde090 --- /dev/null +++ b/other/meinmagenta.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/whatsdeleted.svg b/other/whatsdeleted.svg new file mode 100644 index 00000000..eade9e93 --- /dev/null +++ b/other/whatsdeleted.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/wrongpinshutdown.svg b/other/wrongpinshutdown.svg new file mode 100644 index 00000000..cc1973a9 --- /dev/null +++ b/other/wrongpinshutdown.svg @@ -0,0 +1,4 @@ + + + + From 92b7ec938ed7666d0bd1d869f1514b5af01ea62c Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:11:11 +0200 Subject: [PATCH 17/70] fixed some errors in svg's antennapod.svg moviedb.svg nextcloud.svg qr.svg --- other/antennapod.svg | 2 -- other/moviedb.svg | 7 +------ other/nextcloud.svg | 6 +----- other/qr.svg | 11 +---------- 4 files changed, 3 insertions(+), 23 deletions(-) diff --git a/other/antennapod.svg b/other/antennapod.svg index b35abd18..68018c63 100644 --- a/other/antennapod.svg +++ b/other/antennapod.svg @@ -1,6 +1,4 @@ - - diff --git a/other/moviedb.svg b/other/moviedb.svg index cdf4329a..12d1306a 100644 --- a/other/moviedb.svg +++ b/other/moviedb.svg @@ -1,9 +1,4 @@ - - - - - - + diff --git a/other/nextcloud.svg b/other/nextcloud.svg index 0c0a4db7..239927e6 100644 --- a/other/nextcloud.svg +++ b/other/nextcloud.svg @@ -1,8 +1,4 @@ - - - - - + diff --git a/other/qr.svg b/other/qr.svg index bebfeb9e..54e657b7 100644 --- a/other/qr.svg +++ b/other/qr.svg @@ -1,13 +1,4 @@ - - - - - - - - - - + From dfed6fd3565373a45617178166494828b984ceb3 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 4 Jun 2021 11:43:35 +0200 Subject: [PATCH 18/70] 4 new icons autoairplanemode.svg dal.svg geburtstagskalender.svg imagevideodatefixer.svg --- app/src/main/res/xml/appfilter.xml | 113 ++++++++++++++++------------- other/autoairplanemode.svg | 4 + other/dal.svg | 4 + other/geburtstagskalender.svg | 4 + other/imagevideodatefixer.svg | 7 ++ 5 files changed, 83 insertions(+), 49 deletions(-) create mode 100644 other/autoairplanemode.svg create mode 100644 other/dal.svg create mode 100644 other/geburtstagskalender.svg create mode 100644 other/imagevideodatefixer.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 9ee4279f..c5565a33 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4335,83 +4335,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - + + @@ -4419,10 +4437,7 @@ - - - - - + + diff --git a/other/autoairplanemode.svg b/other/autoairplanemode.svg new file mode 100644 index 00000000..748adef4 --- /dev/null +++ b/other/autoairplanemode.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/dal.svg b/other/dal.svg new file mode 100644 index 00000000..81ecb199 --- /dev/null +++ b/other/dal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/geburtstagskalender.svg b/other/geburtstagskalender.svg new file mode 100644 index 00000000..7c485766 --- /dev/null +++ b/other/geburtstagskalender.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/imagevideodatefixer.svg b/other/imagevideodatefixer.svg new file mode 100644 index 00000000..5c6fcbc7 --- /dev/null +++ b/other/imagevideodatefixer.svg @@ -0,0 +1,7 @@ + + + + + + + From a06f3590ffed77b21c1970e3c29acaa25f3d1e4b Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 4 Jun 2021 11:49:37 +0200 Subject: [PATCH 19/70] removed duplicate entry in appfilter.xml Dal --- app/src/main/res/xml/appfilter.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index c5565a33..c4e01fbe 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4359,9 +4359,6 @@ - - - From 6ee82b8d56a80989c9928227495d352553e7b37f Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 4 Jun 2021 20:59:06 +0200 Subject: [PATCH 20/70] 4 new icons banking4.svg logischeselbstverteidigung.svg securego.svg tan2go.svg --- app/src/main/res/xml/appfilter.xml | 13 ++++++++++++- other/banking4.svg | 4 ++++ other/logischeselbstverteidigung.svg | 4 ++++ other/securego.svg | 4 ++++ other/tan2go.svg | 4 ++++ 5 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 other/banking4.svg create mode 100644 other/logischeselbstverteidigung.svg create mode 100644 other/securego.svg create mode 100644 other/tan2go.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index c4e01fbe..fd413bf7 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4344,6 +4344,9 @@ + + + @@ -4386,6 +4389,9 @@ + + + @@ -4404,6 +4410,9 @@ + + + @@ -4419,6 +4428,9 @@ + + + @@ -4436,5 +4448,4 @@ - diff --git a/other/banking4.svg b/other/banking4.svg new file mode 100644 index 00000000..497b5922 --- /dev/null +++ b/other/banking4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/logischeselbstverteidigung.svg b/other/logischeselbstverteidigung.svg new file mode 100644 index 00000000..b44dada5 --- /dev/null +++ b/other/logischeselbstverteidigung.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/securego.svg b/other/securego.svg new file mode 100644 index 00000000..f1b95b49 --- /dev/null +++ b/other/securego.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/tan2go.svg b/other/tan2go.svg new file mode 100644 index 00000000..79f109fc --- /dev/null +++ b/other/tan2go.svg @@ -0,0 +1,4 @@ + + + + From 0b95dabef7e79635d1e4bd1ac92ce6845e6bb803 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 5 Jun 2021 10:01:21 +0200 Subject: [PATCH 21/70] 4 new icons new: binance.svg contactssync.svg rokuremote.svg todo.svg rename: kleinewettervorschau.svg -> kleinewettervorschaudeutschland.svg --- app/src/main/res/xml/appfilter.xml | 13 +++++++++++++ other/binance.svg | 4 ++++ other/contactssync.svg | 5 +++++ ...chau.svg => kleinewettervorschaudeutschland.svg} | 0 other/rokuremote.svg | 4 ++++ other/todo.svg | 4 ++++ 6 files changed, 30 insertions(+) create mode 100644 other/binance.svg create mode 100644 other/contactssync.svg rename other/{kleinewettervorschau.svg => kleinewettervorschaudeutschland.svg} (100%) create mode 100644 other/rokuremote.svg create mode 100644 other/todo.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index fd413bf7..ee36fe2e 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4350,6 +4350,9 @@ + + + @@ -4359,6 +4362,9 @@ + + + @@ -4404,12 +4410,18 @@ + + + + + + @@ -4448,4 +4460,5 @@ + diff --git a/other/binance.svg b/other/binance.svg new file mode 100644 index 00000000..7976db68 --- /dev/null +++ b/other/binance.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/contactssync.svg b/other/contactssync.svg new file mode 100644 index 00000000..2ee0e0c0 --- /dev/null +++ b/other/contactssync.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/kleinewettervorschau.svg b/other/kleinewettervorschaudeutschland.svg similarity index 100% rename from other/kleinewettervorschau.svg rename to other/kleinewettervorschaudeutschland.svg diff --git a/other/rokuremote.svg b/other/rokuremote.svg new file mode 100644 index 00000000..6ed3fa75 --- /dev/null +++ b/other/rokuremote.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/todo.svg b/other/todo.svg new file mode 100644 index 00000000..c1dbca13 --- /dev/null +++ b/other/todo.svg @@ -0,0 +1,4 @@ + + + + From 427488a73d9504f27e7de97d18ec38632cb3630a Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 6 Jun 2021 13:58:59 +0200 Subject: [PATCH 22/70] 4 new icons 1 update new: adobefillsign.svg andronix.svg fissh.svg gittouch.svg update: helmsync.svg --- app/src/main/res/xml/appfilter.xml | 12 ++++++++++++ other/adobefillsign.svg | 4 ++++ other/andronix.svg | 9 +++++++++ other/fissh.svg | 6 ++++++ other/gittouch.svg | 6 ++++++ other/helmsync.svg | 10 ++++++++++ 6 files changed, 47 insertions(+) create mode 100644 other/adobefillsign.svg create mode 100644 other/andronix.svg create mode 100644 other/fissh.svg create mode 100644 other/gittouch.svg create mode 100644 other/helmsync.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index ee36fe2e..2ffbbf81 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4338,6 +4338,12 @@ + + + + + + @@ -4383,12 +4389,18 @@ + + + + + + diff --git a/other/adobefillsign.svg b/other/adobefillsign.svg new file mode 100644 index 00000000..842c10ca --- /dev/null +++ b/other/adobefillsign.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/andronix.svg b/other/andronix.svg new file mode 100644 index 00000000..cb01faa0 --- /dev/null +++ b/other/andronix.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/other/fissh.svg b/other/fissh.svg new file mode 100644 index 00000000..fa7f39b1 --- /dev/null +++ b/other/fissh.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/gittouch.svg b/other/gittouch.svg new file mode 100644 index 00000000..fa431049 --- /dev/null +++ b/other/gittouch.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/helmsync.svg b/other/helmsync.svg new file mode 100644 index 00000000..ea243064 --- /dev/null +++ b/other/helmsync.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From b9d13fbe8b847790fecfa36f9d0fb71c11abadf1 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:54:02 +0200 Subject: [PATCH 23/70] 4 new icons azureauthenticator.svg groupme.svg msnews.svg news.svg --- app/src/main/res/xml/appfilter.xml | 12 ++++++++++++ other/azureauthenticator.svg | 5 +++++ other/groupme.svg | 4 ++++ other/msnews.svg | 5 +++++ other/news.svg | 5 +++++ 5 files changed, 31 insertions(+) create mode 100644 other/azureauthenticator.svg create mode 100644 other/groupme.svg create mode 100644 other/msnews.svg create mode 100644 other/news.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 2ffbbf81..f77ed521 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4347,6 +4347,9 @@ + + + @@ -4401,6 +4404,9 @@ + + + @@ -4422,6 +4428,12 @@ + + + + + + diff --git a/other/azureauthenticator.svg b/other/azureauthenticator.svg new file mode 100644 index 00000000..4fb34d68 --- /dev/null +++ b/other/azureauthenticator.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/groupme.svg b/other/groupme.svg new file mode 100644 index 00000000..57033c0b --- /dev/null +++ b/other/groupme.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/msnews.svg b/other/msnews.svg new file mode 100644 index 00000000..fc873e8c --- /dev/null +++ b/other/msnews.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/news.svg b/other/news.svg new file mode 100644 index 00000000..d19d15c7 --- /dev/null +++ b/other/news.svg @@ -0,0 +1,5 @@ + + + + + From d01a3aef9495cf44decf30350e0bc74c7590da87 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 7 Jun 2021 10:05:52 +0200 Subject: [PATCH 24/70] renamed news -> appreactornews --- app/src/main/res/xml/appfilter.xml | 2 +- other/{news.svg => appreactornews.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename other/{news.svg => appreactornews.svg} (100%) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f77ed521..6e6c4473 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4432,7 +4432,7 @@ - + diff --git a/other/news.svg b/other/appreactornews.svg similarity index 100% rename from other/news.svg rename to other/appreactornews.svg From 07fe4c4853d8542f2e491759802d0420010638ea Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 7 Jun 2021 23:46:42 +0200 Subject: [PATCH 25/70] updated icons helm.svg helmsync.svg tibackup.svg weatherwidget.svg --- other/helm.svg | 4 ++++ other/helmsync.svg | 12 ++++++------ other/tibackup.svg | 2 +- other/weatherwidget.svg | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 other/helm.svg diff --git a/other/helm.svg b/other/helm.svg new file mode 100644 index 00000000..69f66d1c --- /dev/null +++ b/other/helm.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/helmsync.svg b/other/helmsync.svg index ea243064..5d76542c 100644 --- a/other/helmsync.svg +++ b/other/helmsync.svg @@ -1,10 +1,10 @@ - + - - - - - + + + + + diff --git a/other/tibackup.svg b/other/tibackup.svg index a2ae1f9d..bcb2e73d 100644 --- a/other/tibackup.svg +++ b/other/tibackup.svg @@ -1,4 +1,4 @@ - + diff --git a/other/weatherwidget.svg b/other/weatherwidget.svg index 02bff6be..fe8389dc 100644 --- a/other/weatherwidget.svg +++ b/other/weatherwidget.svg @@ -1,5 +1,5 @@ - + From dc6cdbc08aafceb9b157781d17a063fb0dabcd76 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 7 Jun 2021 23:51:39 +0200 Subject: [PATCH 26/70] 8 new icons barinsta.svg elegantteleprompter.svg exodus.svg keepa.svg opencvmanager.svg piholedroid.svg sofascore.svg transmissionremote.svg --- app/src/main/res/xml/appfilter.xml | 24 ++++++++++++++++++++++++ other/barinsta.svg | 6 ++++++ other/elegantteleprompter.svg | 6 ++++++ other/exodus.svg | 7 +++++++ other/keepa.svg | 4 ++++ other/opencvmanager.svg | 6 ++++++ other/piholedroid.svg | 8 ++++++++ other/sofascore.svg | 5 +++++ other/transmissionremote.svg | 11 +++++++++++ 9 files changed, 77 insertions(+) create mode 100644 other/barinsta.svg create mode 100644 other/elegantteleprompter.svg create mode 100644 other/exodus.svg create mode 100644 other/keepa.svg create mode 100644 other/opencvmanager.svg create mode 100644 other/piholedroid.svg create mode 100644 other/sofascore.svg create mode 100644 other/transmissionremote.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 6e6c4473..3779ed87 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4356,6 +4356,9 @@ + + + @@ -4380,12 +4383,18 @@ + + + + + + @@ -4410,6 +4419,9 @@ + + + @@ -4434,6 +4446,12 @@ + + + + + + @@ -4455,6 +4473,9 @@ + + + @@ -4470,6 +4491,9 @@ + + + diff --git a/other/barinsta.svg b/other/barinsta.svg new file mode 100644 index 00000000..6cb04634 --- /dev/null +++ b/other/barinsta.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/elegantteleprompter.svg b/other/elegantteleprompter.svg new file mode 100644 index 00000000..e9065c6d --- /dev/null +++ b/other/elegantteleprompter.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/exodus.svg b/other/exodus.svg new file mode 100644 index 00000000..9f51d106 --- /dev/null +++ b/other/exodus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/keepa.svg b/other/keepa.svg new file mode 100644 index 00000000..65fd5009 --- /dev/null +++ b/other/keepa.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/opencvmanager.svg b/other/opencvmanager.svg new file mode 100644 index 00000000..c13fa11d --- /dev/null +++ b/other/opencvmanager.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/piholedroid.svg b/other/piholedroid.svg new file mode 100644 index 00000000..6565aa1d --- /dev/null +++ b/other/piholedroid.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/sofascore.svg b/other/sofascore.svg new file mode 100644 index 00000000..cbd1da57 --- /dev/null +++ b/other/sofascore.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/transmissionremote.svg b/other/transmissionremote.svg new file mode 100644 index 00000000..d7e11bad --- /dev/null +++ b/other/transmissionremote.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From 5266180cbf8315cad796b23c5e535e1199078538 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 8 Jun 2021 10:18:52 +0200 Subject: [PATCH 27/70] 3 new icons & 2 fixed documents.svg etchdroid.svg motioneye.svg --- app/src/main/res/xml/appfilter.xml | 9 +++++++++ other/barinsta.svg | 2 +- other/documents.svg | 6 ++++++ other/etchdroid.svg | 6 ++++++ other/motioneye.svg | 7 +++++++ other/weatherwidget.svg | 3 +-- 6 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 other/documents.svg create mode 100644 other/etchdroid.svg create mode 100644 other/motioneye.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 3779ed87..1ec99cc1 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4383,6 +4383,9 @@ + + + @@ -4392,6 +4395,9 @@ + + + @@ -4434,6 +4440,9 @@ + + + diff --git a/other/barinsta.svg b/other/barinsta.svg index 6cb04634..2b847f8c 100644 --- a/other/barinsta.svg +++ b/other/barinsta.svg @@ -2,5 +2,5 @@ - + diff --git a/other/documents.svg b/other/documents.svg new file mode 100644 index 00000000..e2cb5d4a --- /dev/null +++ b/other/documents.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/etchdroid.svg b/other/etchdroid.svg new file mode 100644 index 00000000..87d26f6f --- /dev/null +++ b/other/etchdroid.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/motioneye.svg b/other/motioneye.svg new file mode 100644 index 00000000..e18eb784 --- /dev/null +++ b/other/motioneye.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/weatherwidget.svg b/other/weatherwidget.svg index fe8389dc..3a6e0d1e 100644 --- a/other/weatherwidget.svg +++ b/other/weatherwidget.svg @@ -1,5 +1,4 @@ - + - From 07ee7bb96b93be7d8e93ad17cd6440ee6ef64092 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 8 Jun 2021 17:53:14 +0200 Subject: [PATCH 28/70] 10 new icons 1 update agendalite.svg anonaddy.svg flow.svg haven.svg inaturalist.svg roommate.svg vrmediaplayer.svg watomatic.svg websitemonitor.svg yaga.svg --- app/src/main/res/xml/appfilter.xml | 32 +++++++++++++++++++++++++++++- other/agendalite.svg | 6 ++++++ other/anonaddy.svg | 7 +++++++ other/barinsta.svg | 2 +- other/flow.svg | 5 +++++ other/haven.svg | 4 ++++ other/inaturalist.svg | 5 +++++ other/roommate.svg | 5 +++++ other/vrmediaplayer.svg | 5 +++++ other/watomatic.svg | 7 +++++++ other/websitemonitor.svg | 6 ++++++ other/yaga.svg | 10 ++++++++++ 12 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 other/agendalite.svg create mode 100644 other/anonaddy.svg create mode 100644 other/flow.svg create mode 100644 other/haven.svg create mode 100644 other/inaturalist.svg create mode 100644 other/roommate.svg create mode 100644 other/vrmediaplayer.svg create mode 100644 other/watomatic.svg create mode 100644 other/websitemonitor.svg create mode 100644 other/yaga.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 1ec99cc1..ee664d4d 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4341,9 +4341,15 @@ + + + + + + @@ -4410,6 +4416,9 @@ + + + @@ -4422,9 +4431,15 @@ + + + + + + @@ -4459,7 +4474,7 @@ - + @@ -4473,6 +4488,9 @@ + + + @@ -4506,15 +4524,27 @@ + + + + + + + + + + + + diff --git a/other/agendalite.svg b/other/agendalite.svg new file mode 100644 index 00000000..000a3774 --- /dev/null +++ b/other/agendalite.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/anonaddy.svg b/other/anonaddy.svg new file mode 100644 index 00000000..583403c5 --- /dev/null +++ b/other/anonaddy.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/barinsta.svg b/other/barinsta.svg index 2b847f8c..6cb04634 100644 --- a/other/barinsta.svg +++ b/other/barinsta.svg @@ -2,5 +2,5 @@ - + diff --git a/other/flow.svg b/other/flow.svg new file mode 100644 index 00000000..20298bd8 --- /dev/null +++ b/other/flow.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/haven.svg b/other/haven.svg new file mode 100644 index 00000000..f13c60b0 --- /dev/null +++ b/other/haven.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/inaturalist.svg b/other/inaturalist.svg new file mode 100644 index 00000000..3838ef99 --- /dev/null +++ b/other/inaturalist.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/roommate.svg b/other/roommate.svg new file mode 100644 index 00000000..b22d5ed0 --- /dev/null +++ b/other/roommate.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/vrmediaplayer.svg b/other/vrmediaplayer.svg new file mode 100644 index 00000000..989a0a5a --- /dev/null +++ b/other/vrmediaplayer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/watomatic.svg b/other/watomatic.svg new file mode 100644 index 00000000..1bfa161c --- /dev/null +++ b/other/watomatic.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/websitemonitor.svg b/other/websitemonitor.svg new file mode 100644 index 00000000..e2e85fd2 --- /dev/null +++ b/other/websitemonitor.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/yaga.svg b/other/yaga.svg new file mode 100644 index 00000000..738b390e --- /dev/null +++ b/other/yaga.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From b5c7282dcf4daa7368e6f6f0a999d40583b4a43c Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:09:17 +0200 Subject: [PATCH 29/70] ungrouped elements in yaga.svg --- other/yaga.svg | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/other/yaga.svg b/other/yaga.svg index 738b390e..da380a68 100644 --- a/other/yaga.svg +++ b/other/yaga.svg @@ -1,10 +1,40 @@ - - - - - - - - - + + + + + + image/svg+xml + + + + + + + + + + + From 19d47369b0d3b8fd116d2f995e7dbe4911c9e909 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:15:09 +0200 Subject: [PATCH 30/70] yaga again, missed stripping m) --- other/yaga.svg | 47 ++++++++--------------------------------------- 1 file changed, 8 insertions(+), 39 deletions(-) diff --git a/other/yaga.svg b/other/yaga.svg index da380a68..ddb910ba 100644 --- a/other/yaga.svg +++ b/other/yaga.svg @@ -1,40 +1,9 @@ - - - - - - image/svg+xml - - - - - - - - - - - + + + + + + + + From 8f4b6c559b451fa3338a51d8e1d1d21b5b60555d Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:38:11 +0200 Subject: [PATCH 31/70] renamed motioneye -> motioneyeapp conflicting filenames which i didn't check earlier. seem to be different apps. --- app/src/main/res/xml/appfilter.xml | 2 +- other/{motioneye.svg => motioneyeapp.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename other/{motioneye.svg => motioneyeapp.svg} (100%) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index ee664d4d..f67109b2 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4456,7 +4456,7 @@ - + diff --git a/other/motioneye.svg b/other/motioneyeapp.svg similarity index 100% rename from other/motioneye.svg rename to other/motioneyeapp.svg From 51fea76cdf56a614be7900f622ed8899e8f12886 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 9 Jun 2021 10:37:14 +0200 Subject: [PATCH 32/70] 10 new icons desmos.svg droidcam.svg dropticket.svg headi.svg keepon.svg mistore.svg mytim.svg ncpasswords.svg piwigo.svg proexpense.svg --- app/src/main/res/xml/appfilter.xml | 31 ++++++++++++++++++++++++++++++ other/desmos.svg | 7 +++++++ other/droidcam.svg | 8 ++++++++ other/dropticket.svg | 6 ++++++ other/headi.svg | 5 +++++ other/keepon.svg | 8 ++++++++ other/mistore.svg | 6 ++++++ other/mytim.svg | 6 ++++++ other/ncpasswords.svg | 5 +++++ other/piwigo.svg | 5 +++++ other/proexpense.svg | 4 ++++ 11 files changed, 91 insertions(+) create mode 100644 other/desmos.svg create mode 100644 other/droidcam.svg create mode 100644 other/dropticket.svg create mode 100644 other/headi.svg create mode 100644 other/keepon.svg create mode 100644 other/mistore.svg create mode 100644 other/mytim.svg create mode 100644 other/ncpasswords.svg create mode 100644 other/piwigo.svg create mode 100644 other/proexpense.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f67109b2..94b59d65 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -2757,6 +2757,7 @@ + @@ -4389,9 +4390,18 @@ + + + + + + + + + @@ -4434,6 +4444,9 @@ + + + @@ -4443,6 +4456,9 @@ + + + @@ -4455,6 +4471,9 @@ + + + @@ -4464,6 +4483,12 @@ + + + + + + @@ -4476,9 +4501,15 @@ + + + + + + diff --git a/other/desmos.svg b/other/desmos.svg new file mode 100644 index 00000000..289ba429 --- /dev/null +++ b/other/desmos.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/droidcam.svg b/other/droidcam.svg new file mode 100644 index 00000000..9a6c78b8 --- /dev/null +++ b/other/droidcam.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/dropticket.svg b/other/dropticket.svg new file mode 100644 index 00000000..3833095f --- /dev/null +++ b/other/dropticket.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/headi.svg b/other/headi.svg new file mode 100644 index 00000000..8054c084 --- /dev/null +++ b/other/headi.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/keepon.svg b/other/keepon.svg new file mode 100644 index 00000000..a8cd32ba --- /dev/null +++ b/other/keepon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/mistore.svg b/other/mistore.svg new file mode 100644 index 00000000..77079045 --- /dev/null +++ b/other/mistore.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/mytim.svg b/other/mytim.svg new file mode 100644 index 00000000..f67c42c9 --- /dev/null +++ b/other/mytim.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/ncpasswords.svg b/other/ncpasswords.svg new file mode 100644 index 00000000..b59aa1c0 --- /dev/null +++ b/other/ncpasswords.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/piwigo.svg b/other/piwigo.svg new file mode 100644 index 00000000..0c908b4e --- /dev/null +++ b/other/piwigo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/proexpense.svg b/other/proexpense.svg new file mode 100644 index 00000000..470ada08 --- /dev/null +++ b/other/proexpense.svg @@ -0,0 +1,4 @@ + + + + From db5448b1c78c5e889189952f26f73f9f58f78c65 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 9 Jun 2021 22:38:39 +0200 Subject: [PATCH 33/70] 10 new icons clima.svg dawn.svg detoxdroid.svg familylink.svg kickstarter.svg kobocollect.svg otomusic.svg raspcontroller.svg rinexon.svg studiumunict.svg --- app/src/main/res/xml/appfilter.xml | 30 ++++++++++++++++++++++++++++++ other/clima.svg | 10 ++++++++++ other/dawn.svg | 6 ++++++ other/detoxdroid.svg | 5 +++++ other/familylink.svg | 7 +++++++ other/kickstarter.svg | 4 ++++ other/kobocollect.svg | 5 +++++ other/otomusic.svg | 6 ++++++ other/raspcontroller.svg | 5 +++++ other/rinexon.svg | 10 ++++++++++ other/studiumunict.svg | 4 ++++ 11 files changed, 92 insertions(+) create mode 100644 other/clima.svg create mode 100644 other/dawn.svg create mode 100644 other/detoxdroid.svg create mode 100644 other/familylink.svg create mode 100644 other/kickstarter.svg create mode 100644 other/kobocollect.svg create mode 100644 other/otomusic.svg create mode 100644 other/raspcontroller.svg create mode 100644 other/rinexon.svg create mode 100644 other/studiumunict.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 94b59d65..70272cfa 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4381,6 +4381,9 @@ + + + @@ -4390,9 +4393,15 @@ + + + + + + @@ -4417,6 +4426,9 @@ + + + @@ -4459,9 +4471,15 @@ + + + + + + @@ -4498,6 +4516,9 @@ + + + @@ -4513,9 +4534,15 @@ + + + + + + @@ -4540,6 +4567,9 @@ + + + diff --git a/other/clima.svg b/other/clima.svg new file mode 100644 index 00000000..4b18371d --- /dev/null +++ b/other/clima.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/other/dawn.svg b/other/dawn.svg new file mode 100644 index 00000000..6e905a22 --- /dev/null +++ b/other/dawn.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/detoxdroid.svg b/other/detoxdroid.svg new file mode 100644 index 00000000..cf46cb2c --- /dev/null +++ b/other/detoxdroid.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/familylink.svg b/other/familylink.svg new file mode 100644 index 00000000..47a620f4 --- /dev/null +++ b/other/familylink.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/kickstarter.svg b/other/kickstarter.svg new file mode 100644 index 00000000..3b540dad --- /dev/null +++ b/other/kickstarter.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/kobocollect.svg b/other/kobocollect.svg new file mode 100644 index 00000000..beb690b1 --- /dev/null +++ b/other/kobocollect.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/otomusic.svg b/other/otomusic.svg new file mode 100644 index 00000000..cb793b21 --- /dev/null +++ b/other/otomusic.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/raspcontroller.svg b/other/raspcontroller.svg new file mode 100644 index 00000000..f4c092de --- /dev/null +++ b/other/raspcontroller.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/rinexon.svg b/other/rinexon.svg new file mode 100644 index 00000000..4d26dbcb --- /dev/null +++ b/other/rinexon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/other/studiumunict.svg b/other/studiumunict.svg new file mode 100644 index 00000000..d112c797 --- /dev/null +++ b/other/studiumunict.svg @@ -0,0 +1,4 @@ + + + + From 52df9a2ff4fe1678a0d66d8040792c9ef0091e77 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 12 Jun 2021 10:55:01 +0200 Subject: [PATCH 34/70] 3 new, 6 updates new: lbry.svg tapemeasure.svg webvideocaster.svg added secuso logo: circuittrainer.svg financemanager.svg minesweeper.svg ruler.svg secusoshoppinglist.svg sudoku.svg --- app/src/main/res/xml/appfilter.xml | 9 +++++++ other/autoairplanemode.svg | 2 +- other/circuittrainer.svg | 5 ++++ other/dawn.svg | 4 +-- other/detoxdroid.svg | 2 +- other/financemanager.svg | 8 ++++++ other/lbry.svg | 5 ++++ other/minesweeper.svg | 8 ++++++ other/otomusic.svg | 2 +- other/rinexon.svg | 2 +- other/ruler.svg | 5 ++++ other/secusoshoppinglist.svg | 8 ++++++ other/sudoku.svg | 16 ++++++++++++ other/tapemeasure.svg | 5 ++++ other/webvideocaster.svg | 39 ++++++++++++++++++++++++++++++ 15 files changed, 114 insertions(+), 6 deletions(-) create mode 100644 other/circuittrainer.svg create mode 100644 other/financemanager.svg create mode 100644 other/lbry.svg create mode 100644 other/minesweeper.svg create mode 100644 other/ruler.svg create mode 100644 other/secusoshoppinglist.svg create mode 100644 other/sudoku.svg create mode 100644 other/tapemeasure.svg create mode 100644 other/webvideocaster.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 70272cfa..3fefa385 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4480,6 +4480,9 @@ + + + @@ -4576,6 +4579,9 @@ + + + @@ -4597,6 +4603,9 @@ + + + diff --git a/other/autoairplanemode.svg b/other/autoairplanemode.svg index 748adef4..27be4646 100644 --- a/other/autoairplanemode.svg +++ b/other/autoairplanemode.svg @@ -1,4 +1,4 @@ - + diff --git a/other/circuittrainer.svg b/other/circuittrainer.svg new file mode 100644 index 00000000..771f75e6 --- /dev/null +++ b/other/circuittrainer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/dawn.svg b/other/dawn.svg index 6e905a22..c3b0cdf3 100644 --- a/other/dawn.svg +++ b/other/dawn.svg @@ -1,6 +1,6 @@ - - + + diff --git a/other/detoxdroid.svg b/other/detoxdroid.svg index cf46cb2c..65924051 100644 --- a/other/detoxdroid.svg +++ b/other/detoxdroid.svg @@ -1,5 +1,5 @@ - + diff --git a/other/financemanager.svg b/other/financemanager.svg new file mode 100644 index 00000000..fb33e73c --- /dev/null +++ b/other/financemanager.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/lbry.svg b/other/lbry.svg new file mode 100644 index 00000000..a0d70402 --- /dev/null +++ b/other/lbry.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/minesweeper.svg b/other/minesweeper.svg new file mode 100644 index 00000000..f2acc940 --- /dev/null +++ b/other/minesweeper.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/otomusic.svg b/other/otomusic.svg index cb793b21..987ea464 100644 --- a/other/otomusic.svg +++ b/other/otomusic.svg @@ -1,6 +1,6 @@ - + diff --git a/other/rinexon.svg b/other/rinexon.svg index 4d26dbcb..59c40519 100644 --- a/other/rinexon.svg +++ b/other/rinexon.svg @@ -6,5 +6,5 @@ - + diff --git a/other/ruler.svg b/other/ruler.svg new file mode 100644 index 00000000..f8deb4ee --- /dev/null +++ b/other/ruler.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/secusoshoppinglist.svg b/other/secusoshoppinglist.svg new file mode 100644 index 00000000..ad578200 --- /dev/null +++ b/other/secusoshoppinglist.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/sudoku.svg b/other/sudoku.svg new file mode 100644 index 00000000..263c8baa --- /dev/null +++ b/other/sudoku.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/other/tapemeasure.svg b/other/tapemeasure.svg new file mode 100644 index 00000000..0200d072 --- /dev/null +++ b/other/tapemeasure.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/webvideocaster.svg b/other/webvideocaster.svg new file mode 100644 index 00000000..f08d149f --- /dev/null +++ b/other/webvideocaster.svg @@ -0,0 +1,39 @@ + + + + + + image/svg+xml + + + + + + + + + + From 55c87015717a80b00bccfc44c69bfbb06b9157e7 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 12 Jun 2021 11:38:52 +0200 Subject: [PATCH 35/70] stripped 3 icons missed stripping and ungrouping --- other/sudoku.svg | 16 +++++++-------- other/tapemeasure.svg | 2 +- other/webvideocaster.svg | 43 +++++----------------------------------- 3 files changed, 13 insertions(+), 48 deletions(-) diff --git a/other/sudoku.svg b/other/sudoku.svg index 263c8baa..9652e131 100644 --- a/other/sudoku.svg +++ b/other/sudoku.svg @@ -3,14 +3,12 @@ - - - - - - - - - + + + + + + + diff --git a/other/tapemeasure.svg b/other/tapemeasure.svg index 0200d072..4511d109 100644 --- a/other/tapemeasure.svg +++ b/other/tapemeasure.svg @@ -1,5 +1,5 @@ - + diff --git a/other/webvideocaster.svg b/other/webvideocaster.svg index f08d149f..f36244e9 100644 --- a/other/webvideocaster.svg +++ b/other/webvideocaster.svg @@ -1,39 +1,6 @@ - - - - - - image/svg+xml - - - - - - - - - + + + + + From 14536f6aba727fa33205991c228a7f896043d9f6 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 12 Jun 2021 13:45:22 +0200 Subject: [PATCH 36/70] added detail to tapemeasure --- other/tapemeasure.svg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/other/tapemeasure.svg b/other/tapemeasure.svg index 4511d109..d0638c46 100644 --- a/other/tapemeasure.svg +++ b/other/tapemeasure.svg @@ -1,5 +1,6 @@ - + + From b12e86c74d899ab46d44f14b121e5577a8450921 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 12 Jun 2021 13:46:23 +0200 Subject: [PATCH 37/70] appfilter.xml for #480 --- app/src/main/res/xml/appfilter.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 3fefa385..f2000e6e 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -433,6 +433,7 @@ + @@ -1852,6 +1853,9 @@ + + + @@ -1939,6 +1943,7 @@ + @@ -2291,6 +2296,7 @@ + @@ -3830,6 +3836,7 @@ + From 6b86f525605e3a3fb74931e97cd72bd841417802 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:19:52 +0200 Subject: [PATCH 38/70] 6 new icons quranformyandroid.svg reckoningskills.svg satorbit.svg solex.svg sygic.svg wookiee.svg --- app/src/main/res/xml/appfilter.xml | 22 ++++++++++++++++++++-- other/quranformyandroid.svg | 5 +++++ other/reckoningskills.svg | 5 +++++ other/satorbit.svg | 5 +++++ other/solex.svg | 5 +++++ other/sygic.svg | 4 ++++ other/wookiee.svg | 7 +++++++ 7 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 other/quranformyandroid.svg create mode 100644 other/reckoningskills.svg create mode 100644 other/satorbit.svg create mode 100644 other/solex.svg create mode 100644 other/sygic.svg create mode 100644 other/wookiee.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f2000e6e..2983e95a 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4544,12 +4544,18 @@ + + + + + + @@ -4559,6 +4565,9 @@ + + + @@ -4571,6 +4580,9 @@ + + + @@ -4583,12 +4595,15 @@ - - + + + + + @@ -4616,6 +4631,9 @@ + + + diff --git a/other/quranformyandroid.svg b/other/quranformyandroid.svg new file mode 100644 index 00000000..4cfeff60 --- /dev/null +++ b/other/quranformyandroid.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/reckoningskills.svg b/other/reckoningskills.svg new file mode 100644 index 00000000..90f7fc79 --- /dev/null +++ b/other/reckoningskills.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/satorbit.svg b/other/satorbit.svg new file mode 100644 index 00000000..d121b7f7 --- /dev/null +++ b/other/satorbit.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/solex.svg b/other/solex.svg new file mode 100644 index 00000000..38419b71 --- /dev/null +++ b/other/solex.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/sygic.svg b/other/sygic.svg new file mode 100644 index 00000000..b836934d --- /dev/null +++ b/other/sygic.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/wookiee.svg b/other/wookiee.svg new file mode 100644 index 00000000..179ca1b4 --- /dev/null +++ b/other/wookiee.svg @@ -0,0 +1,7 @@ + + + + + + + From d532f750aa8288fa6f1536953082fb6b7962ebc6 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 16 Jun 2021 03:52:14 +0200 Subject: [PATCH 39/70] 2 new icons 1 update emeralddialer.svg openbeautyfacts.svg raspberry.svg - removed common shape --- app/src/main/res/xml/appfilter.xml | 6 ++++++ other/emeralddialer.svg | 6 ++++++ other/openbeautyfacts.svg | 14 ++++++++++++++ other/raspberry.svg | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 other/emeralddialer.svg create mode 100644 other/openbeautyfacts.svg create mode 100644 other/raspberry.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 2983e95a..3fff3329 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4424,6 +4424,9 @@ + + + @@ -4526,6 +4529,9 @@ + + + diff --git a/other/emeralddialer.svg b/other/emeralddialer.svg new file mode 100644 index 00000000..c231ac70 --- /dev/null +++ b/other/emeralddialer.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/openbeautyfacts.svg b/other/openbeautyfacts.svg new file mode 100644 index 00000000..84a2cb0d --- /dev/null +++ b/other/openbeautyfacts.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/other/raspberry.svg b/other/raspberry.svg new file mode 100644 index 00000000..4a454ab6 --- /dev/null +++ b/other/raspberry.svg @@ -0,0 +1,4 @@ + + + + From bca40a250bdb231888fee401bf6b4830bcb1b763 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:49:08 +0200 Subject: [PATCH 40/70] 7 new icons dronecast.svg geohashdroid.svg linksys.svg photoeditor.svg quicksupport.svg teamviewer.svg wolframalpha.svg --- app/src/main/res/xml/appfilter.xml | 21 +++++++++++++++++++++ other/dronecast.svg | 6 ++++++ other/geohashdroid.svg | 14 ++++++++++++++ other/linksys.svg | 5 +++++ other/photoeditor.svg | 7 +++++++ other/quicksupport.svg | 6 ++++++ other/teamviewer.svg | 7 +++++++ other/wolframalpha.svg | 5 +++++ 8 files changed, 71 insertions(+) create mode 100644 other/dronecast.svg create mode 100644 other/geohashdroid.svg create mode 100644 other/linksys.svg create mode 100644 other/photoeditor.svg create mode 100644 other/quicksupport.svg create mode 100644 other/teamviewer.svg create mode 100644 other/wolframalpha.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 3fff3329..1cb93ae0 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4415,6 +4415,9 @@ + + + @@ -4454,6 +4457,9 @@ + + + @@ -4493,6 +4499,9 @@ + + + @@ -4535,6 +4544,9 @@ + + + @@ -4550,6 +4562,9 @@ + + + @@ -4610,6 +4625,9 @@ + + + @@ -4637,6 +4655,9 @@ + + + diff --git a/other/dronecast.svg b/other/dronecast.svg new file mode 100644 index 00000000..e6a1f3ee --- /dev/null +++ b/other/dronecast.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/geohashdroid.svg b/other/geohashdroid.svg new file mode 100644 index 00000000..d2b922d1 --- /dev/null +++ b/other/geohashdroid.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/other/linksys.svg b/other/linksys.svg new file mode 100644 index 00000000..10bb446b --- /dev/null +++ b/other/linksys.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/photoeditor.svg b/other/photoeditor.svg new file mode 100644 index 00000000..4f9febba --- /dev/null +++ b/other/photoeditor.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/quicksupport.svg b/other/quicksupport.svg new file mode 100644 index 00000000..c0ec5efb --- /dev/null +++ b/other/quicksupport.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/teamviewer.svg b/other/teamviewer.svg new file mode 100644 index 00000000..b5934801 --- /dev/null +++ b/other/teamviewer.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/wolframalpha.svg b/other/wolframalpha.svg new file mode 100644 index 00000000..de58bc4c --- /dev/null +++ b/other/wolframalpha.svg @@ -0,0 +1,5 @@ + + + + + From a1803687c96bfc0b1d154c6dc73cfc6c57ea0607 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 19 Jun 2021 15:22:20 +0200 Subject: [PATCH 41/70] foxydroid tried to fix the gaps --- other/foxydroid.svg | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/other/foxydroid.svg b/other/foxydroid.svg index 59e97a5c..aa695087 100644 --- a/other/foxydroid.svg +++ b/other/foxydroid.svg @@ -1,4 +1,21 @@ - - + + + + + + + + + + + + + + + + + + + From 4175c52aa0baa72b1b80b69e69221ae8c27e8036 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 19 Jun 2021 17:40:44 +0200 Subject: [PATCH 42/70] 1 new icon iwanttfc.svg --- app/src/main/res/xml/appfilter.xml | 3 +++ other/iwanttfc.svg | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 other/iwanttfc.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 1cb93ae0..4ad0490d 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4481,6 +4481,9 @@ + + + diff --git a/other/iwanttfc.svg b/other/iwanttfc.svg new file mode 100644 index 00000000..f5df6e23 --- /dev/null +++ b/other/iwanttfc.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 5b68c50ebcd2700f4f2b91e27145cbd0b2cc1e5c Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 19 Jun 2021 22:15:27 +0200 Subject: [PATCH 43/70] ncalcplus --- app/src/main/res/xml/appfilter.xml | 3 +++ other/ncalcplus.svg | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 other/ncalcplus.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 4ad0490d..b2abd722 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4529,6 +4529,9 @@ + + + diff --git a/other/ncalcplus.svg b/other/ncalcplus.svg new file mode 100644 index 00000000..78aba663 --- /dev/null +++ b/other/ncalcplus.svg @@ -0,0 +1,6 @@ + + + + + + From a97ea768012ac61ef6c51417de85be8f9bcfc71b Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 23 Jun 2021 14:02:27 +0200 Subject: [PATCH 44/70] 4 new icons 3 changed new: airywaretuner.svg enki.svg streaming.svg xbox.svg changed: foxydroid.svg linksys.svg photoeditor.svg appfilter.xml --- app/src/main/res/xml/appfilter.xml | 34 ++++++++++++++++++++---------- other/airywaretuner.svg | 6 ++++++ other/enki.svg | 7 ++++++ other/foxydroid.svg | 8 +++---- other/linksys.svg | 2 +- other/photoeditor.svg | 2 +- other/streaming.svg | 10 +++++++++ other/xbox.svg | 4 ++++ 8 files changed, 56 insertions(+), 17 deletions(-) create mode 100644 other/airywaretuner.svg create mode 100644 other/enki.svg create mode 100644 other/streaming.svg create mode 100644 other/xbox.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index b2abd722..13fece37 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4352,6 +4352,9 @@ + + + @@ -4430,6 +4433,9 @@ + + + @@ -4445,12 +4451,12 @@ - - - + + + @@ -4535,18 +4541,18 @@ - - - - - + + + + + @@ -4616,6 +4622,9 @@ + + + @@ -4625,12 +4634,12 @@ - - - + + + @@ -4670,6 +4679,9 @@ + + + diff --git a/other/airywaretuner.svg b/other/airywaretuner.svg new file mode 100644 index 00000000..d4b73f1e --- /dev/null +++ b/other/airywaretuner.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/enki.svg b/other/enki.svg new file mode 100644 index 00000000..753d3676 --- /dev/null +++ b/other/enki.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/foxydroid.svg b/other/foxydroid.svg index aa695087..9cdb26ff 100644 --- a/other/foxydroid.svg +++ b/other/foxydroid.svg @@ -2,16 +2,16 @@ - + - + - + - + diff --git a/other/linksys.svg b/other/linksys.svg index 10bb446b..70486fad 100644 --- a/other/linksys.svg +++ b/other/linksys.svg @@ -1,5 +1,5 @@ - + diff --git a/other/photoeditor.svg b/other/photoeditor.svg index 4f9febba..ed363321 100644 --- a/other/photoeditor.svg +++ b/other/photoeditor.svg @@ -1,6 +1,6 @@ - + diff --git a/other/streaming.svg b/other/streaming.svg new file mode 100644 index 00000000..6b3099f3 --- /dev/null +++ b/other/streaming.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/other/xbox.svg b/other/xbox.svg new file mode 100644 index 00000000..aaba72ba --- /dev/null +++ b/other/xbox.svg @@ -0,0 +1,4 @@ + + + + From 3d21d4cd58b230c411989413cf610c57f1d6312b Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:08:23 +0200 Subject: [PATCH 45/70] 4 new icons adm.svg convergexperience.svg dlive.svg flstudiomobile.svg --- app/src/main/res/xml/appfilter.xml | 12 ++++++++++++ other/adm.svg | 6 ++++++ other/convergexperience.svg | 5 +++++ other/dlive.svg | 8 ++++++++ other/flstudiomobile.svg | 8 ++++++++ 5 files changed, 39 insertions(+) create mode 100644 other/adm.svg create mode 100644 other/convergexperience.svg create mode 100644 other/dlive.svg create mode 100644 other/flstudiomobile.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 13fece37..f7c37157 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4346,6 +4346,9 @@ + + + @@ -4397,6 +4400,9 @@ + + + @@ -4412,6 +4418,9 @@ + + + @@ -4460,6 +4469,9 @@ + + + diff --git a/other/adm.svg b/other/adm.svg new file mode 100644 index 00000000..29a311ea --- /dev/null +++ b/other/adm.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/convergexperience.svg b/other/convergexperience.svg new file mode 100644 index 00000000..fd0af9b4 --- /dev/null +++ b/other/convergexperience.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/dlive.svg b/other/dlive.svg new file mode 100644 index 00000000..253d6c15 --- /dev/null +++ b/other/dlive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/flstudiomobile.svg b/other/flstudiomobile.svg new file mode 100644 index 00000000..73011dbb --- /dev/null +++ b/other/flstudiomobile.svg @@ -0,0 +1,8 @@ + + + + + + + + From 82de633b7ae9ed4a168d868f855ba27bdf9e4911 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 26 Jun 2021 10:59:59 +0200 Subject: [PATCH 46/70] 7 new icons anchor.svg foxitpdf.svg iprintscan.svg justeat.svg keybase.svg kinemaster.svg omletarcade.svg --- app/src/main/res/xml/appfilter.xml | 21 +++++++++++++++++++++ other/anchor.svg | 8 ++++++++ other/foxitpdf.svg | 5 +++++ other/iprintscan.svg | 7 +++++++ other/justeat.svg | 4 ++++ other/keybase.svg | 11 +++++++++++ other/kinemaster.svg | 4 ++++ other/omletarcade.svg | 4 ++++ 8 files changed, 64 insertions(+) create mode 100644 other/anchor.svg create mode 100644 other/foxitpdf.svg create mode 100644 other/iprintscan.svg create mode 100644 other/justeat.svg create mode 100644 other/keybase.svg create mode 100644 other/kinemaster.svg create mode 100644 other/omletarcade.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f7c37157..08f00593 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4358,6 +4358,9 @@ + + + @@ -4472,6 +4475,9 @@ + + + @@ -4499,18 +4505,30 @@ + + + + + + + + + + + + @@ -4559,6 +4577,9 @@ + + + diff --git a/other/anchor.svg b/other/anchor.svg new file mode 100644 index 00000000..5f6d22e6 --- /dev/null +++ b/other/anchor.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/foxitpdf.svg b/other/foxitpdf.svg new file mode 100644 index 00000000..e6ba0c92 --- /dev/null +++ b/other/foxitpdf.svg @@ -0,0 +1,5 @@ + + + + PDF + diff --git a/other/iprintscan.svg b/other/iprintscan.svg new file mode 100644 index 00000000..e7a96431 --- /dev/null +++ b/other/iprintscan.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/justeat.svg b/other/justeat.svg new file mode 100644 index 00000000..e3304fbe --- /dev/null +++ b/other/justeat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/keybase.svg b/other/keybase.svg new file mode 100644 index 00000000..c1a13cff --- /dev/null +++ b/other/keybase.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/other/kinemaster.svg b/other/kinemaster.svg new file mode 100644 index 00000000..3bac918c --- /dev/null +++ b/other/kinemaster.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/omletarcade.svg b/other/omletarcade.svg new file mode 100644 index 00000000..62accc98 --- /dev/null +++ b/other/omletarcade.svg @@ -0,0 +1,4 @@ + + + + From f27b52a34a0b55261091cac5752c179fa674c931 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:12:55 +0200 Subject: [PATCH 47/70] 8 new icons dhlexpress.svg math.svg merlin.svg nprone.svg qgroundcontrol.svg terragenesis.svg ups.svg videotranscoder.svg --- app/src/main/res/xml/appfilter.xml | 24 ++++++++++++++++++++++++ other/dhlexpress.svg | 12 ++++++++++++ other/math.svg | 6 ++++++ other/merlin.svg | 6 ++++++ other/nprone.svg | 6 ++++++ other/qgroundcontrol.svg | 7 +++++++ other/terragenesis.svg | 6 ++++++ other/ups.svg | 4 ++++ other/videotranscoder.svg | 5 +++++ 9 files changed, 76 insertions(+) create mode 100644 other/dhlexpress.svg create mode 100644 other/math.svg create mode 100644 other/merlin.svg create mode 100644 other/nprone.svg create mode 100644 other/qgroundcontrol.svg create mode 100644 other/terragenesis.svg create mode 100644 other/ups.svg create mode 100644 other/videotranscoder.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 08f00593..74c00216 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4421,6 +4421,9 @@ + + + @@ -4547,9 +4550,15 @@ + + + + + + @@ -4577,6 +4586,9 @@ + + + @@ -4607,6 +4619,9 @@ + + + @@ -4676,15 +4691,24 @@ + + + + + + + + + diff --git a/other/dhlexpress.svg b/other/dhlexpress.svg new file mode 100644 index 00000000..62c0f6c2 --- /dev/null +++ b/other/dhlexpress.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/other/math.svg b/other/math.svg new file mode 100644 index 00000000..cdbb3031 --- /dev/null +++ b/other/math.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/merlin.svg b/other/merlin.svg new file mode 100644 index 00000000..dddc7134 --- /dev/null +++ b/other/merlin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/nprone.svg b/other/nprone.svg new file mode 100644 index 00000000..87de148d --- /dev/null +++ b/other/nprone.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/qgroundcontrol.svg b/other/qgroundcontrol.svg new file mode 100644 index 00000000..2132214a --- /dev/null +++ b/other/qgroundcontrol.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/terragenesis.svg b/other/terragenesis.svg new file mode 100644 index 00000000..e34c87d2 --- /dev/null +++ b/other/terragenesis.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/ups.svg b/other/ups.svg new file mode 100644 index 00000000..cb98a81c --- /dev/null +++ b/other/ups.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/videotranscoder.svg b/other/videotranscoder.svg new file mode 100644 index 00000000..2c4c16e6 --- /dev/null +++ b/other/videotranscoder.svg @@ -0,0 +1,5 @@ + + + + + From 9e4b8ef6394fa435f1c61f4d4cd149964bb35ec2 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 27 Jun 2021 10:15:48 +0200 Subject: [PATCH 48/70] 7 new icons gtasks.svg mediasetplay.svg nova7.svg tether.svg vigilante.svg wordreference.svg xdadevelopers.svg --- app/src/main/res/xml/appfilter.xml | 21 +++++++++++++++++++++ other/gtasks.svg | 5 +++++ other/mediasetplay.svg | 6 ++++++ other/nova7.svg | 5 +++++ other/tether.svg | 6 ++++++ other/vigilante.svg | 5 +++++ other/wordreference.svg | 5 +++++ other/xdadevelopers.svg | 7 +++++++ 8 files changed, 60 insertions(+) create mode 100644 other/gtasks.svg create mode 100644 other/mediasetplay.svg create mode 100644 other/nova7.svg create mode 100644 other/tether.svg create mode 100644 other/vigilante.svg create mode 100644 other/wordreference.svg create mode 100644 other/xdadevelopers.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 74c00216..f4e8eddf 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4553,6 +4553,9 @@ + + + @@ -4586,6 +4589,9 @@ + + + @@ -4688,12 +4694,18 @@ + + + + + + @@ -4709,6 +4721,9 @@ + + + @@ -4733,12 +4748,18 @@ + + + + + + diff --git a/other/gtasks.svg b/other/gtasks.svg new file mode 100644 index 00000000..8fbff0aa --- /dev/null +++ b/other/gtasks.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/mediasetplay.svg b/other/mediasetplay.svg new file mode 100644 index 00000000..b544b924 --- /dev/null +++ b/other/mediasetplay.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/nova7.svg b/other/nova7.svg new file mode 100644 index 00000000..4e31063b --- /dev/null +++ b/other/nova7.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/tether.svg b/other/tether.svg new file mode 100644 index 00000000..fcdec4e8 --- /dev/null +++ b/other/tether.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/vigilante.svg b/other/vigilante.svg new file mode 100644 index 00000000..7447e25e --- /dev/null +++ b/other/vigilante.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/wordreference.svg b/other/wordreference.svg new file mode 100644 index 00000000..625304ec --- /dev/null +++ b/other/wordreference.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/xdadevelopers.svg b/other/xdadevelopers.svg new file mode 100644 index 00000000..2efa87d0 --- /dev/null +++ b/other/xdadevelopers.svg @@ -0,0 +1,7 @@ + + + + + + + From 3f058412a9a15abf13eb2ecc2a5fd34ad59010e4 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 28 Jun 2021 03:44:09 +0200 Subject: [PATCH 49/70] 2 new icons & 'Simple Dailer' #486 Credits for these go to @frosticons linguee.svg ytmusic.svg --- app/src/main/res/xml/appfilter.xml | 24 ++++++++++++++++++++++++ other/linguee.svg | 4 ++++ other/ytmusic.svg | 6 ++++++ 3 files changed, 34 insertions(+) create mode 100644 other/linguee.svg create mode 100644 other/ytmusic.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f4e8eddf..537cc7fa 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -3230,7 +3230,25 @@ + + + + + + + + + + + + + + + + + + @@ -4541,6 +4559,9 @@ + + + @@ -4763,6 +4784,9 @@ + + + diff --git a/other/linguee.svg b/other/linguee.svg new file mode 100644 index 00000000..c362676d --- /dev/null +++ b/other/linguee.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/ytmusic.svg b/other/ytmusic.svg new file mode 100644 index 00000000..6244b6cf --- /dev/null +++ b/other/ytmusic.svg @@ -0,0 +1,6 @@ + + + + + + From 7d2f25c75ddbcec0b6a371ca8b1c96a26aa6aa06 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 28 Jun 2021 14:32:08 +0200 Subject: [PATCH 50/70] sorted appfilter.xml --- app/src/main/res/xml/appfilter.xml | 860 ++++++++++++++--------------- 1 file changed, 430 insertions(+), 430 deletions(-) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 537cc7fa..cca04814 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -36,6 +36,9 @@ + + + @@ -49,12 +52,18 @@ + + + + + + @@ -76,6 +85,9 @@ + + + @@ -89,6 +101,9 @@ + + + @@ -138,6 +153,9 @@ + + + @@ -159,6 +177,9 @@ + + + @@ -168,6 +189,9 @@ + + + @@ -177,6 +201,9 @@ + + + @@ -285,6 +312,9 @@ + + + @@ -297,6 +327,9 @@ + + + @@ -322,6 +355,9 @@ + + + @@ -329,6 +365,9 @@ + + + @@ -341,6 +380,9 @@ + + + @@ -350,9 +392,15 @@ + + + + + + @@ -401,6 +449,9 @@ + + + @@ -539,6 +590,9 @@ + + + @@ -615,6 +669,9 @@ + + + @@ -680,6 +737,9 @@ + + + @@ -689,6 +749,9 @@ + + + @@ -748,15 +811,24 @@ + + + + + + + + + @@ -791,9 +863,15 @@ + + + + + + @@ -804,6 +882,9 @@ + + + @@ -842,6 +923,9 @@ + + + @@ -855,6 +939,9 @@ + + + @@ -882,12 +969,21 @@ + + + + + + + + + @@ -952,6 +1048,12 @@ + + + + + + @@ -971,24 +1073,36 @@ + + + + + + + + + + + + @@ -1001,6 +1115,9 @@ + + + @@ -1040,6 +1157,9 @@ + + + @@ -1052,6 +1172,9 @@ + + + @@ -1128,6 +1251,12 @@ + + + + + + @@ -1164,6 +1293,12 @@ + + + + + + @@ -1203,6 +1338,9 @@ + + + @@ -1268,6 +1406,9 @@ + + + @@ -1290,6 +1431,9 @@ + + + @@ -1305,6 +1449,12 @@ + + + + + + @@ -1445,6 +1595,9 @@ + + + @@ -1463,9 +1616,15 @@ + + + + + + @@ -1533,6 +1692,9 @@ + + + @@ -1542,6 +1704,9 @@ + + + @@ -1556,6 +1721,9 @@ + + + @@ -1568,6 +1736,9 @@ + + + @@ -1592,6 +1763,9 @@ + + + @@ -1621,6 +1795,9 @@ + + + @@ -1634,15 +1811,24 @@ + + + + + + + + + @@ -1652,6 +1838,9 @@ + + + @@ -1668,9 +1857,15 @@ + + + + + + @@ -1723,6 +1918,9 @@ + + + @@ -1801,9 +1999,15 @@ + + + + + + @@ -1827,6 +2031,9 @@ + + + @@ -1880,6 +2087,9 @@ + + + @@ -1898,6 +2108,9 @@ + + + @@ -1913,6 +2126,9 @@ + + + @@ -1927,9 +2143,15 @@ + + + + + + @@ -2030,6 +2252,9 @@ + + + @@ -2081,6 +2306,9 @@ + + + @@ -2115,6 +2343,9 @@ + + + @@ -2180,6 +2411,9 @@ + + + @@ -2196,6 +2430,9 @@ + + + @@ -2206,9 +2443,15 @@ + + + + + + @@ -2234,6 +2477,12 @@ + + + + + + @@ -2310,10 +2559,16 @@ + + + + + + @@ -2359,7 +2614,10 @@ - + + + + @@ -2371,6 +2629,9 @@ + + + @@ -2383,6 +2644,9 @@ + + + @@ -2457,6 +2721,9 @@ + + + @@ -2569,12 +2836,18 @@ + + + + + + @@ -2584,6 +2857,9 @@ + + + @@ -2649,6 +2925,9 @@ + + + @@ -2681,6 +2960,9 @@ + + + @@ -2697,6 +2979,12 @@ + + + + + + @@ -2719,9 +3007,15 @@ + + + + + + @@ -2743,15 +3037,24 @@ + + + + + + + + + @@ -2806,6 +3109,9 @@ + + + @@ -2827,6 +3133,12 @@ + + + + + + @@ -2842,6 +3154,9 @@ + + + @@ -2896,6 +3211,9 @@ + + + @@ -2937,6 +3255,9 @@ + + + @@ -3654,6 +3975,9 @@ + + + @@ -3670,15 +3994,24 @@ + + + + + + + + + @@ -3689,6 +4022,9 @@ + + + @@ -3759,9 +4095,15 @@ + + + + + + @@ -3789,6 +4131,9 @@ + + + @@ -3817,6 +4162,9 @@ + + + @@ -3845,6 +4193,12 @@ + + + + + + @@ -3856,9 +4210,15 @@ + + + + + + @@ -3880,6 +4240,12 @@ + + + + + + @@ -3942,6 +4308,9 @@ + + + @@ -4002,6 +4371,9 @@ + + + @@ -4098,6 +4470,9 @@ + + + @@ -4107,6 +4482,9 @@ + + + @@ -4126,6 +4504,12 @@ + + + + + + @@ -4150,6 +4534,9 @@ + + + @@ -4176,6 +4563,9 @@ + + + @@ -4189,15 +4579,24 @@ + + + + + + + + + @@ -4210,6 +4609,9 @@ + + + @@ -4243,6 +4645,15 @@ + + + + + + + + + @@ -4252,6 +4663,9 @@ + + + @@ -4264,6 +4678,12 @@ + + + + + + @@ -4276,6 +4696,9 @@ + + + @@ -4330,12 +4753,18 @@ + + + + + + @@ -4361,433 +4790,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From e99c85d8c21b047c86e6f162074ea8cc6a59fbec Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 28 Jun 2021 23:53:23 +0200 Subject: [PATCH 51/70] 3 icons for #400 dhlpaket.svg diaguard.svg yoroi.svg also added new linphone activity to appfilter.xml --- app/src/main/res/xml/appfilter.xml | 10 ++++++++++ other/dhlpaket.svg | 6 ++++++ other/diaguard.svg | 4 ++++ other/yoroi.svg | 8 ++++++++ 4 files changed, 28 insertions(+) create mode 100644 other/dhlpaket.svg create mode 100644 other/diaguard.svg create mode 100644 other/yoroi.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index cca04814..bb886e0e 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -885,6 +885,12 @@ + + + + + + @@ -2009,6 +2015,7 @@ + @@ -4741,6 +4748,9 @@ + + + diff --git a/other/dhlpaket.svg b/other/dhlpaket.svg new file mode 100644 index 00000000..0cd76e94 --- /dev/null +++ b/other/dhlpaket.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/diaguard.svg b/other/diaguard.svg new file mode 100644 index 00000000..8ae0d0f7 --- /dev/null +++ b/other/diaguard.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/yoroi.svg b/other/yoroi.svg new file mode 100644 index 00000000..bd8f5ced --- /dev/null +++ b/other/yoroi.svg @@ -0,0 +1,8 @@ + + + + + + + + From f2a3f7e484dd03825cd376aaed2e75337472d032 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 29 Jun 2021 18:25:49 +0200 Subject: [PATCH 52/70] samsunghealth.svg for #400 --- app/src/main/res/xml/appfilter.xml | 3 +++ other/samsunghealth.svg | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 other/samsunghealth.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index bb886e0e..f716dbfd 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -3161,6 +3161,9 @@ + + + diff --git a/other/samsunghealth.svg b/other/samsunghealth.svg new file mode 100644 index 00000000..c6abb7f5 --- /dev/null +++ b/other/samsunghealth.svg @@ -0,0 +1,4 @@ + + + + From 067d931cf838fdfa869ffbb363dc0f0ed347a069 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:27:54 +0200 Subject: [PATCH 53/70] 2 new icons for 437 --- app/src/main/res/xml/appfilter.xml | 6 ++++++ other/boursoramabanque.svg | 4 ++++ other/mycanal.svg | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 other/boursoramabanque.svg create mode 100644 other/mycanal.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f716dbfd..6bad420d 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -464,6 +464,9 @@ + + + @@ -2409,6 +2412,9 @@ + + + diff --git a/other/boursoramabanque.svg b/other/boursoramabanque.svg new file mode 100644 index 00000000..78b6fe05 --- /dev/null +++ b/other/boursoramabanque.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/mycanal.svg b/other/mycanal.svg new file mode 100644 index 00000000..1494409f --- /dev/null +++ b/other/mycanal.svg @@ -0,0 +1,4 @@ + + + + From 3fcc4472122cb54021deb31fa4d8c6ab8b5a7eaf Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:27:54 +0200 Subject: [PATCH 54/70] 2 new icons for #437 boursoramabanque.svg mycanal.svg --- app/src/main/res/xml/appfilter.xml | 6 ++++++ other/boursoramabanque.svg | 4 ++++ other/mycanal.svg | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 other/boursoramabanque.svg create mode 100644 other/mycanal.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index f716dbfd..6bad420d 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -464,6 +464,9 @@ + + + @@ -2409,6 +2412,9 @@ + + + diff --git a/other/boursoramabanque.svg b/other/boursoramabanque.svg new file mode 100644 index 00000000..78b6fe05 --- /dev/null +++ b/other/boursoramabanque.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/mycanal.svg b/other/mycanal.svg new file mode 100644 index 00000000..1494409f --- /dev/null +++ b/other/mycanal.svg @@ -0,0 +1,4 @@ + + + + From 437d06fcd05c1e639427d01a52ca91c3c8e51b67 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:28:43 +0200 Subject: [PATCH 55/70] icons for #488 --- app/src/main/res/xml/appfilter.xml | 18 ++++++++++++++++++ other/budgetmylife.svg | 5 +++++ other/calyxosrecorder.svg | 4 ++++ other/firewall.svg | 5 +++++ other/kinderundgift.svg | 4 ++++ other/organicmaps.svg | 4 ++++ 6 files changed, 40 insertions(+) create mode 100644 other/budgetmylife.svg create mode 100644 other/calyxosrecorder.svg create mode 100644 other/firewall.svg create mode 100644 other/kinderundgift.svg create mode 100644 other/organicmaps.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 6bad420d..78728697 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -308,6 +308,7 @@ + @@ -495,6 +496,9 @@ + + + @@ -1260,6 +1264,9 @@ + + + @@ -1844,6 +1851,9 @@ + + + @@ -2715,6 +2725,9 @@ + + + @@ -2923,6 +2936,7 @@ + @@ -3068,6 +3082,9 @@ + + + @@ -3163,6 +3180,7 @@ + diff --git a/other/budgetmylife.svg b/other/budgetmylife.svg new file mode 100644 index 00000000..f9978d6c --- /dev/null +++ b/other/budgetmylife.svg @@ -0,0 +1,5 @@ + + + + $ + diff --git a/other/calyxosrecorder.svg b/other/calyxosrecorder.svg new file mode 100644 index 00000000..aa1cb432 --- /dev/null +++ b/other/calyxosrecorder.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/firewall.svg b/other/firewall.svg new file mode 100644 index 00000000..8a87462b --- /dev/null +++ b/other/firewall.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/kinderundgift.svg b/other/kinderundgift.svg new file mode 100644 index 00000000..acf18d77 --- /dev/null +++ b/other/kinderundgift.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/organicmaps.svg b/other/organicmaps.svg new file mode 100644 index 00000000..a7b8acd3 --- /dev/null +++ b/other/organicmaps.svg @@ -0,0 +1,4 @@ + + + + From 307b5083ee480611549d05bb66f2c4fd86f64d48 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:42:24 +0200 Subject: [PATCH 56/70] dial was drawn by @frosticons but is now without an app --- other/dial.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 other/dial.svg diff --git a/other/dial.svg b/other/dial.svg new file mode 100644 index 00000000..aec24838 --- /dev/null +++ b/other/dial.svg @@ -0,0 +1,4 @@ + + + + From 1f86b57a20e15fb915fee12fd850cbb10e2fb56e Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 30 Jun 2021 17:10:01 +0200 Subject: [PATCH 57/70] minimal changes to some icons - budgetmylife -> made $-sign look more centerd -firewall -> resized inner rectangle and symbol - kinderundgift -> removed unneeded nodes in, and slightly reshaped scull - rest is because of scour rerun --- other/budgetmylife.svg | 2 +- other/diaguard.svg | 2 +- other/firewall.svg | 4 ++-- other/kinderundgift.svg | 2 +- other/organicmaps.svg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/other/budgetmylife.svg b/other/budgetmylife.svg index f9978d6c..40ae0be8 100644 --- a/other/budgetmylife.svg +++ b/other/budgetmylife.svg @@ -1,5 +1,5 @@ - $ + $ diff --git a/other/diaguard.svg b/other/diaguard.svg index 8ae0d0f7..a56e6e0d 100644 --- a/other/diaguard.svg +++ b/other/diaguard.svg @@ -1,4 +1,4 @@ - + diff --git a/other/firewall.svg b/other/firewall.svg index 8a87462b..2d974468 100644 --- a/other/firewall.svg +++ b/other/firewall.svg @@ -1,5 +1,5 @@ - - + + diff --git a/other/kinderundgift.svg b/other/kinderundgift.svg index acf18d77..0fd80b3f 100644 --- a/other/kinderundgift.svg +++ b/other/kinderundgift.svg @@ -1,4 +1,4 @@ - + diff --git a/other/organicmaps.svg b/other/organicmaps.svg index a7b8acd3..803dd40c 100644 --- a/other/organicmaps.svg +++ b/other/organicmaps.svg @@ -1,4 +1,4 @@ - + From 3fe63269a3b1ae188def9398be7be784d6e77a23 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 4 Jul 2021 21:13:14 +0200 Subject: [PATCH 58/70] 6 icons for #412 deliveries.svg meshtastic.svg nzb360.svg octoremote.svg stormradar.svg trebleinfo.svg --- app/src/main/res/xml/appfilter.xml | 18 ++++++++++++++++++ other/deliveries.svg | 8 ++++++++ other/meshtastic.svg | 6 ++++++ other/nzb360.svg | 5 +++++ other/octoremote.svg | 5 +++++ other/stormradar.svg | 13 +++++++++++++ other/trebleinfo.svg | 5 +++++ 7 files changed, 60 insertions(+) create mode 100644 other/deliveries.svg create mode 100644 other/meshtastic.svg create mode 100644 other/nzb360.svg create mode 100644 other/octoremote.svg create mode 100644 other/stormradar.svg create mode 100644 other/trebleinfo.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 78728697..4a63942d 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -864,6 +864,9 @@ + + + @@ -2178,6 +2181,9 @@ + + + @@ -2601,6 +2607,9 @@ + + + @@ -2610,6 +2619,9 @@ + + + @@ -4126,6 +4138,9 @@ + + + @@ -4416,6 +4431,9 @@ + + + diff --git a/other/deliveries.svg b/other/deliveries.svg new file mode 100644 index 00000000..98cba29c --- /dev/null +++ b/other/deliveries.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/meshtastic.svg b/other/meshtastic.svg new file mode 100644 index 00000000..58cc6636 --- /dev/null +++ b/other/meshtastic.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/nzb360.svg b/other/nzb360.svg new file mode 100644 index 00000000..d93f1dce --- /dev/null +++ b/other/nzb360.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/octoremote.svg b/other/octoremote.svg new file mode 100644 index 00000000..4581937d --- /dev/null +++ b/other/octoremote.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/stormradar.svg b/other/stormradar.svg new file mode 100644 index 00000000..24074bac --- /dev/null +++ b/other/stormradar.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/other/trebleinfo.svg b/other/trebleinfo.svg new file mode 100644 index 00000000..b1a6c6e8 --- /dev/null +++ b/other/trebleinfo.svg @@ -0,0 +1,5 @@ + + + + + From 562e87965b85256c9117a02a650c88d722f47193 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 4 Jul 2021 22:49:30 +0200 Subject: [PATCH 59/70] 1 icon for #412 pianopartner2.svg --- app/src/main/res/xml/appfilter.xml | 3 +++ other/pianopartner2.svg | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 other/pianopartner2.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 4a63942d..0c96e36e 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -2877,6 +2877,9 @@ + + + diff --git a/other/pianopartner2.svg b/other/pianopartner2.svg new file mode 100644 index 00000000..435258c7 --- /dev/null +++ b/other/pianopartner2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 548e9abeec8da047c5d4566eb540c88e64f0b15a Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:47:44 +0200 Subject: [PATCH 60/70] 5 new icons for #490 changed: app/src/main/res/xml/appfilter.xml new: aves.svg deepl.svg quickbible.svg showly20.svg stockswidget.svg --- app/src/main/res/xml/appfilter.xml | 15 +++++++++++++++ other/aves.svg | 7 +++++++ other/deepl.svg | 4 ++++ other/quickbible.svg | 10 ++++++++++ other/showly20.svg | 6 ++++++ other/stockswidget.svg | 14 ++++++++++++++ 6 files changed, 56 insertions(+) create mode 100644 other/aves.svg create mode 100644 other/deepl.svg create mode 100644 other/quickbible.svg create mode 100644 other/showly20.svg create mode 100644 other/stockswidget.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 0c96e36e..743a6a02 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -340,6 +340,9 @@ + + + @@ -845,6 +848,9 @@ + + + @@ -3043,6 +3049,9 @@ + + + @@ -3339,6 +3348,9 @@ + + + @@ -4141,6 +4153,9 @@ + + + diff --git a/other/aves.svg b/other/aves.svg new file mode 100644 index 00000000..1fde9f3d --- /dev/null +++ b/other/aves.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/deepl.svg b/other/deepl.svg new file mode 100644 index 00000000..1984c23f --- /dev/null +++ b/other/deepl.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/quickbible.svg b/other/quickbible.svg new file mode 100644 index 00000000..30c35448 --- /dev/null +++ b/other/quickbible.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/other/showly20.svg b/other/showly20.svg new file mode 100644 index 00000000..830e9848 --- /dev/null +++ b/other/showly20.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/stockswidget.svg b/other/stockswidget.svg new file mode 100644 index 00000000..685f2f27 --- /dev/null +++ b/other/stockswidget.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + From f6eaef790d3fc873c2bbe16f66d9a0d04060cf80 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:47:59 +0200 Subject: [PATCH 61/70] updated appfilter.xml - removed duplicate entry in Calculator - added entry for 'Pdf Viewer Plus' --- app/src/main/res/xml/appfilter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 743a6a02..6d0a2d31 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -521,7 +521,6 @@ - @@ -2831,6 +2830,7 @@ + From 644a98c1833f356ea4cc6055a70a799869e53e49 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 7 Jul 2021 11:58:34 +0200 Subject: [PATCH 62/70] 5 new icons for #393 --- app/src/main/res/xml/appfilter.xml | 15 +++++++++++++++ other/airtable.svg | 6 ++++++ other/flipaclip.svg | 4 ++++ other/neolms.svg | 8 ++++++++ other/termius.svg | 6 ++++++ other/vncviewer.svg | 6 ++++++ 6 files changed, 45 insertions(+) create mode 100644 other/airtable.svg create mode 100644 other/flipaclip.svg create mode 100644 other/neolms.svg create mode 100644 other/termius.svg create mode 100644 other/vncviewer.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 6d0a2d31..dc9f987f 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -101,6 +101,9 @@ + + + @@ -1296,6 +1299,9 @@ + + + @@ -2498,6 +2504,9 @@ + + + @@ -4298,6 +4307,9 @@ + + + @@ -4600,6 +4612,9 @@ + + + diff --git a/other/airtable.svg b/other/airtable.svg new file mode 100644 index 00000000..6ca69392 --- /dev/null +++ b/other/airtable.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/flipaclip.svg b/other/flipaclip.svg new file mode 100644 index 00000000..5a1da843 --- /dev/null +++ b/other/flipaclip.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/neolms.svg b/other/neolms.svg new file mode 100644 index 00000000..3986b92e --- /dev/null +++ b/other/neolms.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/termius.svg b/other/termius.svg new file mode 100644 index 00000000..2bdb00db --- /dev/null +++ b/other/termius.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/vncviewer.svg b/other/vncviewer.svg new file mode 100644 index 00000000..a0d06f92 --- /dev/null +++ b/other/vncviewer.svg @@ -0,0 +1,6 @@ + + + + + + From 4897e7c3798f72ab18d6e32d502cfa1240c5f341 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:55:08 +0200 Subject: [PATCH 63/70] changed files changed: - boursoramabanque.svg - flipaclip.svg - iprintscan.svg - keybase.svg - math.svg - merlin.svg - stockswidget.svg --- other/boursoramabanque.svg | 2 +- other/flipaclip.svg | 2 +- other/iprintscan.svg | 2 +- other/keybase.svg | 2 +- other/math.svg | 2 +- other/merlin.svg | 2 +- other/stockswidget.svg | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/other/boursoramabanque.svg b/other/boursoramabanque.svg index 78b6fe05..e12524d6 100644 --- a/other/boursoramabanque.svg +++ b/other/boursoramabanque.svg @@ -1,4 +1,4 @@ - + diff --git a/other/flipaclip.svg b/other/flipaclip.svg index 5a1da843..7637347c 100644 --- a/other/flipaclip.svg +++ b/other/flipaclip.svg @@ -1,4 +1,4 @@ - + diff --git a/other/iprintscan.svg b/other/iprintscan.svg index e7a96431..bd7347ed 100644 --- a/other/iprintscan.svg +++ b/other/iprintscan.svg @@ -1,6 +1,6 @@ - + diff --git a/other/keybase.svg b/other/keybase.svg index c1a13cff..77151d07 100644 --- a/other/keybase.svg +++ b/other/keybase.svg @@ -1,5 +1,5 @@ - + diff --git a/other/math.svg b/other/math.svg index cdbb3031..b248f657 100644 --- a/other/math.svg +++ b/other/math.svg @@ -1,6 +1,6 @@ - + diff --git a/other/merlin.svg b/other/merlin.svg index dddc7134..f3023e0f 100644 --- a/other/merlin.svg +++ b/other/merlin.svg @@ -1,6 +1,6 @@ - + diff --git a/other/stockswidget.svg b/other/stockswidget.svg index 685f2f27..9223245a 100644 --- a/other/stockswidget.svg +++ b/other/stockswidget.svg @@ -5,7 +5,7 @@ - + From dd23b169cfe6d9f44c80adc9b6eccf8ae2111d74 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 7 Jul 2021 15:25:08 +0200 Subject: [PATCH 64/70] 1 new icon for #492 changed: - appfilter.xml new: - snippet.svg --- app/src/main/res/xml/appfilter.xml | 3 +++ other/snippet.svg | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 other/snippet.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index dc9f987f..b0db3be4 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4061,6 +4061,9 @@ + + + diff --git a/other/snippet.svg b/other/snippet.svg new file mode 100644 index 00000000..77c5a20b --- /dev/null +++ b/other/snippet.svg @@ -0,0 +1,7 @@ + + + + + + + From be10d73acfa4af95c4b459bd6ec11b9b40b9fbfb Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sat, 17 Jul 2021 13:42:48 +0200 Subject: [PATCH 65/70] 5 new icons for #327 changed: app/src/main/res/xml/appfilter.xml new: b4ufly.svg go.svg guardian.svg navigator.svg odkcollect.svg --- app/src/main/res/xml/appfilter.xml | 15 +++++++++++++++ other/b4ufly.svg | 7 +++++++ other/go.svg | 4 ++++ other/guardian.svg | 6 ++++++ other/navigator.svg | 4 ++++ other/odkcollect.svg | 6 ++++++ 6 files changed, 42 insertions(+) create mode 100644 other/b4ufly.svg create mode 100644 other/go.svg create mode 100644 other/guardian.svg create mode 100644 other/navigator.svg create mode 100644 other/odkcollect.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index b0db3be4..9d668b45 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -349,6 +349,9 @@ + + + @@ -1491,6 +1494,9 @@ + + + @@ -1631,6 +1637,9 @@ + + + @@ -2483,6 +2492,9 @@ + + + @@ -2636,6 +2648,9 @@ + + + diff --git a/other/b4ufly.svg b/other/b4ufly.svg new file mode 100644 index 00000000..56ee6883 --- /dev/null +++ b/other/b4ufly.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/go.svg b/other/go.svg new file mode 100644 index 00000000..3ce6facb --- /dev/null +++ b/other/go.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/guardian.svg b/other/guardian.svg new file mode 100644 index 00000000..377eaef0 --- /dev/null +++ b/other/guardian.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/navigator.svg b/other/navigator.svg new file mode 100644 index 00000000..9e47d022 --- /dev/null +++ b/other/navigator.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/odkcollect.svg b/other/odkcollect.svg new file mode 100644 index 00000000..940bc040 --- /dev/null +++ b/other/odkcollect.svg @@ -0,0 +1,6 @@ + + + + + + From 0d8794818432a885d0376db999689dd84ff08a7e Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 18 Jul 2021 14:13:27 +0200 Subject: [PATCH 66/70] 6 new icons for #327 changed: app/src/main/res/xml/appfilter.xml new: discourse.svg georinexlogger.svg informeddelivery.svg nprnews.svg unocalc.svg uspsmobile.svg --- app/src/main/res/xml/appfilter.xml | 18 ++++++++++++++++++ other/discourse.svg | 4 ++++ other/georinexlogger.svg | 7 +++++++ other/informeddelivery.svg | 4 ++++ other/nprnews.svg | 11 +++++++++++ other/unocalc.svg | 7 +++++++ other/uspsmobile.svg | 4 ++++ 7 files changed, 55 insertions(+) create mode 100644 other/discourse.svg create mode 100644 other/georinexlogger.svg create mode 100644 other/informeddelivery.svg create mode 100644 other/nprnews.svg create mode 100644 other/unocalc.svg create mode 100644 other/uspsmobile.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 9d668b45..4402b00b 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -934,6 +934,9 @@ + + + @@ -1467,6 +1470,9 @@ + + + @@ -1751,6 +1757,9 @@ + + + @@ -2621,6 +2630,9 @@ + + + @@ -4566,6 +4578,9 @@ + + + @@ -4582,6 +4597,9 @@ + + + diff --git a/other/discourse.svg b/other/discourse.svg new file mode 100644 index 00000000..cd1d4745 --- /dev/null +++ b/other/discourse.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/georinexlogger.svg b/other/georinexlogger.svg new file mode 100644 index 00000000..daef2aff --- /dev/null +++ b/other/georinexlogger.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/informeddelivery.svg b/other/informeddelivery.svg new file mode 100644 index 00000000..7ecbdc6e --- /dev/null +++ b/other/informeddelivery.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/nprnews.svg b/other/nprnews.svg new file mode 100644 index 00000000..e0854b7d --- /dev/null +++ b/other/nprnews.svg @@ -0,0 +1,11 @@ + + + + + + + news + diff --git a/other/unocalc.svg b/other/unocalc.svg new file mode 100644 index 00000000..15e607e1 --- /dev/null +++ b/other/unocalc.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/uspsmobile.svg b/other/uspsmobile.svg new file mode 100644 index 00000000..4e49425b --- /dev/null +++ b/other/uspsmobile.svg @@ -0,0 +1,4 @@ + + + + From eba4c93ff1221d1186f2302585ce818283a501c6 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Tue, 20 Jul 2021 09:30:56 +0200 Subject: [PATCH 67/70] 2 new icons 5 updated new: - openpetfoodfacts - prepaidguthaben changed: - appfilter.xml - airtable: right rectangle looked to big - airywaretuner: better sine wave, some resizing - dhlpaket: redrawn box - satorbit: uniform shape of radiation - go changed by scour --- app/src/main/res/xml/appfilter.xml | 6 ++++++ other/airtable.svg | 2 +- other/airywaretuner.svg | 6 +++--- other/dhlpaket.svg | 3 +-- other/go.svg | 2 +- other/openpetfoodfacts.svg | 13 +++++++++++++ other/prepaidguthaben.svg | 5 +++++ other/satorbit.svg | 9 +++++++-- 8 files changed, 37 insertions(+), 9 deletions(-) create mode 100644 other/openpetfoodfacts.svg create mode 100644 other/prepaidguthaben.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 4402b00b..a31da61a 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -2747,6 +2747,9 @@ + + + @@ -3015,6 +3018,9 @@ + + + diff --git a/other/airtable.svg b/other/airtable.svg index 6ca69392..6680e6f8 100644 --- a/other/airtable.svg +++ b/other/airtable.svg @@ -1,6 +1,6 @@ - + diff --git a/other/airywaretuner.svg b/other/airywaretuner.svg index d4b73f1e..748be346 100644 --- a/other/airywaretuner.svg +++ b/other/airywaretuner.svg @@ -1,6 +1,6 @@ - - - + + + diff --git a/other/dhlpaket.svg b/other/dhlpaket.svg index 0cd76e94..6e006a82 100644 --- a/other/dhlpaket.svg +++ b/other/dhlpaket.svg @@ -1,6 +1,5 @@ - - + diff --git a/other/go.svg b/other/go.svg index 3ce6facb..cad401a3 100644 --- a/other/go.svg +++ b/other/go.svg @@ -1,4 +1,4 @@ - + diff --git a/other/openpetfoodfacts.svg b/other/openpetfoodfacts.svg new file mode 100644 index 00000000..9586ce9c --- /dev/null +++ b/other/openpetfoodfacts.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/other/prepaidguthaben.svg b/other/prepaidguthaben.svg new file mode 100644 index 00000000..9f0d06f7 --- /dev/null +++ b/other/prepaidguthaben.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/satorbit.svg b/other/satorbit.svg index d121b7f7..3409bad0 100644 --- a/other/satorbit.svg +++ b/other/satorbit.svg @@ -1,5 +1,10 @@ - - + + + + + + + From 3c677dd4dfcef69eee1fa3e222a4463fbeab267c Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:38:31 +0200 Subject: [PATCH 68/70] 6 new icons #431 changed: app/src/main/res/xml/appfilter.xml new: activitywatch.svg contactscircle.svg exactcalculator.svg phonedial.svg tiktok.svg video.svg --- app/src/main/res/xml/appfilter.xml | 19 +++++++++++++++++++ other/activitywatch.svg | 5 +++++ other/contactscircle.svg | 4 ++++ other/exactcalculator.svg | 5 +++++ other/phonedial.svg | 13 +++++++++++++ other/tiktok.svg | 4 ++++ other/video.svg | 4 ++++ 7 files changed, 54 insertions(+) create mode 100644 other/activitywatch.svg create mode 100644 other/contactscircle.svg create mode 100644 other/exactcalculator.svg create mode 100644 other/phonedial.svg create mode 100644 other/tiktok.svg create mode 100644 other/video.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index a31da61a..023faf72 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -42,6 +42,9 @@ + + + @@ -530,6 +533,9 @@ + + + @@ -752,6 +758,9 @@ + + + @@ -2907,6 +2916,9 @@ + + + @@ -4320,6 +4332,7 @@ + @@ -4381,6 +4394,9 @@ + + + @@ -4628,6 +4644,9 @@ + + + diff --git a/other/activitywatch.svg b/other/activitywatch.svg new file mode 100644 index 00000000..9f6a6aa2 --- /dev/null +++ b/other/activitywatch.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/contactscircle.svg b/other/contactscircle.svg new file mode 100644 index 00000000..293c78a3 --- /dev/null +++ b/other/contactscircle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/exactcalculator.svg b/other/exactcalculator.svg new file mode 100644 index 00000000..15d91fb6 --- /dev/null +++ b/other/exactcalculator.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/phonedial.svg b/other/phonedial.svg new file mode 100644 index 00000000..70cbfce8 --- /dev/null +++ b/other/phonedial.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/other/tiktok.svg b/other/tiktok.svg new file mode 100644 index 00000000..4e383196 --- /dev/null +++ b/other/tiktok.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/video.svg b/other/video.svg new file mode 100644 index 00000000..38428d43 --- /dev/null +++ b/other/video.svg @@ -0,0 +1,4 @@ + + + + From a957b8f25e502efbcbbfe6f904af0a1915199724 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 25 Jul 2021 14:39:15 +0200 Subject: [PATCH 69/70] banking for #490 --- app/src/main/res/xml/appfilter.xml | 3 +++ other/banking.svg | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 other/banking.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 023faf72..347220fb 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -371,6 +371,9 @@ + + + diff --git a/other/banking.svg b/other/banking.svg new file mode 100644 index 00000000..1b73f7a4 --- /dev/null +++ b/other/banking.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + From d1f2493bab6746ee65502f4fde18b51a2963b692 Mon Sep 17 00:00:00 2001 From: baitmooth <23211478+baitmooth@users.noreply.github.com> Date: Sun, 3 Oct 2021 18:24:35 +0200 Subject: [PATCH 70/70] updated and new icons --- app/src/main/res/xml/appfilter.xml | 32 ++++++++++++++++++++++++++++++ other/balancetheball.svg | 5 +++++ other/campfire.svg | 4 ++++ other/ditmm.svg | 7 +++++++ other/drastic.svg | 7 +++++++ other/espeak.svg | 4 ++++ other/fdroidforum.svg | 8 ++++++++ other/filmstaden.svg | 7 +++++++ other/freifunkkarte.svg | 8 ++++++++ other/geologischezeitskala.svg | 4 ++++ other/glxy.svg | 6 ++++++ other/heartbeat.svg | 4 ++++ other/myboy.svg | 4 ++++ other/myfiles.svg | 7 +++++++ other/rocksndiamonds.svg | 11 ++++++++++ other/sknetrafiken.svg | 7 +++++++ other/zapp.svg | 4 ++++ 17 files changed, 129 insertions(+) create mode 100644 other/balancetheball.svg create mode 100644 other/campfire.svg create mode 100644 other/ditmm.svg create mode 100644 other/drastic.svg create mode 100644 other/espeak.svg create mode 100644 other/fdroidforum.svg create mode 100644 other/filmstaden.svg create mode 100644 other/freifunkkarte.svg create mode 100644 other/geologischezeitskala.svg create mode 100644 other/glxy.svg create mode 100644 other/heartbeat.svg create mode 100644 other/myboy.svg create mode 100644 other/myfiles.svg create mode 100644 other/rocksndiamonds.svg create mode 100644 other/sknetrafiken.svg create mode 100644 other/zapp.svg diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 347220fb..e1d0d709 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -148,6 +148,7 @@ + @@ -355,6 +356,9 @@ + + + @@ -605,6 +609,9 @@ + + + @@ -962,6 +969,9 @@ + + + @@ -1142,6 +1152,9 @@ + + + @@ -1217,6 +1230,9 @@ + + + @@ -1416,6 +1432,9 @@ + + + @@ -1482,6 +1501,9 @@ + + + @@ -1506,6 +1528,9 @@ + + + @@ -1682,6 +1707,9 @@ + + + @@ -3241,6 +3269,9 @@ + + + @@ -4920,6 +4951,7 @@ + diff --git a/other/balancetheball.svg b/other/balancetheball.svg new file mode 100644 index 00000000..a107733f --- /dev/null +++ b/other/balancetheball.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/other/campfire.svg b/other/campfire.svg new file mode 100644 index 00000000..e616d0b0 --- /dev/null +++ b/other/campfire.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/ditmm.svg b/other/ditmm.svg new file mode 100644 index 00000000..942f2aa6 --- /dev/null +++ b/other/ditmm.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/drastic.svg b/other/drastic.svg new file mode 100644 index 00000000..8f16b363 --- /dev/null +++ b/other/drastic.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/espeak.svg b/other/espeak.svg new file mode 100644 index 00000000..69ef3720 --- /dev/null +++ b/other/espeak.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/fdroidforum.svg b/other/fdroidforum.svg new file mode 100644 index 00000000..73cb5e34 --- /dev/null +++ b/other/fdroidforum.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/filmstaden.svg b/other/filmstaden.svg new file mode 100644 index 00000000..fa4c9cba --- /dev/null +++ b/other/filmstaden.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/freifunkkarte.svg b/other/freifunkkarte.svg new file mode 100644 index 00000000..9cb55730 --- /dev/null +++ b/other/freifunkkarte.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/other/geologischezeitskala.svg b/other/geologischezeitskala.svg new file mode 100644 index 00000000..c76567f0 --- /dev/null +++ b/other/geologischezeitskala.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/glxy.svg b/other/glxy.svg new file mode 100644 index 00000000..ccbed817 --- /dev/null +++ b/other/glxy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/other/heartbeat.svg b/other/heartbeat.svg new file mode 100644 index 00000000..6e7ed929 --- /dev/null +++ b/other/heartbeat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/myboy.svg b/other/myboy.svg new file mode 100644 index 00000000..e4b1419d --- /dev/null +++ b/other/myboy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/other/myfiles.svg b/other/myfiles.svg new file mode 100644 index 00000000..17d3dc82 --- /dev/null +++ b/other/myfiles.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/rocksndiamonds.svg b/other/rocksndiamonds.svg new file mode 100644 index 00000000..eb995372 --- /dev/null +++ b/other/rocksndiamonds.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/other/sknetrafiken.svg b/other/sknetrafiken.svg new file mode 100644 index 00000000..caa45bf3 --- /dev/null +++ b/other/sknetrafiken.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/other/zapp.svg b/other/zapp.svg new file mode 100644 index 00000000..36479f8f --- /dev/null +++ b/other/zapp.svg @@ -0,0 +1,4 @@ + + + +