PhenoApps / Verify

GNU General Public License v2.0
0 stars 1 forks source link

V2 #19

Open trife opened 9 months ago

trife commented 9 months ago

Implemented bottom toolbar with 'Home', 'Compare', and 'Settings' options. Removed 'Compare' from the top toolbar on Home screen. Relocated 'Import' to the top toolbar on Home screen. Shifted 'About' and 'Intro' to the bottom of Settings. Revised information view layout: split prefixes and data into two rows with indentation for data. Updated application dependencies (https://github.com/PhenoApps/Verify/issues/7). Renamed the application to 'CheckList'.

chaneylc commented 9 months ago
  1. Main bottom toolbar for navigation should be on the compare and settings page, right now it is only on the home page.
  2. Update the compare screen by embedding the contains/matches radio group and remove the dialog
  3. Bug: when pressing enter on the main page while focused on the edit text, the UI shifts putting the bottom toolbar above the soft keyboard, the bottom toolbar should remain under the soft keyboard.
chaneylc commented 8 months ago

Rotating the screen makes the current bottom nav bar indicator disappear.

chaneylc commented 8 months ago

The compare screen update still has the dialog, and the embedded radio group is hard to see.

  1. Remove the dialog choice
  2. embed the radio group in its own demarcated area
chaneylc commented 8 months ago

The bottom nav bar still displays above the soft keyboard.

chaneylc commented 8 months ago
chaneylc commented 8 months ago
chaneylc commented 8 months ago

Something with compare is still broken. It always defaults to matches mode on first load, even if contains is selected in the UI. Reproduce:

  1. Open compare fragment, choose contains, close app
  2. Reopen app to compare, enter barcodes a then ab, the ui will say contains, but the result will be false because its actually matches
chaneylc commented 7 months ago

Latest commits seem to break import. When I try importing a file, it imports but doesn't display any data. I checked and the data is in the database, but is not being displayed.

chaneylc commented 7 months ago

In the latest commits color mode does not work anymore.

chaneylc commented 7 months ago