Skip to content

Releases: prajwalch/TorrentSearch

v0.4.8

29 Jan 13:44
3ee1596

Choose a tag to compare

What's new

  • Added a crash handler for application.
    When the app crashes, a new screen is shown with a button to export logs and restart application.
  • Added an option in the settings screen to export Torrent Search logs to file.
  • Added support to manually check Torznab search provider connection.
  • Added support to view failed search providers in the search screen.
  • Added category filter chips in the search providers screen.

What's changed

  • Search results having a different category than the selected one are now hidden.

    This applies only when you use a category other than All.

  • Renamed dmhy search provider to Dmhy.

What's fixed

  • Fixed a regression which was introduced in v0.4.7.
  • Fixed an issue which caused the application to crash when trying to sort results by file size.
  • When refreshing search results, on-going search is now correctly cancelled before performing a new search preventing unnecessary resources usage.
  • Torznab search provider now returns search results with a correct category instead of using All.
  • Fixed Torznab implementation to recover crashes when parsing search provider capabilities.
  • Fixed an issue which caused Torznab search provider to return empty results.
  • The default category is now used when triggering a search by sharing a text from other apps to Torrent Search as well as triggering search from the search history screen.
  • Search providers are now shown in correct alphabetical order.

v0.4.7

29 Jan 12:26
6a43018

Choose a tag to compare

Important

An issue has been found in this release. Please download new v0.4.8 version.

What's new

  • Added a crash handler for application.
    When the app crashes, a new screen is shown with a button to export logs and restart application.
  • Added an option in the settings screen to export Torrent Search logs to file.
  • Added support to manually check Torznab search provider connection.
  • Added support to view failed search providers in the search screen.
  • Added category filter chips in the search providers screen.

What's changed

  • Search results having a different category than the selected one are now hidden.

    This applies only when you use a category other than All.

  • Renamed dmhy search provider to Dmhy.

What's fixed

  • Fixed an issue which caused the application to crash when trying to sort results by file size.
  • When refreshing search results, on-going search is now correctly cancelled before performing a new search preventing unnecessary resources usage.
  • Torznab search provider now returns search results with a correct category instead of using All.
  • Fixed Torznab implementation to recover crashes when parsing search provider capabilities.
  • Fixed an issue which caused Torznab search provider to return empty results.
  • The default category is now used when triggering a search by sharing a text from other apps to Torrent Search as well as triggering search from the search history screen.
  • Search providers are now shown in correct alphabetical order.

v0.4.6

06 Jan 15:07
af41ca8

Choose a tag to compare

Happy new year everyone 🥳

What's new

  • Any changes to bookmarks sort options is now remembered across app restarts.
  • Predictive back gesture is now enabled.
  • Added support to import and export bookmarks.
  • Other minor UI enhancements.

New languages

New search providers

What's changed

  • Safe status field/option is now removed from Torznab config.

What's fixed

  • Fixed torrent upload date formatting for bunch of search providers.
  • Dialogs such as Torrent client not found, Delete all bookmarks?, dropdown menus such as sort menu, dark theme setting menu and other UI elements are now fixed to remain open when device is rotated or when changing theme from system setting.
  • TokyoToshokan search provider invalid URL is now fixed.

v0.4.4

04 Dec 16:08
7eeb543

Choose a tag to compare

What's new:

  • The home screen search bar now filters search histories as you start to type.
  • Added support for deleting bookmarks using right-to-left swipe gesture.
  • Added support for triggering search from the search history screen.
  • Added support for copying query from the search history screen by long pressing the list item.
  • Added a delete all confirmation step for bookmarks and search history screen to prevent any accidental deletions.
  • Added a pull-to-refresh support for search results. Please note that when you do the refresh, filter query and sort options will not be affected only the search results will update.
  • Added a button to retry when no results are found.
  • "Bookmarked" message is now displayed when a torrent is bookmarked.
  • Added a separate ? button to view the reason behind flagging Unsafe to the search provider. In previous versions, the Unsafe badge used to be clickable which is now changed to unclickable and instead a separate button is displayed.
  • Added summary (supporting text) for Enable dynamic theme, Pure black and, Save search history setting.
  • Other minor UI polish and enhancements.

New languages:

What's changed:

  • The search history icon on the home screen is now displayed only when the Save search history setting is enabled.
  • Pure black setting is now always displayed. In previous versions, it used to be shown only on dark theme.
  • Search provider filter chips are now displayed in a multi-row instead of using a single row.
  • Search provider filter chips will now be disabled until search completes.
  • Search provider filter chips will now be available only when more than one search provider is used.
  • Increased Knaben search provider results limit from 50 to 300.
  • Updated Yts search provider URL to https://yts.lt.
  • Increased Yts search provider results limit from 20 to 50.

New search providers:

Fixes:

  • Search screen "Search results" text field now correctly places the cursor at the end when you hide and re-open it.
  • Fixed Knaben search provider for returning empty results.
  • A proper error message is now displayed when empty text is shared to TorrentSearch.

Big thanks to everyone who helped to translate this app to other languages <3.
Testing out release discussion if you have anything to say on this release drop a feedback on discussion :).

v0.4.3

10 Oct 16:46
8399dc8

Choose a tag to compare

What's new

  • Revamped UI
  • New search results screen with actions to search, sort and filter search results
  • Added support to search bookmarks
  • Added an option to enable or disable share integration which was added on v0.4.2
    • When enabled, TorrentSearch will be visible on application chooser when you select text and hit share.
  • Added an option to enable or disable quick search which was added on v0.4.2
    • When enabled, TorrentSearch will be visible on text selection menu (like Copy or Share).
  • Added Ukrainian translation by @nykula
  • Added Ukrainian translation for F-Droid metadata by @nykula
  • Added Persian (Old) translation by @milad19s
  • Added Polish translation by @kojakowski

Changes

  • Hide results with zero seeders setting is now a filter option with a name Dead torrents which can show or hide dead torrents

Fixes

  • Fixed a search bar auto focus issue on older Android versions (7.1 - 8.1)
  • Fixed crash on Android 7
  • Fixed an issue where the keyboard used to obscure the content like torrent list and scroll to top button

Also thanks to @max-oizys, @leywino and everyone who are helping to translate this project :).

v0.4.2

10 Sep 10:07
bb6040b

Choose a tag to compare

What's new

  • Improved search speed
  • Added support for Torznab API (read wiki to learn more)
  • Search can now be triggered by selecting text and choosing or sharing with TorrentSearch
  • Recent or ongoing search can now be cleared or cancelled using back button/gesture
  • Added Portuguese (Brazil) translation by Cauã
  • Added Malayalam translation by @leywino
  • Added an option to change the app language (Android 13+ only)
  • Revamp torrent list item UI
  • Revamp torrent client not found dialog UI
  • Improved internet connectivity check using Android-provided API
  • Some other minor UI improvements

Changes

  • AnimeTosho is now enabled by default
  • Hide results with zero seeders now applies only before search. For example: if enabled, then disabled after a search, it won't take effect until a new search is performed
  • Disabling a search provider no longer hides results already fetched from that provider

Fixes

  • Fixed an issue where NSFW and unsafe search providers weren't disabled when Enable NSFW mode was turned off while only they were enabled

v0.4.1

09 Aug 14:28
334ef52

Choose a tag to compare

This is a maintenance release.

Note

If you have v0.4.0 installed, you don't need to uninstall previous version just download this newer version and update it.

Please refer to v0.4.0 for release note.

Downgraded agp to v8.11.1 from v8.12.0 for F-Droid inclusion.

v0.4.0

07 Aug 06:32
f478dc0

Choose a tag to compare

Warning

Breaking changes: Please remove the previous version before installing this one.

What's new

  • Splash screen background now follows the system setting
  • Added a button to delete all bookmarks on the bookmarks screen
  • Default category setting now has a dedicated screen
  • Search providers setting now has a dedicated screen
    • Search provider URL is now displayed
      • Click the URL to open it
    • Search provider category is now displayed
    • Search provider safety status (only Unsafe) is now displayed
      • Click the badge to see the reason for the unsafe status
    • Added a button to enable all search providers
    • Added a button to disable all search providers
    • Added a button to reset search providers setting to default
  • NSFW and Unsafe search providers are now automatically disabled when the Enable NSFW mode setting is turned off
  • Added option to change default sort criteria and order
    • Only applies to search screen
  • Added option to show/hide search history in search bar
  • Added new search history screen for managing search history
  • Added new About section on the settings screen
  • Minor UI improvements on both search and settings screen

New search providers

Changes

  • Removed use of clients3.google.com for checking internet connection
  • Moved Default category setting to Search section
  • Replaced Clear search history setting with Manage search history
  • Renamed Pause search history setting to Save search history

Fixes

  • Fixed an issue where scroll-to-top button remained visible during search
  • Fixed an issue causing the app to enter a corrupted state when going back to home screen using back button or gesture

v0.3.0

25 Jul 18:23
9e0b165

Choose a tag to compare

This version introduces changes to how settings are stored; therefore, it is recommended to completely uninstall the previous version before installing this one.

  • New app icon
  • Added search history
  • Added sort functionality
  • Added support to bookmark torrent
  • Added scroll to top button
  • Added scrollbar
  • Results count is now displayed

Settings screen

  • Added pure black (AMOLED) theme support
  • Added option to change default category
  • Added option to hide results with zero seeders
  • Added option to set maximum number of results to be shown
  • Added option to pause search history
  • Added option to clear search history

Changes

  • Renamed Enable NSFW search setting to Enable NSFW mode and moved to General section
  • Minor UI enhancements for both the search and settings screen

Fixes

  • Fixed an issue where the application chooser, when sharing a magnet link or description page URL, failed to display all applications and users from platforms like Facebook Messenger, WhatsApp, etc.
  • Fixed an issue where rapidly changing the category during a search would display mismatched results

v0.2.0

14 Jul 07:32
04bb5eb

Choose a tag to compare

Search screen

  • Improved search bar UI
  • Added new placeholder text for empty search: Nothing here yet...Start searching...
    • Shown on first launch
    • Shown when all providers are disabled after the search
  • Added new Other category (marked as NSFW)
  • Added support to copy/share magnet link
  • Added support to open torrent description page
  • Added support to copy/share torrent description page URL
  • Category information is now displayed in the search results list
  • NSFW information is now displayed in the search results list

New settings screen

  • Added an option to enable/disable dynamic theme
  • Added an option to choose theme mode
  • Added an option to enable/disable NSFW search:
    • Automatically hides categories marked as NSFW
    • Automatically hides the torrents of categories marked as NSFW
    • Automatically hides the torrents without a category (TorrentsCsv does not return a category, so its results will be hidden)
  • Added an option to enable/disable individual providers

Torrent client not found dialog

  • Improved UI
  • Removed Flud link (Non-FOSS app)
  • LibreTorrent is now the recommended client
  • Added more FOSS torrent clients to choose from:
    • Aria2App
    • Gopeed
    • PikaTorrent
    • TorrServe

New providers

Changes

  • Porn category is now marked NSFW
  • Eztv is now enabled by default
  • NyaaSi is now enabled by default
  • ThePirateBay is now disabled by default
  • TheRarBg is now disabled by default
  • TorrentsCsv is now enabled by default
  • Yts is now enabled by default
  • Search results now shows provider name in simple form instead of url

Fixes

  • Fixed Nyaa search results by explicitly setting the category to Anime to avoid mixed
    categories

Internal

  • Upgraded agp (Android Gradle Plugin) to v8.11.1

Big thanks to: @IzzySoft @vdbhb59 @leywino @shuvashish76 for contribution, guides, tips and recommendation.