Skip to content
#

realm-mobile-database

Here are 105 public repositories matching this topic...

Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.

  • Updated Jan 13, 2021
  • JavaScript
Sheeri
Sheeri commented Oct 19, 2020

in main/res/layout/fragment_vessel.xml the attachment icon is listed, but it needs a label for screen readers (right now if you click the attachment icon a screen reader says "unlabeled button").

I think this is the code fragment to add to:

                <ImageView
                    android:id="@+id/btn_vessel_add_attachment"
                    android:layout_width="@dimen
Sheeri
Sheeri commented Oct 21, 2020

Is your feature request related to a problem? Please describe.
In dark mode, this page should look like this, including having a dark map:
https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591786_Boarding_-_Basic_Information

There was a lot of setup in https://github.com/WildAid/o-fish-ios/pull/361/files and the fix for this issue should be in the same style and reuse code w

Improve this page

Add a description, image, and links to the realm-mobile-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the realm-mobile-database topic, visit your repo's landing page and select "manage topics."

Learn more