https://github.com/marchingon12/bottle
A Send client
https://github.com/marchingon12/bottle
Last synced: 2 months ago
JSON representation
A Send client
- Host: GitHub
- URL: https://github.com/marchingon12/bottle
- Owner: marchingon12
- License: mit
- Created: 2023-02-01T09:01:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T00:27:08.000Z (over 1 year ago)
- Last Synced: 2025-02-01T15:44:37.857Z (4 months ago)
- Language: Kotlin
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
Bottle: A Send Client Built For Android
------
**Bottle** is a [FOSS][wiki] Android application with the goal of making a native Android client for quickly uploading and downloading files with simplicity and flexibility using the [Send][send] service.
[wiki]: https://en.m.wikipedia.org/wiki/Free_and_open-source_software
[send]: https://github.com/timvisee/send[
](https://github.com/marchingon12/Bottle/releases/latest)
------
Screenshots
| ![]() |  | ![]() | ![]() |
| ----- | -------------- | ----- | ----- |
| ![]() | ![]() | ![]() | ![]() |------
Highlights
- Clean & beautiful UI based on Google's [Material Design 3][md3] guidelines.
- Same goodies & functionality for Send just as you would on a browser, brought onto native Android.
- Compatible with Android 7.1 and above (API 25+), no guarantee for older versions.
- Supports [Material You][material-you] theming in devices running on Android 12+[md3]: https://m3.material.io/
[material-you]: https://www.androidpolice.com/everything-we-love-about-material-you/amp/---
Translations
If you want to make Bottle available in your language, please make sure you are familiar with Weblate and speak your native language (don't try to translate languages you aren't fluent in please).
The string resources can be found under `/app/src/main/res/values/strings.xml`.
Checkout this guide to learn more about translation strings from [Weblate][weblate] for Android.[weblate]: https://docs.weblate.org/en/latest/formats.html#aresource
------
Donations & Support
------
Tech Stack
- [Kotlin][kotlin] - First class and official programming language for Android development.
- [Coroutines][co-routines] - To improve performance by doing I/O tasks out of main thread asynchronously.
- [Flow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
- [Android Architecture Components][arch] - Collection of libraries that help you design robust, testable, and maintainable apps.
- [Jetpack Compose][compose] - Jetpack Compose is Android’s recommended modern toolkit for building native UI
- [LiveData][livedata] - Data objects that notify views when the underlying database changes.
- [ViewModel][viewmodel] - Stores UI-related data that isn't destroyed on UI changes.
- [OkHttp3][http] - OkHttp is an HTTP client for Android that’s efficient by default.
- [Gson][gson] - A Java serialization/deserialization library to convert Java Objects into JSON and back.
- [Coil][coil] - An image loading library for Android backed by Kotlin Coroutines.
- [Dagger-Hilt][dagger] For [Dependency injection (DI)][inject]
- [Room database][room] - Persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.[kotlin]: https://kotlinlang.org/
[co-routines]: https://kotlinlang.org/docs/reference/coroutines-overview.html
[arch]: https://developer.android.com/topic/libraries/architecture
[compose]: https://developer.android.com/jetpack/compose?gclsrc=ds&gclsrc=ds
[livedata]: https://developer.android.com/topic/libraries/architecture/livedata
[viewmodel]: https://developer.android.com/topic/libraries/architecture/viewmodel
[http]: https://square.github.io/okhttp/
[gson]: https://github.com/google/gson
[coil]: https://coil-kt.github.io/coil/compose/
[dagger]: https://dagger.dev/hilt/
[inject]: https://developer.android.com/training/dependency-injection
[room]: https://developer.android.com/jetpack/androidx/releases/room------
License
[MIT License][license] © [Austin Hornhead][github]
[license]: /LICENSE
[github]: https://github.com/marchingon12```
Copyright (c) 2023-present Austin Hornhead
MIT LicensePermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.```
---
Contributors
