-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrigindo bug #1217 #1
base: feature/multiple_downloads
Are you sure you want to change the base?
Corrigindo bug #1217 #1
Commits on Feb 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 543e88f - Browse repository at this point
Copy the full SHA 543e88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 417574a - Browse repository at this point
Copy the full SHA 417574aView commit details
Commits on Feb 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b3a6db - Browse repository at this point
Copy the full SHA 0b3a6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for da4029f - Browse repository at this point
Copy the full SHA da4029fView commit details -
Removed two generated files from git cache that should not be checked…
… into source control
Configuration menu - View commit details
-
Copy full SHA for 7b03054 - Browse repository at this point
Copy the full SHA 7b03054View commit details -
Used () where I should have used [] to get time_created from the [item] map
Configuration menu - View commit details
-
Copy full SHA for 70499e1 - Browse repository at this point
Copy the full SHA 70499e1View commit details
Commits on Mar 26, 2020
-
Merge pull request fluttercommunity#247 from 781flyingdutchman/master
Added timeCreated to the DownloadTask class
Configuration menu - View commit details
-
Copy full SHA for 94c5728 - Browse repository at this point
Copy the full SHA 94c5728View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8bcfc5 - Browse repository at this point
Copy the full SHA e8bcfc5View commit details
Commits on Mar 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 112b940 - Browse repository at this point
Copy the full SHA 112b940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e9d88 - Browse repository at this point
Copy the full SHA 49e9d88View commit details -
Fixing critical issue in removeMethodCall
Issue: if loadTaskWithId pulls the task from the database (not the cache) and if that task is enqueued or running, then getTaskWithCompletionHandler may not have that task as part of its list of downloadTasks (because it may have been started a long time ago and gotten lost as the app was killed). In that case, the taskId will not be found in the list, and therefore the task will not be removed from the database. As a result, the\ sqlite database can get polluted with tasks that cannot be removed ever. Fix: call [self deleteTask:taskId] unconditionally after the if-statement (that checks for enqueue or running) instead of only in the 'else' clause of that if-statement
Configuration menu - View commit details
-
Copy full SHA for b511a15 - Browse repository at this point
Copy the full SHA b511a15View commit details
Commits on Apr 2, 2020
-
Merge pull request fluttercommunity#273 from initig/support_isolate_ios
To support use from isolation, do not use singleton. (iOS)
Configuration menu - View commit details
-
Copy full SHA for 667ffaf - Browse repository at this point
Copy the full SHA 667ffafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541cbc6 - Browse repository at this point
Copy the full SHA 541cbc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f837c - Browse repository at this point
Copy the full SHA 01f837cView commit details
Commits on Apr 9, 2020
-
Merge pull request fluttercommunity#271 from 781flyingdutchman/pullre…
…quest Critical fix to removeMethodCall
Configuration menu - View commit details
-
Copy full SHA for f8aa95f - Browse repository at this point
Copy the full SHA f8aa95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d74efef - Browse repository at this point
Copy the full SHA d74efefView commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87ae257 - Browse repository at this point
Copy the full SHA 87ae257View commit details -
add log config for Android, fix issue caused Skia complained (cannot …
…load bitmap in notification config step)
Configuration menu - View commit details
-
Copy full SHA for b0d3544 - Browse repository at this point
Copy the full SHA b0d3544View commit details -
add log config for Android, fix issue caused Skia complained (cannot …
…load bitmap in notification config step)
Configuration menu - View commit details
-
Copy full SHA for 093b201 - Browse repository at this point
Copy the full SHA 093b201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cb0f2 - Browse repository at this point
Copy the full SHA 40cb0f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b8fa4 - Browse repository at this point
Copy the full SHA 87b8fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e344303 - Browse repository at this point
Copy the full SHA e344303View commit details
Commits on Apr 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d4d5ab5 - Browse repository at this point
Copy the full SHA d4d5ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f8df7 - Browse repository at this point
Copy the full SHA 05f8df7View commit details
Commits on Apr 28, 2020
-
Make download progress step size configurable, not just every 10%.
David Butler committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 2449bc8 - Browse repository at this point
Copy the full SHA 2449bc8View commit details
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53db362 - Browse repository at this point
Copy the full SHA 53db362View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb3362 - Browse repository at this point
Copy the full SHA fbb3362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68691c9 - Browse repository at this point
Copy the full SHA 68691c9View commit details
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 649c9c9 - Browse repository at this point
Copy the full SHA 649c9c9View commit details
Commits on Jul 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4f4826 - Browse repository at this point
Copy the full SHA e4f4826View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f8613f9 - Browse repository at this point
Copy the full SHA f8613f9View commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a793ed9 - Browse repository at this point
Copy the full SHA a793ed9View commit details
Commits on Aug 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc47975 - Browse repository at this point
Copy the full SHA bc47975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4898fea - Browse repository at this point
Copy the full SHA 4898feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 975b5ae - Browse repository at this point
Copy the full SHA 975b5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f2570 - Browse repository at this point
Copy the full SHA a2f2570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e118c - Browse repository at this point
Copy the full SHA 82e118cView commit details
Commits on Aug 18, 2020
-
Update FlutterDownloaderPlugin.m
stepUpdate corrected to be _stepUpdate
Configuration menu - View commit details
-
Copy full SHA for 1209d24 - Browse repository at this point
Copy the full SHA 1209d24View commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ebb8634 - Browse repository at this point
Copy the full SHA ebb8634View commit details -
Configuration menu - View commit details
-
Copy full SHA for b85d03e - Browse repository at this point
Copy the full SHA b85d03eView commit details
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ef38a03 - Browse repository at this point
Copy the full SHA ef38a03View commit details
Commits on Aug 23, 2020
-
Merge pull request fluttercommunity#285 from nimisis/master
Make download progress step size configurable, not just every 10%.
Configuration menu - View commit details
-
Copy full SHA for 3d8af80 - Browse repository at this point
Copy the full SHA 3d8af80View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd5db7d - Browse repository at this point
Copy the full SHA cd5db7dView commit details -
Merge pull request fluttercommunity#334 from fluttercommunity/revert-…
…285-master Revert "Make download progress step size configurable, not just every 10%."
Configuration menu - View commit details
-
Copy full SHA for f219610 - Browse repository at this point
Copy the full SHA f219610View commit details
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for edd20e5 - Browse repository at this point
Copy the full SHA edd20e5View commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 77eaa3f - Browse repository at this point
Copy the full SHA 77eaa3fView commit details
Commits on Sep 24, 2020
-
Added not condition for registering plugin
Added not condition for registering plugin
Configuration menu - View commit details
-
Copy full SHA for 46165b7 - Browse repository at this point
Copy the full SHA 46165b7View commit details -
Merge pull request fluttercommunity#347 from mrinaljain/patch-1
Added not condition for registering plugin
Configuration menu - View commit details
-
Copy full SHA for 57492e4 - Browse repository at this point
Copy the full SHA 57492e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de922a - Browse repository at this point
Copy the full SHA 4de922aView commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53fd826 - Browse repository at this point
Copy the full SHA 53fd826View commit details
Commits on Sep 26, 2020
-
Merge pull request fluttercommunity#350 from alhafoudh/fix-progress-ios
Fix iOS not updating progress while downloading file
Configuration menu - View commit details
-
Copy full SHA for e67a123 - Browse repository at this point
Copy the full SHA e67a123View commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7e68111 - Browse repository at this point
Copy the full SHA 7e68111View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3b28fd5 - Browse repository at this point
Copy the full SHA 3b28fd5View commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8118117 - Browse repository at this point
Copy the full SHA 8118117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1358d - Browse repository at this point
Copy the full SHA 1e1358dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3001e5 - Browse repository at this point
Copy the full SHA e3001e5View commit details -
Search for album and artist fields when receiving an enqueue or enque…
…ueItems method call
Configuration menu - View commit details
-
Copy full SHA for 673b8c6 - Browse repository at this point
Copy the full SHA 673b8c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda7f97 - Browse repository at this point
Copy the full SHA bda7f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca0dfd - Browse repository at this point
Copy the full SHA bca0dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46fd419 - Browse repository at this point
Copy the full SHA 46fd419View commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06844ee - Browse repository at this point
Copy the full SHA 06844eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f389d04 - Browse repository at this point
Copy the full SHA f389d04View commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57f8200 - Browse repository at this point
Copy the full SHA 57f8200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350bcea - Browse repository at this point
Copy the full SHA 350bceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06875a2 - Browse repository at this point
Copy the full SHA 06875a2View commit details
Commits on Oct 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4556324 - Browse repository at this point
Copy the full SHA 4556324View commit details -
Configuration menu - View commit details
-
Copy full SHA for c27b06d - Browse repository at this point
Copy the full SHA c27b06dView commit details
Commits on Oct 9, 2020
-
Merge pull request #4 from SuaMusica/feature/save_music_info_on_media…
…_store Save music album and artist on MediaStore
Configuration menu - View commit details
-
Copy full SHA for fa0b1f5 - Browse repository at this point
Copy the full SHA fa0b1f5View commit details
Commits on Oct 12, 2020
-
Merge pull request #5 from fluttercommunity/master
update from master 1.5.1
Configuration menu - View commit details
-
Copy full SHA for 4f6aa11 - Browse repository at this point
Copy the full SHA 4f6aa11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62f23b - Browse repository at this point
Copy the full SHA c62f23bView commit details
Commits on Oct 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c4e60a5 - Browse repository at this point
Copy the full SHA c4e60a5View commit details
Commits on Oct 19, 2020
-
Merge pull request #6 from SuaMusica/fill_album_artist_column_on_medi…
…a_store Insert artist name on column MediaStore.Audio.Media.ALBUM_ARTIST too
Configuration menu - View commit details
-
Copy full SHA for caf833b - Browse repository at this point
Copy the full SHA caf833bView commit details
Commits on Oct 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 49332f6 - Browse repository at this point
Copy the full SHA 49332f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab8f7d - Browse repository at this point
Copy the full SHA 8ab8f7dView commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3842c18 - Browse repository at this point
Copy the full SHA 3842c18View commit details -
Merge pull request #7 from SuaMusica/feature/extend_mediastore_api_su…
…pport Extend mediastore API support
Configuration menu - View commit details
-
Copy full SHA for df07217 - Browse repository at this point
Copy the full SHA df07217View commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f863180 - Browse repository at this point
Copy the full SHA f863180View commit details
Commits on Nov 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1cff303 - Browse repository at this point
Copy the full SHA 1cff303View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6a48aac - Browse repository at this point
Copy the full SHA 6a48aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for f24dfcc - Browse repository at this point
Copy the full SHA f24dfccView commit details
Commits on Nov 4, 2020
-
[WIP] Fixing MP3 file ID3 tags
Nadilson Ferreira committedNov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for d785221 - Browse repository at this point
Copy the full SHA d785221View commit details -
Nadilson Ferreira committed
Nov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for b7bb1a9 - Browse repository at this point
Copy the full SHA b7bb1a9View commit details -
Nadilson Ferreira committed
Nov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for a0b4bcd - Browse repository at this point
Copy the full SHA a0b4bcdView commit details
Commits on Nov 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c140105 - Browse repository at this point
Copy the full SHA c140105View commit details
Commits on Nov 8, 2020
-
Nadilson Ferreira committed
Nov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for cd04ee2 - Browse repository at this point
Copy the full SHA cd04ee2View commit details -
Merge branch 'save_extras_on_id3' of github.com:SuaMusica/flutter_dow…
…nloader into save_extras_on_id3
Nadilson Ferreira committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 194b1d1 - Browse repository at this point
Copy the full SHA 194b1d1View commit details
Commits on Nov 16, 2020
-
Merge pull request #9 from SuaMusica/save_extras_on_id3
Save extras on id3
Configuration menu - View commit details
-
Copy full SHA for 13c53c8 - Browse repository at this point
Copy the full SHA 13c53c8View commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d567824 - Browse repository at this point
Copy the full SHA d567824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c718c9 - Browse repository at this point
Copy the full SHA 5c718c9View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 66665aa - Browse repository at this point
Copy the full SHA 66665aaView commit details
Commits on Mar 4, 2021
-
Nadilson Ferreira committed
Mar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 4859b46 - Browse repository at this point
Copy the full SHA 4859b46View commit details -
Nadilson Ferreira committed
Mar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 5b8765a - Browse repository at this point
Copy the full SHA 5b8765aView commit details -
Merge branch 'hotfix/#1217' of github.com:SuaMusica/flutter_downloade…
…r into hotfix/#1217
Nadilson Ferreira committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 265b0dd - Browse repository at this point
Copy the full SHA 265b0ddView commit details