DownloadProvider icon indicating copy to clipboard operation
DownloadProvider copied to clipboard

Porting Android DownloadProvider

Results 19 DownloadProvider issues
Sort by recently updated
recently updated
newest added

i want to limit concurrent downloads to 1 or 2 download and add other download links to queue for download one by one or two by two. how can do...

I am trying to use the downloadmanager class inside the project instead of the android library but every time i try to use this exception is throne . what should...

``` android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file (code 14) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:732) at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1576) at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1522) at com.mozillaonline.providers.downloads.DownloadProvider.update(DownloadProvider.java:925) at android.content.ContentProvider$Transport.update(ContentProvider.java:355) at android.content.ContentResolver.update(ContentResolver.java:1365) at com.mozillaonline.providers.downloads.DownloadThread.notifyThroughDatabase(DownloadThread.java:832)...

access the url: http://img2.imgtn.bdimg.com/it/u=543284785,2418149917&fm=21&gp=0.jpg

Not show individual notifications for multiple downloads sometimes.

Reformat code, use the URLConnection class instead of deprecated org.apache.http package

Hi , as android 5.1 org.apache deprecated and in android 6.0 it's removed from SDK , Do you have any plan to fix this issue ?