Cameron Greene
Cameron Greene
I'm using the Autocomplete UI component using launchActivityForResult() with the following code: ``` @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle action bar item clicks here. The action bar will...
**Acceptance Criteria**: Once unit tests exist in the app, CircleCI should be running them as part of the regular test suite.
**Acceptance Criteria**: Add some documentation for the app. - [x] Release process - [x] Firebase - [x] Head tracking - [x] Crowdin
**Acceptance Criteria**: Allow the user to pick from a selection of color schemes
I have a string defined as follows: `Don\'t allow others to see your book lists on your profile` I would expect that apostrophe in "don't" to be escaped, so that...