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
.github/workflows
app fix: off-main theming, login v2 hardening, settings and v0.1.7 2026-04-24 02:37:04 +02:00
docs
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
keystore
.gitattributes
.gitignore
.gitlab-ci.yml
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
LICENSE
README.md
settings.gradle.kts

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