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

First improvements #1

Merged
merged 46 commits into from
Apr 26, 2024
Merged

First improvements #1

merged 46 commits into from
Apr 26, 2024

Commits on Feb 4, 2024

  1. Remove RPN experiment

    sadellie committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b2030ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a865b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    402f48e View commit details
    Browse the repository at this point in the history
  4. Clean up build files

    sadellie committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    bf9bf37 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Prepare for text2

    Enabled physical keyboard support (sadellie#148), but not tested
    sadellie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5c81a1c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Refactor UnitGroupsScreen

    sadellie committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    32eb742 View commit details
    Browse the repository at this point in the history
  2. Refactor Tokenizer

    sadellie committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    67a4852 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    0dcfc35 View commit details
    Browse the repository at this point in the history
  2. Expose WindowSizeClass

    Fix previews and let them declare their own WindowSizeClass
    sadellie committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    886efdc View commit details
    Browse the repository at this point in the history
  3. Refactor LeftSideScreen and RightSideScreen

    Reusable UnitsList
    sadellie committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3c10fb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Forgor how sets work 💀

    sadellie committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3d2a63f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Flex chips

    sadellie committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9d76c16 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Refactor unit selector screens

    decrease duplicate logic in ConverterViewModel
    sadellie committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7cbbb84 View commit details
    Browse the repository at this point in the history
  2. Cleaner UI

    sadellie committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    80f1624 View commit details
    Browse the repository at this point in the history
  3. Red Salsa (Preview 1)

    sadellie committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5a7fd41 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Fix factorial of 0

    sadellie committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ebb5fc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Use strings for BigDecimals

    sadellie committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    224ddd8 View commit details
    Browse the repository at this point in the history
  2. Refactor FormatterSymbols

    sadellie committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    263a113 View commit details
    Browse the repository at this point in the history
  3. Rotate PagedIsland

    sadellie committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e569617 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5170068 View commit details
    Browse the repository at this point in the history
  2. Code clean up

    sadellie committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2ddbc49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a04f4 View commit details
    Browse the repository at this point in the history
  4. Save calculator keyboard state

    sadellie committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7668533 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4be1756 View commit details
    Browse the repository at this point in the history
  6. Endless PagedIsland

    sadellie committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8b21721 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Spotless and ktlint

    sadellie committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    eb00d8a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Refactor Converter

    - no longer abusing mapLatest and StateFlow
    - id-based system in UI and business layers
    sadellie committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eb96868 View commit details
    Browse the repository at this point in the history
  2. Refactor Calculator

    - no longer abusing mapLatest and StateFlow
    sadellie committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d34c01e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    9f65193 View commit details
    Browse the repository at this point in the history
  2. chore: Update README.md

    Myzel394 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    df43e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf0b6c View commit details
    Browse the repository at this point in the history
  4. chore: Remove old changelogs

    Myzel394 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    781e214 View commit details
    Browse the repository at this point in the history
  5. chore: Upgrade AGP

    Myzel394 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ad1db58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db2c2b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    56c99a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5060861 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 25, 2024

  1. fix(ci-cd): Fix path

    Myzel394 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e24ec71 View commit details
    Browse the repository at this point in the history
  2. fix(ci-cd): Fix path

    Myzel394 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6d104f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    84da393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe73d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8a5e36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c292d4b View commit details
    Browse the repository at this point in the history
  5. fix: Use new GitHub link

    Myzel394 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    39606d3 View commit details
    Browse the repository at this point in the history
  6. fix: Remove garbage test

    Myzel394 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    95262e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a53d57 View commit details
    Browse the repository at this point in the history