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

Add "My Phrases" functionality to Android, to match iOS behaviour #445

Open
acosta434 opened this issue Nov 16, 2023 · 0 comments
Open

Add "My Phrases" functionality to Android, to match iOS behaviour #445

acosta434 opened this issue Nov 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@acosta434
Copy link
Contributor

acosta434 commented Nov 16, 2023

Describe the Enhancement
As a Vocable Android User, I want to be able to hit a "Star" button on the keyboard to save a custom phrase I just typed to a new category called "My Sayings". This category should only consist of phrases that I've saved using the "Star" button on the keyboard.

This functionality should match the iOS functionality shown below:

RPReplay_Final1717001632.MP4

Acceptance Criteria
A user should be able to:

  1. Navigate to Keyboard.
  2. Type in a phrase.
  3. Tap a Star button.
  4. Navigate back to the "My Sayings" category and see the phrase they just starred.

Star Button
The Star button should have 3 states:

  1. When no characters are typed into the keyboard: grayed out, un-filled, and disabled
  2. When characters are typed into the keyboard: not-grayed-out, un-filled, and enabled
  3. When the star is tapped in the enabled state: not-grayed-out, filled, and enabled
  • When the star is tapped, it should stay filled until either the user changes the keyboard string or taps the star again.
  • If the star is tapped and then un-tapped while the keyboard phrase stays the same, the current phrase should be added, and then removed, from the "My Sayings" category respectively

** My Sayings Category**

  • Behaves exactly like a Preset category, except it can't be hidden ("Show Category" toggle is disabled), and it cannot be removed ("remove Category" button is disabled)

When in doubt, check out the iOS behaviour!

@acosta434 acosta434 added the bug Something isn't working label Nov 16, 2023
@cinadia cinadia self-assigned this May 23, 2024
@cinadia cinadia added enhancement New feature or request and removed bug Something isn't working labels May 29, 2024
@cinadia cinadia changed the title Custom phrases are not added to Recents list Add "My Phrases" functionality to Android, to match iOS behaviour May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

2 participants