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

1.1.0 #5

Merged
merged 12 commits into from
Jul 25, 2023
Merged

1.1.0 #5

merged 12 commits into from
Jul 25, 2023

Commits on Jul 17, 2023

  1. gradle:

    - upgraded agp
    
    EditorTopAppBar (& EditorScreen):
    - added search and some comments
    - renamed the component from AlternativeEditorTopAppBar
    DotsTeaLab committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3c26e2b View commit details
    Browse the repository at this point in the history
  2. WelcomeScreen:

    - fixed navigating to main screen so the user can no longer go back to welcome screen once pp and tos are accepted
    DotsTeaLab committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f27e05e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. EditorScreen & SavedThemeItem:

    - added types of displaying saved themes
    - added a button that opens a dialog that lets you choose the displaying type
    
    AppSettings:
    - added SavedThemeItemDisplayType
    
    SavedThemeItemDisplayTypeChooserDialog:
    - added
    
    SelectionDialog & SelectionDialogItem:
    - added
    DotsTeaLab committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a2da14e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. gradle:

    - upgraded (also a library, compose compiler, and kotlin)
    
    EditorScreen:
    - fixed scrollbar being usable even when not being actually displayed
    DotsTeaLab committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e7deb4b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. EditorTopAppBar:

    - refactored
    - changed behavior a bit
    
    EditorScreen:
    - using scaffold padding in a way that allows for content to be displayed under the search bar
    DotsTeaLab committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    06fff7b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. MainViewModel (& DefaultThemesButtons):

    - fixed some export issues by changing some behavior
    - removed and edited some code related to shadows
    - some refactoring
    DotsTeaLab committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    1568446 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. MainViewModel (& DefaultThemesButtons):

    - fixup of light and dark themes export mechanism
    - a bit more refactoring
    DotsTeaLab committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f54990b View commit details
    Browse the repository at this point in the history
  2. SeletionDialog & SelectionDialogItem:

    - design changes
    DotsTeaLab committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6f1f9c0 View commit details
    Browse the repository at this point in the history
  3. EditorScreen:

    - fixed scroll bar being under the top app bar
    
    EditorTopAppBar:
    - renamed file to match the composable's name
    DotsTeaLab committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8ebae04 View commit details
    Browse the repository at this point in the history
  4. MainViewModel:

    - removed the file extension verification during file import because it caused issues on some devices
    DotsTeaLab committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ad04030 View commit details
    Browse the repository at this point in the history
  5. gradle:

    - version bump
    DotsTeaLab committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    567ea9c View commit details
    Browse the repository at this point in the history
  6. - stock themes were updated

    MainViewModel:
    - when getting the theme as string with type ColorValues - argb long values will be given instead of hex codes
    DotsTeaLab committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d822471 View commit details
    Browse the repository at this point in the history