1414 - [ Setup] ( #Setup )
1515- [ Features] ( #Features )
1616 - [ Planned] ( #Planned )
17+ - [ Known Issues] ( #Known-Issues )
1718- [ Development] ( #Development )
1819- [ Support] ( #Support )
1920- [ Contributing] ( #Contributing )
@@ -39,13 +40,16 @@ This requires using Android Studio or the command line interface.
3940$ which adb
4041C:\U sers\S hane\A ndroid\s dk\p latform-tools\a db.EXE
4142
42- $ wget https://github.com/django-files/android-app/releases/latest/download/app-debug.apk
43-
4443$ adb devices
4544List of devices attached
4645RF9M33Z1Q0M device
4746
48- $ adb -s RF9M33Z1Q0M install .\a pp-debug.apk
47+ $ wget https://github.com/django-files/android-app/releases/latest/download/app-debug.apk
48+
49+ $ ls
50+ app-debug.apk
51+
52+ $ adb -s RF9M33Z1Q0M install app-debug.apk
4953Performing Streamed Install
5054Success
5155```
@@ -92,7 +96,7 @@ The built apk should be here: `app/build/outputs/apk/debug`
92965 . Then install the apk to your device with adb.
9397
9498``` shell
95- $ adb -s RF9M33Z1Q0M install . \ a pp-debug.apk
99+ $ adb -s RF9M33Z1Q0M install app-debug.apk
96100
97101Performing Streamed Install
98102Success
@@ -111,12 +115,20 @@ For more details, see the [ADB Documentation](https://developer.android.com/tool
111115
112116- Share or Open any file and automatically copy the URL to the clipboard.
113117- Ability to manually change servers by entering a new URL from the Server List menu.
118+ - Supports Local Login, GitHub OAuth, Google OAuth, Discord OAuth (w/o passkeys).
114119
115120### Planned
116121
117122- Ability to save multiple servers and switch between them automatically in the Server List menu.
118123- Ability for the app to log you in if your session is expired or when switching servers.
119124
125+ ### Known Issues
126+
127+ - If you enter an incorrect url, you must clear the apps data or reinstall the app.
128+ - The app gets logged out if the session expires; however, sharing continues to work.
129+ - Login with Google OAuth gives an error; however, if you wait ~ 15 seconds it will succeed.
130+ - Login with Discord OAuth passkeys does not work.
131+
120132# Development
121133
122134Android Studio: https://developer.android.com/studio
0 commit comments