summaryrefslogtreecommitdiff
path: root/platform/android/src/text
Commit message (Collapse)AuthorAgeFilesLines
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-262-110/+0
|
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-263-260/+1
| | | | Platform specific Collator implementations should not be part of an expression APIs.
* [core][android] Remove unaccent from platform interfacesAlexander Shalamov2019-09-261-8/+4
| | | | | The unaccent is used only within collator, thus, there is no need to have separate platform interface for it.
* [core] Add number-format expressionJuha Alanen2019-06-272-0/+110
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-141-1/+1
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-112-1/+22
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* [android] jni.hpp 4.0.0John Firebaugh2018-09-073-55/+51
|
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-074-60/+41
|
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-272-9/+23
| | | | | - Make LocalGlyphRasterizer.drawGlyphBitmap() non-static - Store and reuse Bitmap, Paint & Canvas instances
* [android] Android "collator" implementationChris Loer2018-07-032-0/+256
| | | | | | | | | - Uses java.text.Collator for comparison - Uses java.util.Locale for locale loading - Uses LanguageTag for BCP 47 parsing - Falls back to non-locale-aware nunicode/default comparison for case-sensitive/diacritic-insensitive. - Testing these changes depends on running Android render tests - "collator" is not yet exposed in the SDK bindings.
* [android] release local refs earlyIvo van Dongen2018-04-091-0/+1
|
* [android] Android implementation of local CJK glyph renderingChris Loer2017-12-112-0/+157
- Draws bold version of glyph if font stack contains string "bold" - Not hooked up to global configuration yet