From 9ac610d5e81a9697d19f9a42610f35b3d7318119 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 8 Oct 2025 19:39:53 +0000 Subject: [PATCH 1/2] Add new file --- metadata/com.goofwear.file85toolkit.yml | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.goofwear.file85toolkit.yml diff --git a/metadata/com.goofwear.file85toolkit.yml b/metadata/com.goofwear.file85toolkit.yml new file mode 100644 index 00000000000..527a1b3ce97 --- /dev/null +++ b/metadata/com.goofwear.file85toolkit.yml @@ -0,0 +1,40 @@ +Categories: + - Utilities + - Archiving + License: MIT + AuthorName: goofwear + SourceCode: https://github.com/goofwear/File85Toolkit + IssueTracker: https://github.com/goofwear/File85Toolkit/issues + Changelog: https://github.com/goofwear/File85Toolkit/releases + Donate: https://www.paypal.me/goofwear + + Summary: Lightweight file compression and decompression toolkit + + Description: |- + File85Toolkit is an Android utility app for efficient file management. + It compresses files with **LZMA** and then encodes them using **Base85** + for compact storage and transfer. + The app can also decode Base85 and decompress LZMA back to the original file. + + ✨ Features: + • LZMA compression + Base85 encoding + • Base85 decoding + LZMA decompression + • Modern Android UI with Material 3 + Jetpack Compose + • Open-source and lightweight + + RepoType: git + Repo: https://github.com/goofwear/File85Toolkit.git + + Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: main + subdir: app + gradle: + - yes + output: build/outputs/apk/release/app-release-unsigned.apk + + AutoUpdateMode: Version + UpdateCheckMode: Tags + CurrentVersion: 1.0.0 + CurrentVersionCode: 1 \ No newline at end of file -- GitLab From 740c1667d88f2497b9152cad2a2ae203453ff512 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 8 Oct 2025 20:45:33 +0000 Subject: [PATCH 2/2] Add new file --- com.goofwear.file85toolkit.yml | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 com.goofwear.file85toolkit.yml diff --git a/com.goofwear.file85toolkit.yml b/com.goofwear.file85toolkit.yml new file mode 100644 index 00000000000..c1b845ea88c --- /dev/null +++ b/com.goofwear.file85toolkit.yml @@ -0,0 +1,40 @@ +Categories: + - Utilities + - Archiving + License: MIT + AuthorName: goofwear + SourceCode: https://github.com/goofwear/File85Toolkit + IssueTracker: https://github.com/goofwear/File85Toolkit/issues + Changelog: https://github.com/goofwear/File85Toolkit/releases + Donate: https://www.paypal.me/goofwear + + Summary: Lightweight file compression and decompression toolkit + + Description: | + File85Toolkit is an Android utility app for efficient file management. + It compresses files with **LZMA** and then encodes them using **Base85** + for compact storage and transfer. + The app can also decode Base85 and decompress LZMA back to the original file. + + ✨ Features: + - LZMA compression + Base85 encoding + - Base85 decoding + LZMA decompression + - Modern Android UI with Material 3 + Jetpack Compose + - Open-source and lightweight + + RepoType: git + Repo: https://github.com/goofwear/File85Toolkit.git + + Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: main + subdir: app + gradle: + - yes + output: app/build/outputs/apk/release/app-release-unsigned.apk + + AutoUpdateMode: Version + UpdateCheckMode: Tags + CurrentVersion: 1.0.0 + CurrentVersionCode: 1 \ No newline at end of file -- GitLab