linsui
751ae33e45
Add AI Chat category
2025-11-14 10:14:45 +00:00
§
2112d0969f
Add Religion category
2025-11-14 10:13:57 +00:00
linsui
0b67c8ad61
Add Location Tracker & Sharer category
2025-09-18 07:46:41 +00:00
Licaon_Kter
2556e1b3ab
Rename one category to Public Transport
2025-08-26 11:15:24 +00:00
linsui
6799669068
Add Forum category
2025-08-20 15:40:56 +00:00
linsui
d4212fc138
Add Music Practice Tool category
2025-08-19 07:28:03 +00:00
linsui
af38742959
Add Habit Tracker category
2025-08-18 15:44:38 +00:00
Licaon_Kter
a83341c543
Revert "Delete all category background images"
...
This reverts merge request !24312
2025-07-12 13:35:57 +00:00
linsui
d853a76806
Add Shopping List category
2025-07-08 14:24:08 +00:00
Leo Heitmann Ruiz
d077fa412e
Delete all category background images
2025-07-07 12:26:57 +00:00
linsui
5219f7e437
Add Task category
2025-07-07 19:10:19 +08:00
linsui
cdcb57ffd2
Add Public Transport Map & Timetable category
2025-07-07 10:59:02 +00:00
linsui
511213d213
Add Workout category
2025-07-02 15:54:46 +00:00
linsui
8d968bb76a
Add Gallery category
2025-07-02 14:51:21 +00:00
linsui
e14b586999
Add Note category
2025-07-02 21:54:29 +08:00
linsui
a52c2dc28f
Add Calculator category
2025-07-02 20:21:28 +08:00
linsui
7d337fefc1
Add Ebook Reader category
2025-07-02 19:36:42 +08:00
linsui
306a8756ad
Add Draw category
2025-07-02 19:10:46 +08:00
linsui
4cc1e0fbdc
Add Recipe Manager category
2025-07-01 15:53:54 +00:00
linsui
77726372ed
Add Bookmark category
2025-07-01 23:32:41 +08:00
linsui
d5f60df0b2
Add Unit Convertor category
2025-07-01 06:37:42 +00:00
linsui
85956a6fc5
Add Launcher category
2025-06-30 13:15:46 +00:00
linsui
97a0f304a3
Add Finance Manager category
2025-06-30 13:10:01 +00:00
linsui
21935710bc
Add Text Editor category
2025-06-30 11:26:27 +00:00
linsui
36f27384d3
Add Translation & Dictionary category
2025-06-30 19:07:48 +08:00
linsui
cf44002b50
Add Icon Pack category
2025-06-30 18:20:55 +08:00
linsui
f51ef1e215
Add Pass Wallet category
2025-06-30 10:15:04 +00:00
linsui
abbfb5814f
Add Wallpaper category
2025-06-30 10:03:39 +00:00
linsui
6043fcd35e
Add Voice & Video Chat category
2025-06-26 23:09:58 +08:00
linsui
bd12417813
Add Calendar & Agenda category
2025-06-26 23:03:01 +08:00
linsui
61c5a50a1f
Add Cloud Storage & File Sync category
2025-06-26 22:48:22 +08:00
linsui
a5037ed18d
Add Wallet category
2025-06-26 14:44:33 +00:00
linsui
9bd6d3bb48
Add Weather category
2025-06-25 11:13:56 +00:00
linsui
12cd8f7d3c
Add Keyboard & IME category
2025-06-25 11:12:30 +00:00
linsui
2fcebf26a2
Add Podcast category
2025-06-25 08:58:13 +00:00
linsui
9800adf8d2
Add News category
2025-06-24 14:47:11 +00:00
linsui
3ff2ba75c1
Add App Store & Updater category
2025-06-24 21:01:05 +08:00
linsui
dd8ecbde65
Add Browser category
2025-06-24 12:50:18 +00:00
linsui
89581dbed0
Add Online Media Player
2025-06-24 09:32:04 +00:00
linsui
1ced848ff0
Add File Encryption & Vault category
2025-06-24 08:52:31 +00:00
linsui
1f315b074c
Add File Transfer category
2025-06-23 15:49:51 +00:00
linsui
f2bfb565ea
Add Offline Music & Video Player category
2025-06-23 15:37:12 +00:00
linsui
aded829440
Add Password & 2FA category
2025-06-23 14:19:16 +00:00
linsui
f484c420ea
Add Messaging category
2025-06-23 21:09:42 +08:00
linsui
3aac7a9a6a
Add Social Network Category
2025-06-23 12:21:59 +00:00
linsui
419f49b52b
Add DNS & Hosts category
2025-06-22 08:16:20 +00:00
linsui
8658b75c13
Add Email category
2025-06-20 11:31:07 +00:00
linsui
5c88ba08f1
Add VPN & Proxy category
2025-06-20 10:49:59 +00:00
Hans-Christoph Steiner
29a3c9229f
standardize data formats for config/*.yml
...
This means mostly sorting by key:
for f in sorted(glob.glob('*.yml')) + sorted(glob.glob('[a-z]*/*.yml')):
print(f)
with open(f) as fp:
data = yaml.safe_load(fp)
with open(f, 'w') as fp:
yaml.dump(data, fp, default_flow_style=False, sort_keys=True, allow_unicode=True)
2022-12-23 16:53:03 -08:00
Jochen Sprickerhof
98c9fe1c0d
Fix category names to match fdroiddata
2022-09-20 14:57:34 +02:00