这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@buildwithmalik
Copy link
Collaborator

Changes Overview

  • Error messages while logging in are more descriptive
    • Expected error messages
      1. Condition : User not connected to internet
        • Error Message: Network Connection Error
      2. Condition : Username Empty
        • Error Message: Username cannot be empty!
      3. Condition : Password Empty
        • Error Message: Password cannot be empty!
      4. Condition : Valid URL, Username and Password but attempt to connect to Server Failed
        • Error Message: Username or Password incorrect

      ⬆️ Essentially how this is checked is by making a request to the server to get the disk space available.
      If the response is valid and diskspace is received the accound credentials are verified.

      1. Condition : Valid URL, Username and Password, attempt to connect to Server without error but response code != 200
        • Error Message: Something's Wrong

  • Application Version is now fetched (async) and stored while loading screen is shown to user. Before the PR this used to load every time the user opened the drawer resulting in a 1 second delay.

  • Disk Explorer Screen now has Search Functionality as well as Sorting Functionality.

  • History Screen also now has Search Functionality as well as Sorting Functionality.

  • Dark Mode settting now locally stored. Tested by building apk, installing in device.

  • Following functions added in the API Service to support the "All Accounts" feature.

    • getAllAccountsHistory
    • updateAllAccountsHistory
    • getAllAccountsDiskFiles
    • loadAllAccountsRSS
    • getAllAccountsRSSFilters
  • Selected Color of Filters and Labels enhanced in Home Screen Drawer

Light Mode Dark Mode
  • Unit Testing structure added complying with the stacked architecture.

@buildwithmalik buildwithmalik merged commit 84fedce into CCExtractor:dev Aug 22, 2021
buildwithmalik added a commit that referenced this pull request Jul 10, 2022
…fixes. (#167)

* feat/fix : Search feature added, Error handling enhanced, All Accounts functions added to API Service, Color Theme fix.

* refactor: formatting fixed

* fix: Search and Notification Bug. Expansion Tile color in dark mode fixed.

* feat/fix : Search feature added, Error handling enhanced, All Accounts functions added to API Service, Color Theme fix. (#152)

* feat/fix : Search feature added, Error handling enhanced, All Accounts functions added to API Service, Color Theme fix.

* feat/fix: Flutter launcher icon added along with bug fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant