优点:
1>降低内耗,多行布局内存可降低1/1 - 1/3 之间,随文本大 - 小决定
2>单行布局,内存可降低 1/1 - 2/3
3>秒速增删改,秒速加载
4>支持本地EMOJI
5>Cursor/LetterSpace/LineFormat/Ellipsis/Measure等实现高度自定义
缺点:
1.由于此TextAreaView为格式安全的,当未加载完Text全部起点时,下引速度缓慢
2.仅支持部分常用Span和部分特性
3.外部选取框与选取按钮需要自己实现
由于TextView本身组件的复杂性,可能存在未知BUG,请谅解
- ForamtLayout: 修复后台测量线程死锁BUG,现在将后台测量线程将很快完成测量
- TextInputConnector : 修复dispatchKeyEvent()Bug,现在不会导致迭代分配
- TextAreaView :修复初始化Cursor位置偏移BUG
- DefaultCursorDevicer:增加效果,模仿Windows Word 2017 Cursor Offset Effect.
The MIT License (MIT)
Copyright (c) 2016 Maizer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.