Skip to content

Conversation

ZanderCowboy
Copy link
Owner

No description provided.

ZanderCowboy and others added 16 commits January 23, 2024 14:29
* upgraded pubspec.yaml

* added gap package

* created spacing_constants and a few Gap's

* VS Code launch scripts

* created card that will contain the entries

* refactored to App and HomePage

* created custom_scroll_behaviour to drag with a mouse

* created main_tab for colums, scrollable

* other changes

* added new packages to pubspec.yaml

* created home bloc

* created CustomDialog

* added minimum window size change

* created empty_tab to add new tab

* added onLongPress feature to main_tab.dart

* add list to home_page.dart for tabs

* added get_it

* added tabs_repository

* created tabs domain model

* added changes to home_bloc

* linked HomeBloc to HomePage and components

* created tabs_list data model

* moved App to newly created file

* added new border_constants file with an export file

* added PE changes

* added changes to use variables in constants file

* generated files

* added entry_bloc to manage entries in a tab

* added export files

* moved custom_dialog to utils folder

* added Future to tabs repository

* created entry_repository to manage entries

* cleaned up files and added TODO

* created separate entries_list data model and an entry domain model

* created empty_entry class for blank entry

* added changed to manage entries in tabs

* removed entries_list and added Map to tabs_list

* added changes based on changes from tabs_list

* fixed issues on the blocs

* comment out drawer on home_page

* added remaining changes

* fixed sync to async in home_bloc for delete event

* cleaned up tabs_list by removing old list

* did code cleanup and made small changes

* small code changes

* updated EntryBloc

* updated HomeBloc

* updated Entries repository

* renamed entries_repository to entry_repository

* updated Tabs repository

* updated Entry and Tabs models

* created a database_service

* renamed main_tab to vertical_tab

* updated tabs_list data model

* created classes for add-tab and add-entry

* added small improvements and code cleanup
* added functionality to delete entries in tabs

* updated .gitignore for devtools_options.yaml
* Update README.md

* Bump pubspec version to '0.0.2+69'

* Update README.md

* Bump pubspec version to '0.0.2+70'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* 6 add or remove items in any column (#19)

* upgraded pubspec.yaml

* added gap package

* created spacing_constants and a few Gap's

* VS Code launch scripts

* created card that will contain the entries

* refactored to App and HomePage

* created custom_scroll_behaviour to drag with a mouse

* created main_tab for colums, scrollable

* other changes

* added new packages to pubspec.yaml

* created home bloc

* created CustomDialog

* added minimum window size change

* created empty_tab to add new tab

* added onLongPress feature to main_tab.dart

* add list to home_page.dart for tabs

* added get_it

* added tabs_repository

* created tabs domain model

* added changes to home_bloc

* linked HomeBloc to HomePage and components

* created tabs_list data model

* moved App to newly created file

* added new border_constants file with an export file

* added PE changes

* added changes to use variables in constants file

* generated files

* added entry_bloc to manage entries in a tab

* added export files

* moved custom_dialog to utils folder

* added Future to tabs repository

* created entry_repository to manage entries

* cleaned up files and added TODO

* created separate entries_list data model and an entry domain model

* created empty_entry class for blank entry

* added changed to manage entries in tabs

* removed entries_list and added Map to tabs_list

* added changes based on changes from tabs_list

* fixed issues on the blocs

* comment out drawer on home_page

* added remaining changes

* fixed sync to async in home_bloc for delete event

* cleaned up tabs_list by removing old list

* did code cleanup and made small changes

* small code changes

* updated EntryBloc

* updated HomeBloc

* updated Entries repository

* renamed entries_repository to entry_repository

* updated Tabs repository

* updated Entry and Tabs models

* created a database_service

* renamed main_tab to vertical_tab

* updated tabs_list data model

* created classes for add-tab and add-entry

* added small improvements and code cleanup

* small code changes

* 22 add and remove entries in tabs (#23)

* added functionality to delete entries in tabs

* updated .gitignore for devtools_options.yaml

* 30 enable and create dependabot (#33)

* updated .gitignore files

* created and updated dependabot.yml file

* Create dev container (#18)

* Voila 🎉

* wip: devcontainer.json and Dockerfile

* devcontainer change

* updated Dockerfile

* updated devcontainer.json

* updated devcontainer.json with features

* updated .gitignore files

* generated files

* feature for devcontainer and Dockerfile

* cleaned up code

* added .gitattributes to repo

* left comment in devcontainer file

* updated Dockerfile

* updated .gitattributes file

* fix spelling mistake

* optimized and cleaned up Dockerfile

* added docs template and branch doc

* removed unnecessary Dockerfiles

* updated devcontainer and Dockerfile

* updated README

* change analysis_options and cleaned up

* updated docs

* added .markdownlint.json to repo

* fix linting issues

* cleaned up code

* removed tmp folder in workflows

* modify tabs and entry models for isar db

* modify tabs and entry repositories for isar db

* wip add isar db

* add docs for feature

* small code changes for isar db

* fix error with IsarDB

* generated iOS files

* removed NOTES.md and moved to README.md

* cleaned up pubspec.yaml

* generated freezed, config, g files

* updated tabs and entry repositories for isar db

* updated home_bloc and entry_bloc

* created export_domain.dart file

* created injectable_module.dart file for isar db and getit

* updated get_it_injection and main for isar db

* wip to be removed, isar_db.dart and tabs_list.dart

* add exclude to analyzer for generated code

* wip to be removed, database_service.dart

* updated home_page.dart to use slivers and refactored code

* updated vertical_tab.dart and refactored

* updated entry_cards.dart and refactored to use slivers

* small code changes

* TODO implement change to release_workflow for more control

* removed entry_bloc

* uincorporate entry_bloc in home_bloc

* removed unused i_isar_db and isar_db

* fix issue with UI ntabs and entries not updating

* fix linting issue

* fix android package name'

* updated doc

* added onPressedDeleteAll event and changed tabs state to be nullable

* added timestamps to Entry's and Tabs'

* added delete button to home screen for clearing db

* small code changes and generated code

* updated doc for #4

* PR comments

* set web_build_flag to false

* Bump pubspec version to '0.0.2+69'

* refreshed android directory

* removed linux directory

* updated doc for #27

* updated doc for #4

* updated ndkVersion in build.gradle

* updated README badges

* Bump pubspec version to '0.0.2+72'

---------

Co-authored-by: Zander Kotze <[email protected]>
Co-authored-by: ZanderCowboy <[email protected]>
* renamed files and renamed folders

* removed unused add_entry_card, empty_tab_add_card, tabs_list

* small code changes

* add linux files again

* generated code

* create repositories folder

* generated code

* renamed export_infrastructure

* removed linux directory

* cleaned up i_database_service

* updated README'

* removed macos directory

* Bump pubspec version to '0.0.2+74'

---------

Co-authored-by: ZanderCowboy <[email protected]>
@ZanderCowboy ZanderCowboy linked an issue Feb 19, 2024 that may be closed by this pull request
ZanderCowboy and others added 13 commits February 19, 2024 16:55
* bumped flutter version from 3.16.x to 3.19.x

* Bump pubspec version to '0.0.2+76'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* updated flutter version in Dockerfile to 3.19.0

* Bump pubspec version to '0.0.2+78'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* moved database models to new models folder

* added EntryDTO and TabsDTO

* added entry_dto_mapper and tabs_dto_mapper

* updated Tabs and Entry repository

* updated HomeBloc

* added export files

* small code changes

* updated doc for #26

* Bump pubspec version to '0.0.2+76'

* Bump pubspec version to '0.0.2+79'

* Bump pubspec version to '0.0.2+80'

* updated repositories to use maps for convertion

* added entry_mapper to export

* fix spelling mistake

* Bump pubspec version to '0.0.2+81'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* updated generated files to gitignore

* removed generated .freezed, .g, .config files

* Bump pubspec version to '0.0.2+80'

* fix import in entry_repository

* removed generated .freezed, .g, .auto_mappr files

* removed unnecessary change

* Bump pubspec version to '0.0.2+83'

* fixed repositories folder structure

* Bump pubspec version to '0.0.2+84'

---------

Co-authored-by: ZanderCowboy <[email protected]>
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Base automatically changed from develop to main March 11, 2024 22:15
ZanderCowboy and others added 18 commits March 11, 2024 22:30
* Bump stikkyapp/update-pubspec-version from 1 to 2

Bumps [stikkyapp/update-pubspec-version](https://github.com/stikkyapp/update-pubspec-version) from 1 to 2.
- [Release notes](https://github.com/stikkyapp/update-pubspec-version/releases)
- [Commits](stikkyapp/update-pubspec-version@v1...v2)

---
updated-dependencies:
- dependency-name: stikkyapp/update-pubspec-version
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pubspec version to '0.1.4+111'

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
* Bump gittools/actions from 0.13.4 to 1.1.1

Bumps [gittools/actions](https://github.com/gittools/actions) from 0.13.4 to 1.1.1.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v0.13.4...v1.1.1)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pubspec version to '0.1.4+111'

* fix invalid_annotation_target error

* Bump pubspec version to '0.1.4+112'

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zander Kotze <[email protected]>
Co-authored-by: ZanderCowboy <[email protected]>
Co-authored-by: ZanderCowboy <[email protected]>
* created and implemented theme package

* updated app presentation files

* added app theming files

* updated constants' files

* added onPressedTheme event to HomeBloc

* updated doc for #8

* small code changes

* made multiple theming changes

* add confirmation modal for onPressedDeleteAll

* made multiple theming and UI changes

* removed onPressedTheme from HomeBloc

* fix bug where theme mode button does not update based on system theme mode

* update app name to Multichoice

* added loading indicator to app

* renamed theme_getter to extension_getters

* new ui_constants file

* updated buttons on edit pages

* fix bug where edit pages load with no data

* fix bug where delete buttons work with nothing to delete

* updated sizing of tabs and entries in app

* updated app_theme

* code refactors

* Bump pubspec version to '0.1.4+114'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* Bump pubspec version to '0.0.2+68'

* Update README.md (#79)

* Bump pubspec version to '0.0.2+69'

* Bump pubspec version to '0.0.2+70'

---------

Co-authored-by: ZanderCowboy <[email protected]>

* Bump pubspec version to '0.0.2+71'

* Add and Implement DB (#75)

* 6 add or remove items in any column (#19)

* upgraded pubspec.yaml

* added gap package

* created spacing_constants and a few Gap's

* VS Code launch scripts

* created card that will contain the entries

* refactored to App and HomePage

* created custom_scroll_behaviour to drag with a mouse

* created main_tab for colums, scrollable

* other changes

* added new packages to pubspec.yaml

* created home bloc

* created CustomDialog

* added minimum window size change

* created empty_tab to add new tab

* added onLongPress feature to main_tab.dart

* add list to home_page.dart for tabs

* added get_it

* added tabs_repository

* created tabs domain model

* added changes to home_bloc

* linked HomeBloc to HomePage and components

* created tabs_list data model

* moved App to newly created file

* added new border_constants file with an export file

* added PE changes

* added changes to use variables in constants file

* generated files

* added entry_bloc to manage entries in a tab

* added export files

* moved custom_dialog to utils folder

* added Future to tabs repository

* created entry_repository to manage entries

* cleaned up files and added TODO

* created separate entries_list data model and an entry domain model

* created empty_entry class for blank entry

* added changed to manage entries in tabs

* removed entries_list and added Map to tabs_list

* added changes based on changes from tabs_list

* fixed issues on the blocs

* comment out drawer on home_page

* added remaining changes

* fixed sync to async in home_bloc for delete event

* cleaned up tabs_list by removing old list

* did code cleanup and made small changes

* small code changes

* updated EntryBloc

* updated HomeBloc

* updated Entries repository

* renamed entries_repository to entry_repository

* updated Tabs repository

* updated Entry and Tabs models

* created a database_service

* renamed main_tab to vertical_tab

* updated tabs_list data model

* created classes for add-tab and add-entry

* added small improvements and code cleanup

* small code changes

* 22 add and remove entries in tabs (#23)

* added functionality to delete entries in tabs

* updated .gitignore for devtools_options.yaml

* 30 enable and create dependabot (#33)

* updated .gitignore files

* created and updated dependabot.yml file

* Create dev container (#18)

* Voila 🎉

* wip: devcontainer.json and Dockerfile

* devcontainer change

* updated Dockerfile

* updated devcontainer.json

* updated devcontainer.json with features

* updated .gitignore files

* generated files

* feature for devcontainer and Dockerfile

* cleaned up code

* added .gitattributes to repo

* left comment in devcontainer file

* updated Dockerfile

* updated .gitattributes file

* fix spelling mistake

* optimized and cleaned up Dockerfile

* added docs template and branch doc

* removed unnecessary Dockerfiles

* updated devcontainer and Dockerfile

* updated README

* change analysis_options and cleaned up

* updated docs

* added .markdownlint.json to repo

* fix linting issues

* cleaned up code

* removed tmp folder in workflows

* modify tabs and entry models for isar db

* modify tabs and entry repositories for isar db

* wip add isar db

* add docs for feature

* small code changes for isar db

* fix error with IsarDB

* generated iOS files

* removed NOTES.md and moved to README.md

* cleaned up pubspec.yaml

* generated freezed, config, g files

* updated tabs and entry repositories for isar db

* updated home_bloc and entry_bloc

* created export_domain.dart file

* created injectable_module.dart file for isar db and getit

* updated get_it_injection and main for isar db

* wip to be removed, isar_db.dart and tabs_list.dart

* add exclude to analyzer for generated code

* wip to be removed, database_service.dart

* updated home_page.dart to use slivers and refactored code

* updated vertical_tab.dart and refactored

* updated entry_cards.dart and refactored to use slivers

* small code changes

* TODO implement change to release_workflow for more control

* removed entry_bloc

* uincorporate entry_bloc in home_bloc

* removed unused i_isar_db and isar_db

* fix issue with UI ntabs and entries not updating

* fix linting issue

* fix android package name'

* updated doc

* added onPressedDeleteAll event and changed tabs state to be nullable

* added timestamps to Entry's and Tabs'

* added delete button to home screen for clearing db

* small code changes and generated code

* updated doc for #4

* PR comments

* set web_build_flag to false

* Bump pubspec version to '0.0.2+69'

* refreshed android directory

* removed linux directory

* updated doc for #27

* updated doc for #4

* updated ndkVersion in build.gradle

* updated README badges

* Bump pubspec version to '0.0.2+72'

---------

Co-authored-by: Zander Kotze <[email protected]>
Co-authored-by: ZanderCowboy <[email protected]>

* Bump pubspec version to '0.0.2+73'

* 20 restructure files and folders (#83)

* renamed files and renamed folders

* removed unused add_entry_card, empty_tab_add_card, tabs_list

* small code changes

* add linux files again

* generated code

* create repositories folder

* renamed export_infrastructure

* removed linux directory

* cleaned up i_database_service

* updated README'

* removed macos directory

* Bump pubspec version to '0.0.2+74'

---------

Co-authored-by: ZanderCowboy <[email protected]>

* Bump pubspec version to '0.0.2+75'

* Bumped Flutter Version (#84)

* bumped flutter version from 3.16.x to 3.19.x

* Bump pubspec version to '0.0.2+76'

---------

Co-authored-by: ZanderCowboy <[email protected]>

* Bump pubspec version to '0.0.2+77'

* updated flutter version in Dockerfile to 3.19.0 (#90)

* updated flutter version in Dockerfile to 3.19.0

* Bump pubspec version to '0.0.2+78'

---------

Co-authored-by: ZanderCowboy <[email protected]>

* add tmp to gitignore

* Bump pubspec version to '0.0.2+79'

* 26 implement dto and automappr (#89)

* moved database models to new models folder

* added EntryDTO and TabsDTO

* added entry_dto_mapper and tabs_dto_mapper

* updated Tabs and Entry repository

* updated HomeBloc

* added export files

* small code changes

* updated doc for #26

* Bump pubspec version to '0.0.2+76'

* Bump pubspec version to '0.0.2+79'

* Bump pubspec version to '0.0.2+80'

* updated repositories to use maps for convertion

* added entry_mapper to export

* fix spelling mistake

* Bump pubspec version to '0.0.2+81'

---------

Co-authored-by: ZanderCowboy <[email protected]>

* Bump pubspec version to '0.0.2+82'

* 88 remove generated code (#91)

* updated generated files to gitignore

* removed generated .freezed, .g, .config files

* Bump pubspec version to '0.0.2+80'

* fix import in entry_repository

* removed generated .freezed, .g, .auto_mappr files

* removed unnecessary change

* Bump pubspec version to '0.0.2+83'

* fixed repositories folder structure

* Bump pubspec version to '0.0.2+84'

---------

Co-authored-by: ZanderCowboy <[email protected]>

* Bump pubspec version to '0.0.2+85'

* added google_services to codebase

* created doc for #94

* removed google-services.json from tracking

* updated android build workflow with firebase

* small code changes

* updated doc for #94

* added PR draft check to android build workflows

* updated workflows

* addressed ticket #71

* added new step for firebase_options

* updated doc for #94

* fix 'is a directory' issue

* removed step for firebase_options

* add firebase_options.dart

* update .gitignore

* updated build_workflows to create secrets.dart

* fix directory issue in workflows

* fix directory not found issue

* move 'create secrets.dart' step to correct workflow

* fix release build failing

* fix release build failing and test something?

* fix permission error

* fix workflow

* attempt upload secrets file in workflow

* fix 'create secrets.dart' step

* fix change from aab to apk

* Bump pubspec version to '0.1.4+116'

* refactor and update workflow files

* Bump pubspec version to '0.1.4+117'

* removed unnecessary files from merge

* fix bool not working for step in workflows

* Bump pubspec version to '0.1.4+118'

---------

Co-authored-by: ZanderCowboy <[email protected]>
Co-authored-by: Zander Kotze <[email protected]>
@ZanderCowboy ZanderCowboy changed the base branch from main to develop April 3, 2024 15:40
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Base automatically changed from develop to main June 9, 2024 20:52
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.

Implement feature to move items between columns and between items

1 participant