-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update navigation (#231) * updated multiple backstack navigation with official libraries * fixed top navigation destinations * updated menus for new navigation version * formatted code * fix navigation and action bar not updating colors * fix background not showing * check if job is active before executing actions * show toast when downloading the plugin pack * added youtube link support * removed unneeded code * updated default hosts handling * Fix fragment state restoration broken by new navigation * updated dependencies * updated activity for navigation * Update README.md added f droid description and images * Update README.md fixed fdroid badge * updated strings * Updates check (#234) * changed extension from fragment to context base * check for updates at startup * show the update message only once * Show items cache status in search screen (#245) * added adapters for checking torrent cache * updated magnet pattern * retrieve caching state after search has been made * update list after getting cache results * fix unsupported parcelable implementation see #205 * better search file size parsing close #240 * fixed wrong pattern matching * added sorting by seeders close #241 * moved generic regex to own file * formatted code * saved configuration * never show delete all buttons in top menu close #237 * updated search parser for direct mode * updated rlsbb plugin close #213 * Update template.json5 * added some domains to "open with app" also alphabetically sorted them close #207 * Delete zooqle.unchained * Avoid crashes if no browsing/media app are found * cleaned up code * better missing app explanation close #210 * added custom color for navigation and status bar * updated night theme for amoled see #238 * use custom sorting menu for folder screen it does not use seeders for example * close keyboard on enter * scroll in folder view only on first creation close #206 * close keyboard on enter in more screens * Custom download manager (#250) Added an okHttp download manager that uses Android Workers to manage downloads close# 105 * Download cached torrent (#259) * updated dependencies * added new cache json parser * check every magnet for cache * updated search item view * use new @parcelize * show cached status in searched item details * copy link on search list item click * added cache selection fragment * moved token management in parent BaseRepository class * cleaned up deprecated functions * added torrent cache management fragment * added original file size in torrent details * removed torrent processing fragment from backstack * added download listener to torrent processing button * fixed wrong items comparison * return result from selectFiles operation * updated torrent selection flow * updated torrent details page * added downlaod torrent from url management * better management of shared torrents * readded double tap to clear navigation stack * code clean up * added notification permission check for newer devices * added torrent file re-selection (#263) useful for caching and such close #261 * added missing string * feat: Added about page (#266) * feat: Added about page * refactor: use menu provider for about menu * feat: added translations * updated dependency * updated github actions (#268) * updated github actions close #267 * use kotlin plugin for parcelization (#269) close #264 * added button to let user open torrent details this lets the user use the reselect files button related to #261 * updated dependencies * Add torrent files selection (#270) close #260 #205 #94 * better torrent details * added torrent file structure parser * removed unnecessary gradle property * added torrent files selected list in torrent details * disable click on cache tab if no cache is available * added basic torrent file picker structure * added basic file list in picker * removed lint debug action lint release should be enough * Add/spanish (#272) * Translated using Weblate (Spanish) Currently translated at 41.8% (129 of 308 strings) Translation: Unchained for Android/strings Translate-URL: https://localization.professiona.li/projects/unchained-for-android/strings/es/ Co-authored-by: valrockies ignored build lint fail for missing strings * added ai translated spanish strings * updated version for release * added translator credit see #254 close #232 Co-authored-by: Tiago Araujo <[email protected]>
- Loading branch information
1 parent
ec2ae1d
commit 1c9b8a1
Showing
159 changed files
with
13,493 additions
and
2,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
app/.run/Check dependencies updates.run.xml → app/.run/Lint checking.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Lint format" type="GradleRunConfiguration" factoryName="Gradle"> | ||
<ExternalSystemSettings> | ||
<option name="executionName" /> | ||
<option name="externalProjectPath" value="$PROJECT_DIR$" /> | ||
<option name="externalSystemIdString" value="GRADLE" /> | ||
<option name="scriptParameters" value="" /> | ||
<option name="taskDescriptions"> | ||
<list /> | ||
</option> | ||
<option name="taskNames"> | ||
<list> | ||
<option value="ktlintFormat" /> | ||
</list> | ||
</option> | ||
<option name="vmOptions" /> | ||
</ExternalSystemSettings> | ||
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> | ||
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> | ||
<DebugAllEnabled>false</DebugAllEnabled> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,4 @@ fun waitForView(viewId: Int, timeout: Long): ViewAction { | |
.build() | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,4 @@ object TelemetryManager { | |
|
||
Countly.sharedInstance().init(config) | ||
} | ||
} | ||
} |
Oops, something went wrong.