Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Sep 12, 2024
1 parent 72a2b62 commit cbb7857
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 39 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,14 @@ controlling [qBittorrent](https://github.com/qbittorrent/qBittorrent) from an An

## Screenshots

<details>
<summary>Light</summary>
<p>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="32%" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="32%" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="32%" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" alt="Screenshot 1" width="200" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" alt="Screenshot 2" width="200" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" alt="Screenshot 3" width="200" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" alt="Screenshot 4" width="200" />
</p>
</details>

<details>
<summary>Dark</summary>
<p>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="32%" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="32%" />
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="32%" />
</p>
</details>

## Translations

Check out [Weblate](https://hosted.weblate.org/engage/qbitcontroller/) for contributing to
Check out [Weblate](https://hosted.weblate.org/engage/qbitcontroller) for contributing to
localization.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 35
versionCode = 18
versionName = "0.8.5"
versionCode = 19
versionName = "1.0.0"

buildConfigField("String", "SOURCE_CODE_URL", "\"https://github.com/Bartuzen/qBitController\"")
}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Updated to Material Design 3 and added Material You support
- Added confirmation dialog for torrent force recheck
- Removed the hide loading bar option; it's now enabled by default
- Fixed incorrect torrent progress bar colors
- RSS feeds are now displayed in a tree view
- Fixed "Mark as Read" not working in certain RSS scenarios
- Added DNS over HTTPS support
- Added ability to select multiple files while adding torrents
- Many minor changes and fixes
13 changes: 6 additions & 7 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Free and open-source application for controlling qBittorrent on your servers.

Features:

- Add multiple servers
- Add torrents from magnet link, or file
- Manage multiple qBittorrent servers
- Add torrents using magnet links or files
- See detailed information about torrents
- Perform various actions on torrents such as pausing, resuming, deleting, and more
- Sort torrents by their name, size, progress, download/upload speed, and more
- Filter torrents by their category and tags
- Create and delete categories and tags

https://github.com/Bartuzen/qBitController
- Filter torrents by their state, category, tag, and tracker
- Manage categories and tags
- View RSS feeds, create auto download rules
- Search torrents online
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions fastlane/metadata/android/zh-CN/full_description.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion fastlane/metadata/android/zh-CN/short_description.txt

This file was deleted.

0 comments on commit cbb7857

Please sign in to comment.