Skip to content
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

Open
wants to merge 93 commits into
base: feature/multiple_downloads
Choose a base branch
from

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    543e88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    417574a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Updated .gitignore

    781flyingdutchman committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    0b3a6db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4029f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b03054 View commit details
    Browse the repository at this point in the history
  4. Corrected error

    Used () where I should have used [] to get time_created from the [item] map
    781flyingdutchman committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    70499e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Merge pull request fluttercommunity#247 from 781flyingdutchman/master

    Added timeCreated to the DownloadTask class
    hnvn authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    94c5728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bcfc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    112b940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e9d88 View commit details
    Browse the repository at this point in the history
  3. 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
    781flyingdutchman committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b511a15 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Merge pull request fluttercommunity#273 from initig/support_isolate_ios

    To support use from isolation, do not use singleton. (iOS)
    hnvn authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    667ffaf View commit details
    Browse the repository at this point in the history
  2. release v1.4.2

    hnvn committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    541cbc6 View commit details
    Browse the repository at this point in the history
  3. release v1.4.2

    hnvn committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    01f837c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Merge pull request fluttercommunity#271 from 781flyingdutchman/pullre…

    …quest
    
    Critical fix to removeMethodCall
    hnvn authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f8aa95f View commit details
    Browse the repository at this point in the history
  2. release v1.4.3

    hnvn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    d74efef View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. upgrade Android dependencies

    hnvn committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    87ae257 View commit details
    Browse the repository at this point in the history
  2. add log config for Android, fix issue caused Skia complained (cannot …

    …load bitmap in notification config step)
    hnvn committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b0d3544 View commit details
    Browse the repository at this point in the history
  3. add log config for Android, fix issue caused Skia complained (cannot …

    …load bitmap in notification config step)
    hnvn committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    093b201 View commit details
    Browse the repository at this point in the history
  4. add log config for iOS

    hnvn committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    40cb0f2 View commit details
    Browse the repository at this point in the history
  5. add log config for iOS

    hnvn committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    87b8fa4 View commit details
    Browse the repository at this point in the history
  6. update document

    hnvn committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    e344303 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Merge pull request #1 from fluttercommunity/master

    Update Master
    atrope authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d4d5ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f8df7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    2449bc8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    53db362 View commit details
    Browse the repository at this point in the history
  2. forgot plugin import

    atrope committed May 13, 2020
    Configuration menu
    Copy the full SHA
    fbb3362 View commit details
    Browse the repository at this point in the history
  3. Also removes for iOS

    atrope committed May 13, 2020
    Configuration menu
    Copy the full SHA
    68691c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    649c9c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    e4f4826 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. fixing scan for older Androids

    atrope committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f8613f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    a793ed9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. migrate to new pubspec format

    hnvn committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    bc47975 View commit details
    Browse the repository at this point in the history
  2. update new Podfile

    hnvn committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    4898fea View commit details
    Browse the repository at this point in the history
  3. upgrade Android dependencies

    hnvn committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    975b5ae View commit details
    Browse the repository at this point in the history
  4. refactor example codes

    hnvn committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a2f2570 View commit details
    Browse the repository at this point in the history
  5. release v1.5.0

    hnvn committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    82e118c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Update FlutterDownloaderPlugin.m

    stepUpdate corrected to be _stepUpdate
    nimisis authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1209d24 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge pull request #3 from fluttercommunity/master

    merge from master
    atrope authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ebb8634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85d03e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. adding new field for reporting

    atrope committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ef38a03 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Merge pull request fluttercommunity#285 from nimisis/master

    Make download progress step size configurable, not just every 10%.
    hnvn authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    3d8af80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5db7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request fluttercommunity#334 from fluttercommunity/revert-…

    …285-master
    
    Revert "Make download progress step size configurable, not just every 10%."
    hnvn authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    f219610 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. user agent

    atrope committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    edd20e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    77eaa3f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Added not condition for registering plugin

    Added not condition for registering plugin
    mrinaljain authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    46165b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluttercommunity#347 from mrinaljain/patch-1

    Added not condition for registering plugin
    hnvn authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    57492e4 View commit details
    Browse the repository at this point in the history
  3. fixing invalid array position

    atrope committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4de922a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    53fd826 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Merge pull request fluttercommunity#350 from alhafoudh/fix-progress-ios

    Fix iOS not updating progress while downloading file
    hnvn authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    e67a123 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. release v1.5.1

    hnvn committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    7e68111 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    3b28fd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    8118117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e1358d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3001e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    673b8c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bda7f97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bca0dfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46fd419 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    06844ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f389d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    57f8200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350bcea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06875a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Improve parameters log

    lalbuquerque committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    4556324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27b06d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Merge pull request #4 from SuaMusica/feature/save_music_info_on_media…

    …_store
    
    Save music album and artist on MediaStore
    lalbuquerque authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    fa0b1f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge pull request #5 from fluttercommunity/master

    update from master 1.5.1
    atrope authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4f6aa11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62f23b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    c4e60a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. 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
    atrope authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    caf833b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    49332f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab8f7d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    3842c18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from SuaMusica/feature/extend_mediastore_api_su…

    …pport
    
    Extend mediastore API support
    atrope authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    df07217 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Merge pull request #8 from fluttercommunity/master

    Merge from master
    atrope authored Oct 31, 2020
    Configuration menu
    Copy the full SHA
    f863180 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    1cff303 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    6a48aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24dfcc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. [WIP] Fixing MP3 file ID3 tags

    Nadilson Ferreira committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d785221 View commit details
    Browse the repository at this point in the history
  2. Fixing sm-related arguments

    Nadilson Ferreira committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    b7bb1a9 View commit details
    Browse the repository at this point in the history
  3. Fixing bug

    Nadilson Ferreira committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a0b4bcd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    c140105 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Removing line

    Nadilson Ferreira committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    cd04ee2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'save_extras_on_id3' of github.com:SuaMusica/flutter_dow…

    …nloader into save_extras_on_id3
    Nadilson Ferreira committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    194b1d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Merge pull request #9 from SuaMusica/save_extras_on_id3

    Save extras on id3
    atrope authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    13c53c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. try Alter Table

    atrope committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d567824 View commit details
    Browse the repository at this point in the history
  2. fix if alter table

    atrope committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    5c718c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    66665aa View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Fixing issue #1217

    Nadilson Ferreira committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    4859b46 View commit details
    Browse the repository at this point in the history
  2. Fixing issue #1217

    Nadilson Ferreira committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5b8765a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hotfix/#1217' of github.com:SuaMusica/flutter_downloade…

    …r into hotfix/#1217
    Nadilson Ferreira committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    265b0dd View commit details
    Browse the repository at this point in the history