Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: M2TeamArchived/Nagisa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1
Choose a base ref
...
head repository: M2TeamArchived/Nagisa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2
Choose a head ref
  • 12 commits
  • 88 files changed
  • 1 contributor

Commits on Jan 17, 2018

  1. **Nagisa 0.2 [Build 11]**

    - Improve the implemention of "About" UI.
    - Improve the constructor of TransferManager class.
    - Improve the UI notify timer of TransferManager class.
    - Fix a bug for TransferManager class.
    - Add M2CreateGuid function.
    MouriNaruto committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    a6cb5de View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. **Nagisa 0.2 [Build 12]**

    - Update documents.
    MouriNaruto committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    a7e58df View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. **Nagisa 0.2 [Build 13]**

    - Update documents.
    - Add comments for Assassin interfaces.
    MouriNaruto committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    580b75b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. **Nagisa 0.2 [Build 14]**

    - Merge the changelog.
    - Add configuration infrastructure.
    MouriNaruto committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    06b9ea9 View commit details
    Browse the repository at this point in the history
  2. **Nagisa 0.2 [Build 15]**

    - Improve the implemention of ITransferManager::GetTasksAsync method.
    - Improve the implemention of ITransferTask interface.
    - Fix a bug for ITransferTask interface.
    - Improve the UI notify timer of TransferManager class.
    - Remove ITransferTask::NotifyPropertyChanged method.
    - Rename ITransferTask::RequestedUri property as ITransferTask::SourceUri
      property.
    - Add ITransferTask::FileName property.
    - Remove StorageFileToFileNameConverter converter.
    - Add ITransferTask::SaveFolder property.
    - Remove TransferManager::AddTask method.
    - Add TransferManager::AddTaskAsync method.
    - Add ITransferTask::Guid property.
    - Remove ITransferTask::ResultFile property.
    - Add TransferTask::Cancel method.
    - Remove TransferTask::CancelAsync method.
    - You can cancel task without remove it in the UI.
    - You can open every task's folder in the UI.
    - Add TransferManager::RemoveTask method.
    - Remove ITransferTask::SaveFile property.
    MouriNaruto committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    51c38b3 View commit details
    Browse the repository at this point in the history
  3. **Nagisa 0.2 [Build 16]**

    - Change the icon.
    MouriNaruto committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4a6efa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. **Nagisa 0.2 [Build 17]**

    - Merge the changelog.
    MouriNaruto committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    d5d498a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. **Nagisa 0.2 [Build 18]**

    - Fix several bugs and improve several implementations.
    - Add M2::CFutureAccessList class.
    - Remove ITransferManager::RemoveTask method.
    - Add ITransferManager::RemoveTaskAsync method.
    - Add ITransferManager::StartAllTasks method.
    - Add ITransferManager::PauseAllTasks method.
    - Add ITransferManager::ClearTaskList method.
    - You can start or pause all tasks in the UI.
    - You can clear task list in the UI.
    - Start to implement the "Settings" dialog.
    MouriNaruto committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    bb8b37f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. **Nagisa 0.2 [Build 19]**

    - Merge the changelog.
    - Improve several implementations.
    - Continue to implement the "Settings" dialog.
    MouriNaruto committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    5400fa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. **Nagisa 0.2 [Build 20]**

    - Fix several bugs and improve several implementations.
    - Add ITransferManager::LastusedFolder property.
    - Add ITransferManager::DefaultFolder property.
    - Add NullableBooleanToBooleanConverter converter.
    - You can use the custom or last used folder as the default download folder.
    - Add ITransferManager::TotalDownloadBandwidth property.
    - Add ITransferManager::TotalUploadBandwidth property.
    - Add TransferManagerFactory::CreateInstance method.
    - Remove TransferManager class.
    - You can get the total download and total upload bandwidth in the UI.
    MouriNaruto committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    355eed0 View commit details
    Browse the repository at this point in the history
  2. **Nagisa 0.2 [Build 21]**

    - You can open default download folder by File Explorer in the UI.
    - Fix several bugs and improve several implementations.
    MouriNaruto committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    78cd0b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Nagisa 0.2 Final

    MouriNaruto committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    af4a951 View commit details
    Browse the repository at this point in the history
Loading