-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
97 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Android | ||
type: docs | ||
prev: /docs/privacy/ | ||
next: docs/arch/ | ||
draft: false | ||
--- | ||
|
||
## For Android Users | ||
|
||
Android is based on Linux, but there are many great projects outside Google Store. | ||
|
||
This is were F-Droid enters - you can [get F/OSS Apps](https://f-droid.org/en/packages/) | ||
|
||
<details> | ||
<summary>Curious to get some Android Apps? 🤘</summary> | ||
| ||
|
||
* [F-Droid](https://f-droid.org/en/) -> F/OSS [Android App Repository](https://gitlab.com/fdroid/fdroidclient) | ||
|
||
* Audio recorder | ||
* https://github.com/Dimowner/AudioRecorder | ||
* https://f-droid.org/en/packages/org.fossify.voicerecorder/ | ||
* Music | ||
* Client for Navidrome - https://gitlab.com/ultrasonic/ultrasonic | ||
* Syncthing - https://github.com/syncthing/syncthing | ||
* Nextcloud - https://github.com/nextcloud/android | ||
|
||
* PixelFed client - https://f-droid.org/app/com.h.pixeldroid {F-Droid} | ||
* Matrix Element - https://github.com/vector-im/element-android | ||
* Matrix Fluffy Chat - https://gitlab.com/KrilleFear/fluffychat | ||
|
||
* Organic Maps - https://github.com/organicmaps/organicmaps | ||
* MapsMe - https://github.com/mapsme/api-android | ||
|
||
* Readrops - https://github.com/readrops/Readrops | ||
|
||
* PhyPhox - https://github.com/phyphox/phyphox-android | ||
|
||
* Media - | ||
* [Jellyfin](https://f-droid.org/en/packages/org.jellyfin.androidtv/index.html) - https://github.com/jellyfin/jellyfin | ||
|
||
</details> | ||
|
||
* You can check more [here](https://brainfucksec.github.io/android-foss-apps-list#android-based-operating-systems) | ||
|
||
--- | ||
|
||
## FAQ | ||
|
||
### How to send files to Android TV? | ||
|
||
We can use [LocalSend](https://github.com/localsend/localsend?tab=readme-ov-file#download), a F/OSS cross-platform alternative to AirDrop. | ||
|
||
Install it with [Flathub](https://flathub.org/apps/org.localsend.localsend_app): | ||
|
||
```sh | ||
flatpak install flathub org.localsend.localsend_app | ||
``` | ||
|
||
And send that F-Droid APK to your Android TV - Then enjoy any of the apps available in there. |