Skip to content

Android app to view and manage photos from your computer

License

Notifications You must be signed in to change notification settings

allanrbo/wifiphotos

Repository files navigation

WifiPhotos

Manage your phone's photos via a web interface over WiFi.

In the Google Play store: https://play.google.com/store/apps/details?id=com.acoby.wifiphotos

Build in Android Studio: Tools -> SDK Manger -> SDK Tools -> Enable NDK and CMake.

Build in Docker:

mkdir -p `pwd`/../wifiphotoscache/.gradle

docker build -t wifiphotos .
docker run --name wifiphotos --rm -it -v `pwd`:/wifiphotos -v `pwd`/../wifiphotoscache/.gradle:/root/.gradle -v $HOME:/home/user1 --entrypoint /bin/bash --workdir /wifiphotos  wifiphotos  --init-file /home/user1/.myprofile

    ./gradlew build

Publishing:

  • Increment versionCode and versionName in app/build.gradle.
  • Android Studio -> Build -> Generate Signed Bundle / APK -> App Bundle -> Point keystore to .jks file, key alias "key0".
  • Upload .aab file to https://play.google.com/apps/publish/ .

About

Android app to view and manage photos from your computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published