0
0
Fork 0
mirror of https://github.com/lmj0011/save-on-device.git synced 2026-04-21 06:40:04 +00:00
Android app that allows you to save a file shared from another app to your device.
  • Java 92.2%
  • Kotlin 7.8%
Find a file
AbdurazaaqMohammed 8929eee761
Merge pull request #14 from AbdurazaaqMohammed/master
Support 4.4+, support saving multiple files one at a time, add UI, remove dependency on AndroidX & Kotlin, rewrote in Java
2024-02-28 10:51:52 -04:00
.github/readme-images - update demo.gif 2021-10-16 23:16:45 -05:00
app Update activity_main.xml 2024-02-17 14:00:08 -04:00
fastlane/metadata/android - added fastlane metadata for F-droid 2021-12-07 21:56:15 -06:00
gradle/wrapper initial commit 2021-10-16 22:55:07 -05:00
.gitignore - multiple selected files can be saved at once 2023-05-23 20:58:58 -05:00
build.gradle Update build.gradle 2024-02-17 14:00:32 -04:00
gradle.properties Update gradle.properties 2024-02-17 13:57:52 -04:00
gradlew initial commit 2021-10-16 22:55:07 -05:00
gradlew.bat initial commit 2021-10-16 22:55:07 -05:00
README.md - multiple selected files can be saved at once 2023-05-23 20:58:58 -05:00
settings.gradle initial commit 2021-10-16 22:55:07 -05:00

Save On Device

an Android app that allows you to save files on your device from other apps using the share functionality.

Features

  • Save files from other apps to local storage
  • Save copied text to local storage

Download

Get it on F-Droid Get it on Google Play

License

Copyright 2023 Landan Jackson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.