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

Huge refactor #71

Merged
merged 119 commits into from
Feb 19, 2024
Merged

Huge refactor #71

merged 119 commits into from
Feb 19, 2024

Conversation

mikifus
Copy link
Owner

@mikifus mikifus commented Feb 19, 2024

Went on a rampage and remade the whole app.

Added drag and drop prototype functionality to the list. Must allow to move pads between groups when finished.
Add 8.json database file.
Each SelectionTracker is coupled with an action mode so the selection doesn't mix.
Drag and Drop result for groups is not defined.
Added interactive title to unclassified pad list.
Better style and event handling.
Started to add the action mode interactions.
A selection block system was added to block ActionModes from mixing.
Selection predicates where defined to check the ActionMode block.
An OnTouchListener is created now in the padgroups adapter and then
passed down to the pads adapter to allow the touch events to pass
down to the pad Views so they can be selected when inside a padgroup.
Added a Spinner helper to deal with selected position in autocomplete view.
Spinners are now buggy the second time they render.
It goes to the pad view activity.
Saves optionally.
which was very inconvenient.

Added <Space> below the recyclerviews to allow info button to be
clicked without FABs in the middle.
The bug still happens under one case, which is not servere, because
they can be recalled by showing/hiding a group.
Also fixed a bug: dialog could not be closed with toolbar nav button.
The animations require the origin view, so new logic had to be added.
Refactor.
Followed some proposals from #63
This is actually a test.
This is actually a test.
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.

None yet

1 participant