Nimingban icon indicating copy to clipboard operation
Nimingban copied to clipboard

[DEPRECATED] A Nimingban Client

Results 33 Nimingban issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/44016421/129183965-4b80edce-aac3-4d7c-ae2c-a4fd372e301d.png)

手机使用了Nusantara OS 里的nusantara clear这一透明主题(相当于另一种特殊的夜间模式),将相关的叠加层都替换成了透明图层,因此在紫岛的夜间模式下,页面的背景全部变成了透明背景,导致上下层页面的文字重叠显示,影响观看。 希望夜间模式下都单独添加一层黑色背景 ![QQ图片20210712005632](https://user-images.githubusercontent.com/30927825/125203707-310b2b80-e2ac-11eb-92a8-2e20b7b1aef4.jpg)

Hi! I have a question about your [seven332/EhViewer](https://github.com/seven332/EhViewer) repository. Sorry for posting this here, I couldn't find any contact information, so I am opening this issue instead. You have deprecated...

大概几个月前开始,只有连电信wifi才能正常使用,使用移动流量就是超时,坐标浙江。 之前以为是A问题,今天发现移动流量下芦苇岛能正常使用。 嗯习惯于紫岛,如何解决这个问题?

希望滑动时能自动隐藏顶栏,上个手机屏幕因为高强度刷岛,导致白色返回按钮还有汉堡菜单按钮都印上边了

今天有很多人抱怨LOL相關內容霸佔時間線的問題,說到蘆葦島有時間線屏蔽的功能 不知道能不能在紫島裏也提供這一功能 我目前的想法是直接利用紫島的板塊隱藏功能,在 ListActivity 下手,檢測某個板塊是否隱藏,然後屏蔽某個板塊的串: ```java while (postIterator.hasNext()) { Post post = postIterator.next(); // 獲取串所發表的板塊 ACForumRaw postForum = DB.getACForumForForumid(post.getNMBFid()); // 然後檢查是否屬於隱藏狀態 // 檢查 postForum 是否爲 null,是因爲前面的方法可能會拋出空指針 boolean flag = postForum...

当安装太多支持`android.intent.action.PROCESS_TEXT`的应用时会导致操作不便,希望能将他们合并至二级菜单 ![Screenshot_20190411-155619_Nimingban.jpg](https://i.loli.net/2019/04/11/5caef6a7c2cf9.jpg)

在发言记录界面加两个选项导入导出发言记录。 用 FastJson 导出 ACRecordRaw 即可?