MewX

Results 62 issues of MewX

![screenshot_20180715-002115](https://user-images.githubusercontent.com/5752560/42726332-388b274c-87c5-11e8-83d0-5a25e743fc3d.jpg) 如图,阅读器界面在分屏模式下显示不完整

enhancement
help wanted :raising_hand_woman:

enhancement
help wanted :raising_hand_woman:

- [ ] 最近更新 - [ ] 小说信息界面 - [x] 未来要添加的评论区

enhancement
help wanted :raising_hand_woman:

不然本地书架都不知道又没有小说更新 最好在侧栏上也显示一下新更新的小说数量 点进小说清除高亮

enhancement
help wanted :raising_hand_woman:

搜索本地书架

enhancement
help wanted :raising_hand_woman:

侧栏有个夜间模式的按钮,一直没有写功能: ![image](https://user-images.githubusercontent.com/5752560/42669821-1a8dcef2-868a-11e8-892d-04be8a758c6d.png)

enhancement
help wanted :raising_hand_woman:

参考这里的report:https://coveralls.io/github/MewX/light-novel-library_Wenku8_Android 由于本项目使用的是Travis-CI,所有fork的版本均可以创建自己的travis-CI,然后进行code coverage测试。

help wanted :raising_hand_woman:

今天刚更新的play版7.0.0,无效。也无法生成log不知道为啥。 下面是自动生成的config: ``` {"classes":{"ActionBarContainer":"android.support.v7.widget.ActionBarContainer","ActionMenuView":"android.support.v7.view.menu.h","AvatarUtils":"com.tencent.mm.app.c","ContactFragment":"com.tencent.mm.ui.contact.AddressUI$AddressUIFragment","ConversationFragment":"com.tencent.mm.ui.conversation.MainUI","ConversationWithAppBrandListView":"com.tencent.mm.ui.conversation.ConversationWithAppBrandListView","CustomViewPager":"com.tencent.mm.ui.base.CustomViewPager","DiscoverFragment":"com.tencent.mm.ui.FindMoreFriendsUI","HomeUI":"com.tencent.mm.ui.HomeUI","LauncherUI":"com.tencent.mm.ui.LauncherUI","LauncherUIBottomTabView":"com.tencent.mm.ui.LauncherUIBottomTabView","LauncherUIBottomTabViewItem":"com.tencent.mm.ui.LauncherUIBottomTabView$a","MMFragmentActivity":"com.tencent.mm.ui.MMFragmentActivity","MainTabUI":"com.tencent.mm.ui.MainTabUI","MainTabUIPageAdapter":"com.tencent.mm.ui.MainTabUI$TabsAdapter","NoDrawingCacheLinearLayout":"com.tencent.mm.ui.NoDrawingCacheLinearLayout","NoMeasuredTextView":"com.tencent.mm.ui.base.NoMeasuredTextView","PhoneWindow":"com.android.internal.policy.PhoneWindow","PreferenceFragment":"com.tencent.mm.ui.base.preference.MMPreferenceFragment","ScrollingTabContainerView":"android.support.v7.widget.as","SettingsFragment":"com.tencent.mm.ui.MoreTabUI","TabIconView":"com.tencent.mm.ui.TabIconView","ThreadExecutor":"com.tencent.mm.sdk.platformtools.ar","WXCustomSchemeEntryActivity":"com.tencent.mm.plugin.base.stub.WXCustomSchemeEntryActivity","WxViewPager":"com.tencent.mm.ui.mogic.WxViewPager"},"fields":{"ContactFragment_mListView":"mQM","ConversationFragment_mListView":"yjT","HomeUI_mActionBar":"mActionBar","HomeUI_mMainTabUI":"wZi","LauncherUIBottomTabViewItem_mTextViews":["xaQ","xaR"],"LauncherUI_mHomeUI":"wZY","MainTabUI_mCustomViewPager":"wUR","PreferenceFragment_mListView":"mLH"},"methods":{"AvatarUtils_getAvatarBitmaps":["cF","cG"],"AvatarUtils_getDefaultAvatarBitmap":"zf","ConversationWithAppBrandListView_isAppBrandHeaderEnable":"pO","HomeFragment_lifecycles":["dke","dkf","dkg","dkh","dki","dkj"],"LauncherUIBottomTabView_getTabItemView":"KM","MainTabUIPageAdapter_getCount":"getCount","MainTabUIPageAdapter_onPageScrolled":"fixAndroidOProgressBarOutScreenFlashProblem","WXCustomSchemeEntryActivity_entry":"L","WxViewPager_selectedPage":"setCurrentItemInternal"}} ```

Running with Python 3.5.3 and getting: ``` $ python csvtomd.py File "csvtomd.py", line 38 def md_table(table, *, padding=1, divider='|', header_div='-'): ^ SyntaxError: invalid syntax ```