S1-Next icon indicating copy to clipboard operation
S1-Next copied to clipboard

Results 6 S1-Next issues
Sort by recently updated
recently updated
newest added

http://bbs.saraba1st.com/2b/search.php?mod=forum&srchtxt=example&searchsubmit=yes&formhash=8cec6495 note: no sure whether `formhash` makes sense.

Dependecies: - [ ] Use Moshi instead Jackson because Moshi has less methods than Jackson and easy to customize how values are converted to and from JSON. - [ ]...

discussion

- [x] Content elements in ListView ( LTR: This is content 9 -> RTL: 9 This is content) 8b1d5510f5bb819fb793341d51029dfdf3cf8f7e - [x] Icons. (https://www.google.com/design/spec/usability/bidirectionality.html) 2099589af625fd9718e8c3440d8aacabeff8c453 - [ ] ViewPager. (blocked by...

enhancement
blocker

Get reply (HTTP GET): http://bbs.saraba1st.com/2b/forum.php?mod=post&action=edit&tid=1074030&pid=27234232&inajax=yes ``` [quote][size=2][url=forum.php?mod=redirect&goto=findpost&pid=27219172&ptid=1074030][color=#999999]sabermio 发表于 2014-11-14 16:26[/color][/url][/size] 大家喜欢用网页的最重要原因是可以多开啊!这个功能希望能加上[/quote] 这个功能在手机上应该很难,不过现在无论是主题页面还是回复页面都会预加载上下一页。 ``` note: escape `&` Update reply (HTTP POST): http://bbs.saraba1st.com/2b/forum.php?mod=post&action=edit&inajax=yes&editsubmit=yes ``` 180 if(typeof succeedhandle_=='function') {succeedhandle_('forum.php?mod=viewthread&tid=1074030&page=&extra=#pid27234232', '帖子编辑成功,现在将转入主题页,请稍候……[ 点击这里转入主题列表 ]', {'fid':'51','tid':'1074030','pid':'27234232'});}]]>...

logcat: TextView does not support text selection. Action mode cancelled. https://github.com/floating-cat/S1-Next/blob/master/app/src/main/res/layout/item_post.xml doesn't support text selection in some devices. But it works for AOSP 4.4.4 devices and above. After debugged [Editor](https://github.com/android/platform_frameworks_base/blob/master/core/java/android/widget/Editor.java),...

bug