Skip to content

Add Android companion app for FileVue#1

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/create-companion-android-app
Draft

Add Android companion app for FileVue#1
Copilot wants to merge 3 commits intomainfrom
copilot/create-companion-android-app

Conversation

Copy link

Copilot AI commented Dec 1, 2025

Native Android app for browsing and managing files on a FileVue server from mobile devices.

Features

  • Server connection with JWT authentication
  • Directory navigation with file type icons
  • Text and image file previews
  • File download to device storage
  • Create/delete files and folders (when not read-only)
  • Search within directories

Architecture

  • MVVM with ViewModels, LiveData, Kotlin Coroutines
  • Retrofit for API communication
  • EncryptedSharedPreferences for secure token storage
  • Material Design 3 theming

Project Structure

android-app/
├── app/src/main/java/com/filevue/app/
│   ├── api/        # ApiClient, FileVueApiService
│   ├── data/       # Models, FileVueRepository
│   ├── ui/         # MainActivity, auth/browser/preview
│   └── util/       # FileUtils, SecureStorage
├── build.gradle.kts
└── README.md

Security

  • HTTP logging disabled in release builds
  • Cleartext traffic allowed for dev; docs explain production hardening
  • Tokens encrypted at rest via Android Keystore

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com//advisories
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

create a companion android app


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Dec 1, 2025
Copilot AI and others added 2 commits December 1, 2025 02:40
Co-authored-by: gogogadgetscott <26574635+gogogadgetscott@users.noreply.github.com>
…rity docs

Co-authored-by: gogogadgetscott <26574635+gogogadgetscott@users.noreply.github.com>
Copilot AI changed the title [WIP] Create companion Android app Add Android companion app for FileVue Dec 1, 2025
Copilot AI requested a review from gogogadgetscott December 1, 2025 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants