Matthieu Baerts
ad0dbcb96a
emoji: add support for simple emoji
...
Instead of displaying 'stuck_out_tongue', ':-P' is printed. Only the
common faces with ascii equivalent are mapped.
2018-12-23 12:52:49 +01:00
Matthieu Baerts
8d78c45e7d
messages: convert emoji's to supported chars
...
Some devices don't support emoji's and display a series of `?` chars.
Instead of that, replace them by `:<emoji>:` text, e.g. `A 🐱 ` is
replaced by `A 🐱 `.
This is done by using 'android-emojify' project and their
`EmojiUtils.shortCodify(text);` function.
For more details about this lib released under MIT license:
https://anitrend.github.io/android-emojify/
2018-12-23 12:52:49 +01:00
Andreas Shimokawa
198b7cc9c6
Do not display paired devices that were not added to Gadgetbridge or have been deleted from Gadgetbridge
...
Closes #1360
2018-12-09 20:03:15 +01:00
Andreas Shimokawa
2facd9df6c
Fix endless loop and resulting OOM when RTL support is enabled and a word is exactly the configured max line length
...
This should be reviewed by the original author
And could be connected to #1311
2018-11-22 19:02:04 +01:00
cpfeiffer
7cfe7d900a
Comment out excessive logging #1311
2018-11-03 23:26:58 +01:00
cpfeiffer
effffddd8d
fixed lgtm warnings
2018-11-02 00:09:30 +01:00
উৎসব রায়(Utsob Roy)
e66d0a2d10
Enhancement and Fixes for Bengali Transliteration. ( #1263 )
...
* Added various fixes and enhancment for Bengali transliteration.
* various fixes and enhancment for Bengali transliteration
* fixed a coding typo [master]
* Boolean lowercase and added .project in .gitignore
* Boolean lowercase and added .project in .gitignore
* typo fix [master]
* fixed negative index error [master]
* fixed negative index error [master]
* unprinted character fix [master]
* enhanced transliteration [master]
* lowercased boolean and replaced Integer with int [master]
* removed .setting, .classpath and .project and added them to .gitignore too.
* bug fix and multilingual testcase [master]
2018-10-01 23:04:51 +02:00
cpfeiffer
d3fd203c6c
Avoid possible NPE
2018-09-17 23:02:18 +02:00
cpfeiffer
f142003f09
Avoid boxing
2018-09-16 00:12:40 +02:00
cpfeiffer
ce2f984e9f
Fix some file closing issues
2018-09-15 23:54:51 +02:00
Carsten Pfeiffer
7b709dd975
Merge pull request #1250 from haditim/persianTransliteration
...
Persian transliteration
2018-09-05 23:33:34 +02:00
Roi
b3e8e92441
fix long word bug in Rtl support
2018-09-05 23:21:18 +03:00
Roi
3e6ddcc714
fix long word bug in Rtl support
2018-09-05 23:19:35 +03:00
Roi
5a1733f5ec
Add Farsi contextual form
2018-09-05 22:44:40 +03:00
cpfeiffer
4f7e5b256a
Use constants for "rtl" and "contextualArabic" preferences
2018-09-05 21:32:06 +02:00
Carsten Pfeiffer
e67398af87
Merge pull request #1233 from roigreenberg/master
...
Adding RTL support
2018-09-05 20:48:15 +02:00
M. Hadi
ddecab7d25
Changes Persian transliteration such that it does not alter Arabic. Test should run fine now. Also added punctuations.
2018-09-05 10:08:10 +02:00
Roi Greenberg
761d8327f9
Add Unittest for Rtl + some small fixes
2018-09-05 01:39:01 +03:00
Roi
f233ad79fa
move fixRtl to Rtlutils
2018-09-04 02:00:14 +03:00
Roi
e35240c91e
fix bugs.
...
Use getDirectionality instead of serchinf areas
2018-09-04 01:10:54 +03:00
Dikay900
64da085942
make heart rate values configurable and use singleton for heartrateutils
...
to listen for preference changes
2018-09-02 12:57:52 +02:00
Roi
5503c562a3
test
2018-09-02 05:04:32 +03:00
Carsten Pfeiffer
ece0f094eb
Merge pull request #1236 from uroybd/master
...
Better Bengali transliteration.
2018-09-01 09:35:23 +02:00
Utsob Roy
91ddb2c3dd
Removed unnecessary containsKey check.
2018-09-01 08:59:57 +06:00
Utsob Roy
6a293bd40a
Done the recommended edits, added more testcases, and fixed a bug.
2018-09-01 00:38:15 +06:00
José Rebelo
2fe4b84a10
Roidmi: Initial Support
...
Roidmi 3 support is disabled for now, since it is not working.
2018-08-31 14:03:47 +01:00
License Bot
696653eabf
Update contributors list and license headers.
2018-08-29 21:30:23 +02:00
M. Hadi
5460de37d2
Improved Persian transliteration
...
Persian (Farsi) transliteration was incomplete and most of the characters were proposed according to Arabic transliteration which would be confusing for Persians. I changed some of them and added new ones like question mark, etc.. Please note that Persian has several "z" and "s" since the language alphabet share a lot of similarity with Arabic. However, these are all pronounced the same way in Persian and it makes more sense to have the same character for all in each group.
2018-08-29 16:45:15 +02:00
Roi Greenberg
280a2f56e9
Merge branch 'master' into master
2018-08-28 23:10:51 +03:00
kalaee
915ad99886
Added Scandinavian characters
2018-08-27 21:58:23 +02:00
Roi
1ece83374b
Add some docstring
2018-08-26 02:09:50 +03:00
Roi Greenberg
6b57809646
Fix missing space
2018-08-26 02:06:45 +03:00
Roi Greenberg
deee908fb0
Convert Arabic to contextual form
2018-08-25 22:31:14 +03:00
Roi
5a9e47cec4
remove debug logs and add documentation
2018-08-25 22:31:13 +03:00
Roi
5697ebc8ea
Add rtl support
2018-08-25 22:31:12 +03:00
Utsob Roy
98e747c5f5
Various Fixes
...
1. Updated test.
2. Fixed a composite letter issue.
3. Moved some redundant codes to a function.
2018-08-24 22:33:25 +06:00
Utsob Roy
8f12f10bfe
added some comments. [master]
2018-08-24 20:57:38 +06:00
Utsob Roy
8ca1b6e864
better bengali transliteration. [master]
2018-08-24 14:42:27 +06:00
Carsten Pfeiffer
c4411a9c48
Merge pull request #1206 from UncleInf/transliterate_lithuanian
...
Adding Lithuanian transliteration
2018-08-18 13:08:40 +02:00
Aniruddha Adhikary
b942db166e
add Bengali Transliteration
2018-08-18 13:05:15 +02:00
cpfeiffer
98cd54657a
Avoid unnecessary boxing
2018-08-17 00:28:00 +02:00
Pavel Elagin
354ab79285
Display start and end sleep. #164
2018-08-16 17:59:56 +03:00
Thomas
93dcb2be0d
Adding Lithuanian transliteration
2018-08-12 11:31:35 +03:00
maxirnilian
4ff04870ca
Watch 9: Initial support
2018-08-06 18:30:38 +02:00
cpfeiffer
df84927954
Fix filename generation and add testcasce
...
Fixes #1169
2018-08-01 19:33:33 +02:00
Vadim Kaushan
458a363f11
Merge remote-tracking branch 'upstream/master'
2018-07-29 19:31:40 +03:00
Daniele Gobbetti
67a1191a3c
Use UTC timezone in GPX points
...
Fixes #1152
2018-07-22 16:14:36 +02:00
Vadim Kaushan
c43a564a47
Merge remote-tracking branch 'origin/master'
2018-07-15 00:53:47 +03:00
Vadim Kaushan
26a1f97e43
ID115: coordinator
2018-07-12 15:47:08 +03:00
Sebastian Kranz
59095dc29b
Clean-up the merge.
2018-06-29 11:18:36 +02:00