<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jeet</title>
    <description>The latest articles on DEV Community by Jeet (@jeet-061).</description>
    <link>https://dev.to/jeet-061</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4064170%2Fb7041199-7725-475b-b4bf-83c550440296.jpg</url>
      <title>DEV Community: Jeet</title>
      <link>https://dev.to/jeet-061</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeet-061"/>
    <language>en</language>
    <item>
      <title>SimpleDownloader - an Android downloader manager library designed to simplify complex file downloading behind a simple API</title>
      <dc:creator>Jeet</dc:creator>
      <pubDate>Tue, 18 Aug 2026 04:48:49 +0000</pubDate>
      <link>https://dev.to/simpledownloader/simpledownloader-an-android-downloader-manager-library-designed-to-simplify-complex-file-3hpl</link>
      <guid>https://dev.to/simpledownloader/simpledownloader-an-android-downloader-manager-library-designed-to-simplify-complex-file-3hpl</guid>
      <description>&lt;p&gt;SimpleDownloader got new features, API, and improved the stability.&lt;/p&gt;

&lt;p&gt;SimpleDownloader on GitHub: &lt;a href="https://github.com/jeetarc/SimpleDownloader" rel="noopener noreferrer"&gt;https://github.com/jeetarc/SimpleDownloader&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Added on v1.0.0-beta.1 :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build-in foreground service&lt;/li&gt;
&lt;li&gt;Build-in notifications with actions for pause, resume, cancel, and retry.&lt;/li&gt;
&lt;li&gt;Notification thumbnails.&lt;/li&gt;
&lt;li&gt;"DownloadListener" for task callbacks.&lt;/li&gt;
&lt;li&gt; "TaskListObserver" for observing the complete task list, for updateing RecyclerView, list, etc.&lt;/li&gt;
&lt;li&gt;Task restoration using "TaskField"&lt;/li&gt;
&lt;li&gt;Custom "OkHttpClient", headers, cookies, and user-agent support.&lt;/li&gt;
&lt;li&gt;Checksum verification&lt;/li&gt;
&lt;li&gt;Better task restoration after reopening the app.&lt;/li&gt;
&lt;li&gt;Better FileName, and MimeType mode handling.&lt;/li&gt;
&lt;li&gt;Reworked database structure.&lt;/li&gt;
&lt;li&gt;and many more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Added on v.1.0.0-beta.2 :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Download speed and optimization improvement.&lt;/li&gt;
&lt;li&gt;Independent progress and notification intervals handling.&lt;/li&gt;
&lt;li&gt;Lighter thumbnail checks.&lt;/li&gt;
&lt;li&gt;Missing FileProvider no longer stops path downloads.&lt;/li&gt;
&lt;li&gt;forceDownload() bypasses concurrency and survives pause/resume&lt;/li&gt;
&lt;li&gt;TaskField filters for getTask() and getTasks().&lt;/li&gt;
&lt;li&gt;Simplified onQueued() callback (now contents 3 peramiters).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Added on v1.0.0-beta.3:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MediaStore output support on Android 10+.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;setSubFolder(...)&lt;/code&gt;. Works with filesystem paths, SAF/document-tree output, and MediaStore output.&lt;/li&gt;
&lt;li&gt;MediaStore item URI support with overwrite(Uri).&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;TaskField.SUB_FOLDER_PATH&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;task.getSubFolderPath()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;setAutoRestore(true)&lt;/code&gt; for automatic restore and resume of tasks after app restart.&lt;/li&gt;
&lt;li&gt;Some other fixes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bug reports and feedbacks are welcome.&lt;/p&gt;

</description>
      <category>android</category>
      <category>downloader</category>
      <category>java</category>
      <category>kotlin</category>
    </item>
  </channel>
</rss>
