Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Enhancement and Fixes for Bengali Transliteration. #1263

Merged
merged 13 commits into from
Oct 1, 2018

Conversation

uroybd
Copy link
Contributor

@uroybd uroybd commented Sep 11, 2018

Bengali pronunciation rules are sometimes complicated. I've tried to solve some problems with that and added some enhancement to make it more realistic.

@cpfeiffer
Copy link
Contributor

Thanks, but this appears to break some testcases, can you have a look?

nodomain.freeyourgadget.gadgetbridge.service.DeviceCommunicationServiceTestCase > testTransliterationSupport FAILED
    java.lang.StringIndexOutOfBoundsException at DeviceCommunicationServiceTestCase.java:113
nodomain.freeyourgadget.gadgetbridge.test.LanguageUtilsTest > testStringTransliterateArabic FAILED
    java.lang.StringIndexOutOfBoundsException at LanguageUtilsTest.java:41
nodomain.freeyourgadget.gadgetbridge.test.LanguageUtilsTest > testStringTransliterateHebrew FAILED
    java.lang.StringIndexOutOfBoundsException at LanguageUtilsTest.java:31
nodomain.freeyourgadget.gadgetbridge.test.LanguageUtilsTest > testStringTransliterateLithuanian FAILED
    java.lang.StringIndexOutOfBoundsException at LanguageUtilsTest.java:77
nodomain.freeyourgadget.gadgetbridge.test.LanguageUtilsTest > testStringTransliterateCyrillic FAILED
    java.lang.StringIndexOutOfBoundsException at LanguageUtilsTest.java:22
nodomain.freeyourgadget.gadgetbridge.test.CalendarEventTest > testSync FAILED
    junit.framework.AssertionFailedError at CalendarEventTest.java:54

.project Outdated
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any specific reason why you use Buildship instead of Android Studio and do we need to have these files in the repository?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think these should be added to .gitignore and removed from the PR. Especially if they're autogenerated.

@uroybd
Copy link
Contributor Author

uroybd commented Sep 20, 2018

Sorry that I was late. Was out on a tour. Fixed all the problems.

@uroybd
Copy link
Contributor Author

uroybd commented Sep 29, 2018

Hey, I think the build failure is not an issue from my branch. Right?

@uroybd
Copy link
Contributor Author

uroybd commented Oct 1, 2018

It worked after rebasing from upstream!

@cpfeiffer cpfeiffer merged commit e66d0a2 into Freeyourgadget:master Oct 1, 2018
@cpfeiffer
Copy link
Contributor

Thanks a lot, great job! 👍 😃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants