No description
Find a file
Nemeyes 179eabb82f
Some checks failed
Build APK / build-debug-apk (push) Has been cancelled
fix: off-main theming, login v2 hardening, settings and v0.1.7
- Move OCS Theming and account load to IO; suspend Theming API to avoid
  NetworkOnMainThreadException on account select.
- Safer JSON in Login v2 start/poll; map JSONException for user feedback.
- Dedupe server+user accounts with password refresh on re-add.
- Settings: version, appearance; account rows use leading account icon.
- versionCode 8, versionName 0.1.7; en-US fastlane changelog.

Made-with: Cursor
2026-04-24 02:37:04 +02:00
.cursor/rules ui: align theme and navigation with Nextcloud style 2026-04-23 20:17:44 +02:00
.github/workflows ci: build debug APK on GitLab and GitHub 2026-04-23 19:05:07 +02:00
app fix: off-main theming, login v2 hardening, settings and v0.1.7 2026-04-24 02:37:04 +02:00
docs Implement Nextcloud video library and localization scaffolding 2026-04-23 18:48:37 +02:00
fastlane/metadata/android/en-US/changelogs fix: off-main theming, login v2 hardening, settings and v0.1.7 2026-04-24 02:37:04 +02:00
gradle Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
keystore build: use stable debug signing key 2026-04-23 19:07:08 +02:00
.gitattributes Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
.gitignore Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
.gitlab-ci.yml ci: build debug APK on GitLab and GitHub 2026-04-23 19:05:07 +02:00
build.gradle.kts Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
gradle.properties Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
gradlew Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
gradlew.bat Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00
LICENSE Implement Nextcloud video library and localization scaffolding 2026-04-23 18:48:37 +02:00
README.md Implement Nextcloud video library and localization scaffolding 2026-04-23 18:48:37 +02:00
settings.gradle.kts Bootstrap Android/Compose project 2026-04-23 17:45:04 +02:00

NextVideo

Android app to browse and play videos from Nextcloud (WebDAV), with:

  • multi-account support
  • library + search
  • streaming playback
  • offline downloads

License

Licensed under AGPL-3.0-or-later. See LICENSE.

Docs

  • docs/PROJECT.md — goals, architecture, roadmap
  • docs/DEVELOPMENT.md — build instructions