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

Provide letter-sound correspondences to other apps #112

Merged
merged 13 commits into from
Nov 27, 2023

Conversation

jo-elimu
Copy link
Member

close #75

@jo-elimu jo-elimu requested a review from a team as a code owner November 27, 2023 07:31
@jo-elimu jo-elimu self-assigned this Nov 27, 2023
String text = cursor.getString(columnIndexText);
Log.i(CursorToLetterSoundGsonConverter.class.getName(), "text: \"" + text + "\"");

int columnIndexIsDiacritic = cursor.getColumnIndex("diacritic");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This column does not exist for LetterSounds?

@jo-elimu jo-elimu merged commit 8041597 into main Nov 27, 2023
3 checks passed
@jo-elimu jo-elimu deleted the provide-letter-sound-correspondences branch November 27, 2023 09:14
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.

Provide letter-sound correspondences to other apps
2 participants