This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
apps.yaml
617 lines (528 loc) · 24 KB
/
apps.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
FastHub:
git: https://github.com/k0shk0sh/FastHub
name: "FastHub (official)"
description: |
<b>Warning:</b> Upstream deleted fdroid flavor with some strange reasoning.
Locked/deleted comments, general attitude suggest FastHub is gone forever.
You could try its fork https://f-droid.org/packages/com.fastaccess.github.libre or
FastHub-Revival instead (FastHub-Revival is not (yet?) in fdroid).
Yet another open-source GitHub client app but unlike any other app, FastHub was
built from scratch.
<b>Features</b>
<i>App</i>
* Two login types (Basic Auth) or via (Browser)
* Themes mode
* Offline-mode
* Markdown and code highlighting support
* Notifications overview and "Mark all as read"
* Search users/orgs, repos, issues/prs & code.
* Pinned Repos
<i>Repositories</i>
* Search Repos
* Browse and search Repos
* See your public, private and forked Repos
* Filter Branches and Commits
* Watch, star and fork Repos
* Download releases, files and branches
<i>Issues and Pull Requests</i>
* Search Issues/PRs
* Filter Issues/PRs
* Open/close Issues/PRs
* Comment on Issues/PRs
* Manage Issue/PR comments
* React to comments with reactions
* Edit Issues/PRs
* Lock/unlock conversation in Issues/PRs
* Assign people and add Labels and Milestones to Issues/PRs
* Manage Milestones
* Merge PRs
* PRs reviews
* PRs statuses
<i>Commits and Gists</i>
* Search Code/Gists
* View Gists and their files
* Comment on Commits/Gists
* Manage Commit/Gist comments
* Create/Delete Gists
<i>Orgs</i>
* Overview
* Feeds
* Teams & Teams repos
* Repos
<i>Users</i>
* Follow/unfollow users
* Search Users, Repos, Issues,Pull Requests and Code
<i>Much more...</i>
* FastHub is actively developed. More features will come!
# As described on https://f-droid.org/en/docs/Build_Metadata_Reference/#Categories,
# you can use any name here, but you should look at the existing categories first
categories:
- Internet
- Development
FastHub-RE:
git: https://github.com/LightDestory/FastHub-RE
name: "FastHub Re(vival)"
AntiFeatures:
- NonFreeNet
License: GPL-3.0-only
IssueTracker: https://github.com/thermatk/FastHub-Libre/issues
description: |-
This fork aim to attempt the revival of the awesome FastHub application. The code base is based on a set of changes done on the original FastHub repository by thermatk.
The following description for FastHub-Libre was ripped from fdroiddata
<b>This is a pure-floss fork of the FastHub app.</b>
Yet another open-source GitHub client app but unlike any other app, FastHub was
built from scratch.
<b>Features</b>
<i>App</i>
* Three login types (Basic Auth), (Access Token) or via (OAuth)
* Multiple Accounts
* Enterprise Accounts
* Themes mode
* Offline-mode
* Markdown and code highlighting support
* Notifications overview and "Mark all as read"
* Search Users/Orgs, Repos, Issues/PRs & Code.
* FastHub & GitHub Pinned Repos
* Trending
* Wiki
* Projects
<i>Repositories</i>
* Browse & Read Wiki
* Edit, Create & Delete files (commit)
* Edit, Create & Delete files (Project Columns Cards)
* Search Repos
* Browse and search Repos
* See your public, private and forked Repos
* Filter Branches and Commits
* Watch, star and fork Repos
* Download releases, files and branches
<i>Issues and Pull Requests</i>
* Search Issues/PRs
* Filter Issues/PRs
* Long click to peak Issues/PRs & add comments otg.
* Open/close Issues/PRs
* Comment on Issues/PRs
* Manage Issue/PR comments
* React to comments with reactions
* Edit Issues/PRs
* Lock/unlock conversation in Issues/PRs
* Assign people and add Labels and Milestones to Issues/PRs
* Manage Milestones
* Merge PRs
* PRs reviews (reply, react with emojies, delete & edit comment)
* PRs request review changes/approve & comment.
* PRs statuses
<i>Commits and Gists</i>
* Search Code/Gists
* View Gists and their files
* Comment on Commits/Gists
* Manage Commit/Gist comments
* Create/Delete Gists
* Edit Gist & Gist Files
* React to Commit comments with reactions
* Comment on line number in Files/Code changes.
<i>Organisations</i>
* Overview
* Feeds
* Teams & Teams repos
* Repos
<i>Users</i>
* GitHub Pinned Repos
* Follow/Unfollow users
* View user feeds
* Contribution graph.
* Search Users, Repos, Issues,Pull Requests and Code
# As described on https://f-droid.org/en/docs/Build_Metadata_Reference/#Categories,
# you can use any name here, but you should look at the existing categories first
categories:
- Internet
- Development
Hacki:
git: https://github.com/Livinglist/Hacki
name: "Hacki"
summary: A simple noiseless Hacker News client made with Flutter that is just enough.
description: |-
Features:
* Log in using your Hacker News account.
* Browse stories from various categories.
* Search for stories.
* Submit stories.
* Pin stories.
* Mark stories as favorite.
* Leave comments.
* Collapse comments.
* View parent comments without scrolling up.
* View and participate in polls.
* Browse comments and stories you have posted.
* Vote on comments or stories.
* Get in-app notification when there is new reply to your stories or comments.
* Download stories and comments for offline reading.
* Pick up where you left off.
* Synced favorites and pins across devices. (iOS only)
* Launch from system share sheet.
* And more...
categories:
- Internet
Tachiyomi-Sorayami:
git: https://github.com/Suwayomi/Tachidesk-Sorayomi
name: Tachiyomi-Sorayami
summary: A FLOSS Flutter-based manga reader client for Tachidesk-Server
description: |-
A free and open source manga reader based on Flutter to read manga from a Tachidesk-Server instance.
Tachidesk-Sorayomi need to connect with an already hosted server.
Tachidesk-Sorayomi supports Linux, Windows, MacOS, Web, iOS and Android.
Is this application usable? Should I test it?
Here is a list of current features for interaction with Tachidesk-Sorayomi:
* Managing installed Extensions.
* Interaction with your library.
* Browsing installed sources.
* Viewing manga and chapters.
* Reading, downloading, and managing chapters.
* Viewing chapter updates
Keep in mind that Tachidesk-Sorayomi and Tachidesk-Server are alpha software, so it can have issues. See Support and help if it happens.
categories:
- Internet
- Multimedia
- Animanga
IssueTracker: https://github.com/Suwayomi/Tachidesk-Sorayami/issues
AnimSearch:
git: https://github.com/ArizArmeidi/AnimSearch
name: AnimSearch
categories:
- Reading
- Internet
- Animanga
summary: an App for searching Anime and Manga created with Flutter with data from Jikan API
description: |-
Features
Search Anime and Manga
Find Top, Upcoming, and Ongoing Anime or Manga
Anime Recommendation
Detailed Info About Each Anime
Option to Open Each Page on MyAnimeList For a More Detailed Info
(Not Working Currently) Add Anime or Manga to Saved List
Possibly more features
FlutterSudoku:
git: https://github.com/VarunS2002/Flutter-Sudoku
name: Flutter-Sudoku
categories:
- Games
summary: This is a fully fledged Sudoku game written in Dart using Flutter
description: |-
Features
* Generates a New Game when you start the app
* Clicking a box displays a dialog with buttons 1-9 to input in the box
* Clickable buttons will initially have no number and will turn red after the first click
* Long pressing a button will erase your input
* After completely solving the grid, if the solution is correct it will alert you that you successfully solved the Sudoku
* The numbers in all the clickable buttons will turn blue if the solution is correct (This will also happen if you click Show Solution)
* 4 different difficulty levels to choose from :
* Beginner - 18 empty squares
* Easy - 27 empty squares
* Medium - 36 empty squares
* Hard - 54 empty squares
* New Game
* Restart Game
* Show Solution
* Dark and Light theme
* Various Accent Colors to choose from
* Material Design
grey:
git: https://github.com/avirias/Grey
summary: material designed music player developed in Flutter
name: grey
categories:
- Multimedia
Flutter-MusicPlayer:
git: https://github.com/amangautam1/flutter-musicplayer
summary: A complete music player in flutter with cool UI and design.
name: Flutter Music Player
categories:
- Multimedia
description: |-
Flutter Music Player
A complete and open source music player designed in flutter. It is first complete music player designed in flutter. This app exploits Sqlite databse that enables faster loading of songs at startup. Only one time setup for loading songs is needed. This app comes with a lot of features and a more are coming soon.
You can download app from releases Music Player.
Please star the repo up, if you like the work.
Features
* Play local songs
* Beautiful screens
* Sqlite database support
* Search songs, Songs suggestions
* Top tracks, Recent songs, Random song
* Album view, Artist view
* Playing queue, Shuffle, Add to favourites
* Play/pause, Next/prev
* Themes (dark/light), Custom font, Animations
* Landscape mode
GetX-Stream:
git: https://github.com/vellt/GetX-Stream-Music-Player-Flutter
name: Stream Music Player with GetX
summary: Listen to music online with a clean GetX MVC architecture
categories:
- Multimedia
Buwa:
git: https://github.com/iamtheblackunicorn/Buwa
name: Black Unicorn Wallpapers
summary: Sexy and beautiful wallpapers for your Android-powered device!
categories:
- Multimedia
pScrobbler:
git: https://github.com/kawaiiDango/pScrobbler
name: Pano Scrobbler
summary: A last.fm scrobbler and viewer for Android
categories:
- Multimedia
AntiFeatures:
- NonFreeNet
- NonFreeDep
description: >-
* No ADs ever
* Scrobbles to LastFM, LibreFM, GNU FM and Listenbrainz (A LastFM login is required for now)
* Supports phones, TVs, tablets and Android desktops including Windows 11
* Interactive notification:: View scrobble counts, love, cancel or block tracks directly from the notification
* View track, album, artist, album artist and tag details
* View scrobbles from a specific time such as last year, last month etc.
* Edit or delete existing scrobbles. Remembers edits
* Fix metadata such as "Remastered" or your own patterns with regex edits
* Block artists, tracks etc and auto skip or mute when they play
* Check what your friends are listening to and view their stats
* Identify and scrobble a song from the microphone
* Scrobble from AutoShazam and Pixel Now Playing
* Import & export settings, edits and blocklists
* View charts for a specific week, month, year or custom range, with change indicators
* Charts are also available as a customizable home-screen widget
* View scrobble count graphs for specific time periods
* Get a random track, album or artist from your listening history
* Search for a track, artist or album
* Fetch albums and album artists from LastFM, if missing, before scrobbling
* Get your top scrobble digests as a notification at the end of every week and month
* Add or remove personal tags
* Mix and match themes, supports Material You
* Broadcast Intents for automation apps like Tasker
* Show scrobble sources beside each scrobble and directly search in the app you scrobbled from
* In-app update checker for devices without Play Store
WebDAV-Provider:
git: https://github.com/alexbakker/webdav-provider
name: WebDAV-Provider
summary: An Android app that can expose WebDAV storage to other apps through Android's Storage Access Framework (SAF)
categories:
- Internet
description: WebDAV Provider is an Android app that can expose WebDAV storage to other apps through Android's Storage Access Framework (SAF).
ShosetsuPreview:
git: https://github.com/shosetsuorg/shosetsu-preview
name: Shosetsu Preview
categories:
- Internet
- Multimedia
- Animanga
TachiyomiSY:
git: https://github.com/jobobby04/TachiyomiSY
summary: Fork of Tachiyomi via TachiyomiAZ.
categories:
- Internet
- Multimedia
- Animanga
description: >-
Tachiyomi is a free and open source manga reader for Android 6.0 and above. This version of Tachiyomi, TachiyomiSY was based off TachiyomiAZ. This version is meant to push forward in the ways of usability and features. TachiyomiSY tries to push forward where it can, but staying in a place where it can easily grab updates and features from the main app, it tries to make new features, or take features from other forks like J2K and Neko.
Features of Tachiyomi (original) include::
* Online reading from a variety of sources
* Local reading of downloaded content
* A configurable reader with multiple viewers, reading directions and other settings.
* Tracker support:: MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, and Bangumi support
* Categories to organize your library
* Light and dark themes
* Schedule updating your library for new chapters
* Create backups locally to read offline or to your desired cloud service
Features of TachiyomiSY include::
* Latest tab, store up to 5 sources where you can easily view the latest manga by viewing the tab
* Automatic webtoon detection, allowing the reader to switch to webtoon mode automatically when viewing one
* Manga recommendations, uses MAL and Anilist, as well as Neko Similar Manga for Mangadex manga (Thanks to Az, She11Shocked, Carlos, and Goldbattle)
* Lewd filter, hide the lewd manga in your library when you want to
* Tracking filter, filter your tracked manga so you can see them or see non-tracked manga, made by She11Shocked
* Search tracking status in library, made by She11Shocked
* Custom categories for sources, liked the pinned sources, but you can make your own versions and put any sources in them
* Manga info edit
* Manga Cover view + share and save
* Dynamic Categories, view the library in multiple ways
* Smart background for reading modes like LTR or Vertical, changes the background based on the page color
* Force disable webtoon zoom
* Continue reading button in library
* Hentai features enable/disable, in advanced settings
* Quick clean titles
* Source migration, migrate all your manga from one source to another
* Saving searches
* Autoscroll
* Page preload customization
* Customize image cache size
* Batch import of custom sources and featured extensions
* Automatic CAPTCHA solving
* Advanced source settings page, searching, enable/disable all
* Click tag for local search, long click tag for global search
* Merge multiple of the same manga from different sources
* Drag and drop library sorting
* Library search engine, includes exclude, quotes as absolute, and a bunch of other ways to search
* New E-Hentai/ExHentai features, such as language settings and watched list settings
* Enhanced views for internal and integrated sources
* Enhanced usability for internal and delegated sources
Custom sources::
* E-Hentai/ExHentai
Additional features for some extensions, features include custom description, opening in app, batch add to library, and a bunch of other things based on the source::
* 8Muses (EroMuse)
* HBrowse
* HentaiCafe (inside Foolside)
* Hitomi.la
* Mangadex
* NHentai
* PervEden (EN and IT)
* Puruin
* Tsumino
TachiyomiAZ:
git: https://github.com/az4521/TachiyomiAZ
summary: This fork is based off of TachiyomiEH. It has most features and fixes from Tachiyomi, as well as features from TachiyomiJ2K. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style. Anime support is coming "soon™"
categories:
- Internet
- Multimedia
- Animanga
description: >-
This fork is based off of TachiyomiEH. It has most features and fixes from Tachiyomi, as well as features from TachiyomiJ2K. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style. Anime support is coming "soon™"
Special Sources (integrated plus added features)::
* E-Hentai/ExHentai
* nHentai
* Hitomi.la
* 8Muses
* HBrowse
* Perv Eden
Delegated Sources (Sources with added features if installed)::
* Puruin
* Tsumino
* HentaiCafe (Foolside)
From EH::
* Save Searches for use later
* AutoScroll
* Boost Page (force redownload page)
* Page download thread customization
* Predownload the whole chapter while reading (Optional)
* Retry immediately instead of wating for the rest of the preloaded pages to finish downloading
* Customize image cache size (how much space Tachiyomi has available to store future pages)
* Sync your favorites with your EHentai/ExHentai account
* Batch import E-Hentai/ExHentai URLs (import single URLs by pasting them into the source search box)
* Automatic CAPTCHA solving
From EH and fixed/changed::
* Auto Migration (Originally from EH, it was then improved in J2k, and we have reintegrated the J2k version)
* Merged Sources (Merge 2 or more versions of a manga to get chapters from all of them)
* App and notification lock with fingerprint and PIN unlock
* Fixed Tsumino and Hitomi
* Language filtering search options for nHentai
* Random bugfixes
Original AZ Features::
* Maintained hamburger navigation
* Grid view corner rounding configuration
* Manga recommendations
TachiyomiJ2K:
git: https://github.com/Jays2Kings/tachiyomiJ2K
summary: TachiyomiJ2K is a free and open source manga reader for Android 6.0 and above. Based on the original Tachiyomi
categories:
- Internet
- Multimedia
- Animanga
description: >-
TachiyomiJ2K is a free and open source manga reader for Android 6.0 and above. Based on the original Tachiyomi
Features of Tachiyomi include::
* Online reading from a variety of sources
* Local reading of downloaded content
* A configurable reader with multiple viewers, reading directions and other settings.
* MyAnimeList, AniList, Kitsu, and Shikimori support
* Categories to organize your library
* Automatic light and dark themes
* Schedule updating your library for new chapters
* Create backups locally to read offline or to your desired cloud service
Plus some new features in this fork such as::
* New Manga details screens, themed by their manga covers
* Combine 2 pages while reading into a single one for a better tablet experince
* Option for an expanded toolbar for easier one handed use
* Floating searchbar to easily start a search in youre library or while browsing
* Library redesigned as a single list view:: See categories listed in a vertical view, that can be collasped or expanded with a tap
* Staggered Library grid
* Drag & Drop Sorting in Library
* Dynamic Categories:: Group your library automatically by the tags, tracking status, source, and more
* New Recents page:: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series
* New Themes
* Dynamic Shortcuts:: open the latest chapter of what you were last reading right from your homescreen
* New material snackbar:: Removing manga now auto deletes chapters and has an undo button in case you change your mind
* Batch Auto-Source Migration (taken from TachiyomiEH)
* Share sheets upgrade for Android 10
* View all chapters right in the reader
* A lot more Material Design You additions
* Android 12 features such as automatic extension and app updates
Neko:
git: https://github.com/CarlosEsco/Neko
summary: A Free, Open source unofficial manga reader for MangaDex
categories:
- Internet
- Multimedia
- Animanga
description: >-
This is a MangaDex specific fork of Tachiyomi and TachiyomiJ2K. This contains features specific to Mangadex that those versions cannot offer. It also features almost every feature that J2K has except for other sources,local sources, and editting manga.
Note:: This fork is for Android 7+
Specific features::
* Supports native login to MangaDex and 2FA
* Use MDList as Tracker
* Similar Manga Recommendations
* Manually sync of Manga to and from Mangadex follows list
* Sync Followed Manga's read chapters from MangaDex into Neko automatically
* Filter by Scanlation Group in chapter list
* Look at an additional source for missing chapters not hosted on MangaDex
* Ability to attempt to merge missing chapters from MangaDex with another source
* And many more
Animiru:
git: https://github.com/Quickdesh/Animiru
summary: Animiru strips the manga capabilities of Aniyomi, to make it an anime only app for Android 6.0+
categories:
- Internet
- Multimedia
- Animanga
description: >-
Animiru is an unofficial fork of Aniyomi, which is yet another unofficial fork of the free and open source manga reader Tachiyomi
Animiru strips the manga capabilities of Aniyomi, to make it an anime only app for Android 6.0+
Feature include everything you know and love about Tachiyomi but for anime::
* Watching anime from a variety of sources
* Local watching of downloaded content
* A configurable player with inbuilt PiP, Playback options and other settings.
* Tracker support:: MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi
* Categories to organize your library
* Light and dark themes
* Schedule updating your library for new episodes
* Create backups locally to watch offline or to your desired cloud service
Takoyomi:
git: https://github.com/CrepeTF/Takoyomi
summary: Takoyomi is a fork of TachiyomiSY which aims to implement UI changes which TachiyomiSY did or have not.
categories:
- Internet
- Multimedia
- Animanga
description: >-
This is all I've got::Tachiyomi is a free and open source manga reader for Android 6.0 and above. Takoyomi is a fork of TachiyomiSY which aims to implement UI changes which TachiyomiSY did or have not.
No, I don't know what "Did or have not" means.
There's a fork of this repo as well over at https://github.com/suhan-paradkar/Takoyomi but that one doesn't have releases...
Aniyomi:
git: https://github.com/jmir1/aniyomi
name: Aniyomi
summary: Unofficial fork of Tachiyomi for anime
categories:
- Internet
- Multimedia
- Animanga
description: >-
Aniyomi is an unofficial fork of the free and open source manga reader Tachiyomi that adds anime capabilities! For Android 6.0 and above.
Features include
Watching anime from a variety of sources
Everything you know and love about Tachiyomi
* Online reading from a variety of sources
* Local reading of downloaded content
* A configurable reader with multiple viewers, reading directions and other settings.
* Tracker support:: MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, and Bangumi
* Categories to organize your library
* Light and dark themes
* Schedule updating your library for new chapters
* Create backups locally to read offline or to your desired cloud service