├── android ├── gradle.properties ├── app │ └── src │ │ └── main │ │ ├── assets │ │ └── emoticon │ │ │ ├── dym │ │ │ ├── 147.gif │ │ │ ├── 148.gif │ │ │ ├── 149.gif │ │ │ ├── 150.gif │ │ │ ├── 151.gif │ │ │ ├── 152.gif │ │ │ ├── 153.gif │ │ │ ├── 154.gif │ │ │ └── 155.gif │ │ │ ├── face │ │ │ ├── 00.gif │ │ │ ├── 01.gif │ │ │ ├── 02.gif │ │ │ ├── 03.gif │ │ │ ├── 04.gif │ │ │ ├── 05.gif │ │ │ ├── 06.gif │ │ │ ├── 07.gif │ │ │ ├── 08.gif │ │ │ ├── 09.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 72.gif │ │ │ ├── 73.gif │ │ │ ├── 74.gif │ │ │ ├── 75.gif │ │ │ ├── 76.gif │ │ │ ├── 77.gif │ │ │ ├── 78.gif │ │ │ ├── 79.gif │ │ │ ├── 80.gif │ │ │ ├── 81.gif │ │ │ ├── 82.gif │ │ │ ├── 83.gif │ │ │ ├── 84.gif │ │ │ ├── 85.gif │ │ │ ├── 86.gif │ │ │ ├── 87.gif │ │ │ ├── 88.gif │ │ │ ├── 89.gif │ │ │ ├── 90.gif │ │ │ ├── 91.gif │ │ │ ├── 92.gif │ │ │ ├── 93.gif │ │ │ ├── 94.jpg │ │ │ ├── 95.gif │ │ │ ├── 96.gif │ │ │ ├── 97.gif │ │ │ ├── 98.gif │ │ │ ├── 99.gif │ │ │ ├── 100.gif │ │ │ ├── 101.gif │ │ │ ├── 102.jpg │ │ │ ├── 103.gif │ │ │ ├── 104.gif │ │ │ ├── 105.gif │ │ │ ├── 106.gif │ │ │ ├── 107.gif │ │ │ ├── 108.gif │ │ │ ├── 109.gif │ │ │ ├── 110.gif │ │ │ ├── 111.gif │ │ │ ├── 112.gif │ │ │ ├── 113.gif │ │ │ ├── 114.gif │ │ │ ├── 115.gif │ │ │ ├── 116.gif │ │ │ ├── 117.gif │ │ │ ├── 118.gif │ │ │ ├── 119.gif │ │ │ ├── 120.gif │ │ │ ├── 121.png │ │ │ ├── 122.gif │ │ │ ├── 123.gif │ │ │ ├── 124.jpg │ │ │ ├── 125.gif │ │ │ ├── 126.gif │ │ │ ├── 127.gif │ │ │ ├── 128.gif │ │ │ ├── 129.gif │ │ │ ├── 130.gif │ │ │ ├── 131.gif │ │ │ ├── 132.gif │ │ │ ├── 133.gif │ │ │ ├── 134.gif │ │ │ ├── 135.gif │ │ │ ├── 136.gif │ │ │ ├── 137.gif │ │ │ ├── 138.gif │ │ │ ├── 139.gif │ │ │ ├── 140.gif │ │ │ ├── 141.gif │ │ │ ├── 142.gif │ │ │ ├── 143.gif │ │ │ ├── 144.gif │ │ │ ├── 145.gif │ │ │ ├── 146.gif │ │ │ ├── 147.gif │ │ │ ├── 148.gif │ │ │ ├── 149.gif │ │ │ ├── 150.gif │ │ │ ├── 151.gif │ │ │ ├── 152.gif │ │ │ ├── 153.gif │ │ │ ├── 154.gif │ │ │ ├── 155.jpg │ │ │ ├── 156.jpg │ │ │ ├── 157.gif │ │ │ ├── 158.jpg │ │ │ ├── 159.jpg │ │ │ ├── 160.gif │ │ │ ├── 161.jpg │ │ │ ├── 162.jpg │ │ │ ├── 163.gif │ │ │ ├── 164.gif │ │ │ ├── 165.gif │ │ │ ├── 166.gif │ │ │ ├── 167.gif │ │ │ ├── 168.jpg │ │ │ ├── 169.jpg │ │ │ ├── 170.gif │ │ │ ├── 171.gif │ │ │ ├── 172.gif │ │ │ ├── 173.gif │ │ │ ├── 174.gif │ │ │ ├── 175.gif │ │ │ ├── 176.gif │ │ │ ├── 177.gif │ │ │ ├── 178.gif │ │ │ ├── 179.gif │ │ │ ├── 180.gif │ │ │ ├── 181.gif │ │ │ ├── 182.jpg │ │ │ ├── 183.gif │ │ │ ├── 184.gif │ │ │ ├── 185.gif │ │ │ ├── 186.gif │ │ │ ├── 187.gif │ │ │ ├── 188.gif │ │ │ ├── 189.gif │ │ │ ├── 190.gif │ │ │ ├── 191.gif │ │ │ ├── 192.gif │ │ │ ├── 200.gif │ │ │ └── 201.gif │ │ │ ├── goose │ │ │ ├── 3.gif │ │ │ ├── d.gif │ │ │ ├── e.gif │ │ │ ├── 0.7.gif │ │ │ ├── 01.gif │ │ │ ├── 06.gif │ │ │ ├── 07.gif │ │ │ ├── 08.gif │ │ │ ├── 09.gif │ │ │ ├── 10.gif │ │ │ ├── 100.gif │ │ │ ├── 11.gif │ │ │ ├── 112.gif │ │ │ ├── 114.gif │ │ │ ├── 115.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 149.gif │ │ │ ├── 15.gif │ │ │ ├── 152.gif │ │ │ ├── 157.gif │ │ │ ├── 158.gif │ │ │ ├── 159.gif │ │ │ ├── 160.gif │ │ │ ├── 161.gif │ │ │ ├── 162.gif │ │ │ ├── 165.gif │ │ │ ├── 166.gif │ │ │ ├── 170.gif │ │ │ ├── 171.gif │ │ │ ├── 178.gif │ │ │ ├── 180.gif │ │ │ ├── 181.gif │ │ │ ├── 184.gif │ │ │ ├── 186.gif │ │ │ ├── 187.gif │ │ │ ├── 19.gif │ │ │ ├── 190.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 302.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 40.gif │ │ │ ├── 45.gif │ │ │ ├── 455.gif │ │ │ ├── 456.gif │ │ │ ├── 46.gif │ │ │ ├── 49.gif │ │ │ ├── 50.gif │ │ │ ├── 53.gif │ │ │ ├── 58.gif │ │ │ ├── 5e.gif │ │ │ ├── 6a.gif │ │ │ ├── 82.gif │ │ │ ├── 84.gif │ │ │ ├── 88.gif │ │ │ ├── 92.gif │ │ │ ├── 97.gif │ │ │ ├── 992.gif │ │ │ ├── b02.gif │ │ │ ├── b11.gif │ │ │ ├── b112.gif │ │ │ ├── b164.gif │ │ │ ├── b185.gif │ │ │ ├── b200.gif │ │ │ ├── b57.gif │ │ │ └── bdd.gif │ │ │ ├── nq │ │ │ ├── 001.gif │ │ │ ├── 002.gif │ │ │ ├── 003.gif │ │ │ ├── 004.gif │ │ │ ├── 005.gif │ │ │ ├── 006.gif │ │ │ ├── 007.gif │ │ │ ├── 008.gif │ │ │ ├── 009.gif │ │ │ ├── 010.gif │ │ │ ├── 011.jpg │ │ │ ├── 012.gif │ │ │ ├── 013.gif │ │ │ ├── 014.gif │ │ │ ├── 015.gif │ │ │ └── 016.gif │ │ │ ├── zdl │ │ │ ├── 156.gif │ │ │ ├── 157.gif │ │ │ ├── 158.gif │ │ │ ├── 159.gif │ │ │ ├── 160.gif │ │ │ ├── 161.gif │ │ │ └── 162.gif │ │ │ ├── animal │ │ │ ├── 137.gif │ │ │ ├── 138.gif │ │ │ ├── 139.gif │ │ │ ├── 140.gif │ │ │ ├── 141.gif │ │ │ ├── 142.gif │ │ │ ├── 143.gif │ │ │ ├── 144.gif │ │ │ ├── 145.jpg │ │ │ ├── 146.gif │ │ │ └── 203.gif │ │ │ ├── bundam │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 17.png │ │ │ ├── 18.png │ │ │ ├── 19.png │ │ │ ├── 2.png │ │ │ ├── 20.png │ │ │ ├── 21.png │ │ │ ├── 22.png │ │ │ ├── 23.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 7.png │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 72.gif │ │ │ ├── 73.gif │ │ │ ├── 76.gif │ │ │ ├── 78.gif │ │ │ ├── 8.png │ │ │ ├── 83.gif │ │ │ └── 9.png │ │ │ ├── carton │ │ │ ├── 163.jpg │ │ │ ├── 164.gif │ │ │ ├── 165.gif │ │ │ ├── 166.gif │ │ │ ├── 167.gif │ │ │ ├── 168.gif │ │ │ ├── 169.gif │ │ │ ├── 170.gif │ │ │ ├── 171.gif │ │ │ ├── 172.jpg │ │ │ ├── 173.gif │ │ │ ├── 174.gif │ │ │ ├── 175.gif │ │ │ ├── 176.gif │ │ │ ├── 177.gif │ │ │ ├── 178.jpg │ │ │ ├── 179.gif │ │ │ └── 180.gif │ │ │ ├── flash │ │ │ ├── 125.gif │ │ │ ├── 126.gif │ │ │ ├── 127.gif │ │ │ ├── 128.gif │ │ │ ├── 129.gif │ │ │ ├── 130.gif │ │ │ ├── 131.gif │ │ │ ├── 132.gif │ │ │ ├── 133.gif │ │ │ ├── 134.gif │ │ │ ├── 135.gif │ │ │ └── 136.gif │ │ │ └── normal │ │ │ ├── 017.gif │ │ │ ├── 018.gif │ │ │ ├── 019.gif │ │ │ ├── 020.gif │ │ │ ├── 021.gif │ │ │ ├── 022.gif │ │ │ ├── 023.gif │ │ │ ├── 024.gif │ │ │ ├── 025.gif │ │ │ ├── 026.gif │ │ │ ├── 027.gif │ │ │ ├── 028.gif │ │ │ ├── 029.gif │ │ │ ├── 030.gif │ │ │ ├── 031.gif │ │ │ ├── 032.gif │ │ │ ├── 033.gif │ │ │ ├── 034.gif │ │ │ ├── 035.gif │ │ │ ├── 036.gif │ │ │ ├── 037.gif │ │ │ ├── 038.gif │ │ │ ├── 039.gif │ │ │ ├── 040.gif │ │ │ ├── 041.gif │ │ │ ├── 042.png │ │ │ ├── 043.gif │ │ │ ├── 044.gif │ │ │ ├── 045.jpg │ │ │ ├── 046.gif │ │ │ ├── 047.gif │ │ │ ├── 048.jpg │ │ │ ├── 049.jpg │ │ │ ├── 050.gif │ │ │ ├── 051.gif │ │ │ ├── 052.gif │ │ │ ├── 053.gif │ │ │ ├── 054.gif │ │ │ ├── 055.gif │ │ │ ├── 056.gif │ │ │ ├── 057.gif │ │ │ ├── 058.gif │ │ │ ├── 059.gif │ │ │ ├── 060.gif │ │ │ ├── 061.gif │ │ │ ├── 062.gif │ │ │ ├── 063.gif │ │ │ ├── 064.gif │ │ │ ├── 065.gif │ │ │ ├── 066.gif │ │ │ ├── 067.gif │ │ │ ├── 068.gif │ │ │ ├── 070.gif │ │ │ ├── 071.gif │ │ │ ├── 072.gif │ │ │ ├── 073.gif │ │ │ ├── 074.gif │ │ │ ├── 075.gif │ │ │ ├── 076.gif │ │ │ ├── 077.gif │ │ │ ├── 078.gif │ │ │ ├── 079.gif │ │ │ ├── 080.gif │ │ │ ├── 081.gif │ │ │ ├── 082.gif │ │ │ ├── 083.gif │ │ │ ├── 084.gif │ │ │ ├── 085.gif │ │ │ ├── 086.gif │ │ │ ├── 087.gif │ │ │ ├── 088.gif │ │ │ ├── 089.gif │ │ │ ├── 090.jpg │ │ │ ├── 091.gif │ │ │ ├── 092.gif │ │ │ ├── 093.gif │ │ │ ├── 094.gif │ │ │ ├── 095.gif │ │ │ ├── 096.gif │ │ │ ├── 097.gif │ │ │ ├── 098.gif │ │ │ ├── 099.gif │ │ │ ├── 100.gif │ │ │ ├── 101.gif │ │ │ ├── 102.gif │ │ │ ├── 103.gif │ │ │ ├── 104.gif │ │ │ ├── 105.gif │ │ │ ├── 106.jpg │ │ │ ├── 107.gif │ │ │ ├── 108.jpg │ │ │ ├── 109.gif │ │ │ ├── 110.gif │ │ │ ├── 111.gif │ │ │ ├── 112.gif │ │ │ ├── 113.gif │ │ │ ├── 114.gif │ │ │ ├── 115.jpg │ │ │ ├── 116.gif │ │ │ ├── 117.gif │ │ │ ├── 118.gif │ │ │ ├── 119.gif │ │ │ ├── 120.gif │ │ │ ├── 121.gif │ │ │ ├── 122.gif │ │ │ ├── 123.gif │ │ │ └── 124.gif │ │ ├── res │ │ ├── drawable-xhdpi │ │ │ └── ic_downloading.png │ │ ├── drawable-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_user_img.png │ │ │ ├── ic_remove_white_48dp.png │ │ │ ├── ic_hdr_weak_white_48dp.png │ │ │ ├── ic_near_me_white_48dp.png │ │ │ ├── ic_clear_all_white_48dp.png │ │ │ ├── ic_swap_calls_white_48dp.png │ │ │ ├── ic_all_inclusive_white_48dp.png │ │ │ └── ic_panorama_fish_eye_white_48dp.png │ │ ├── values-v21 │ │ │ ├── dimen.xml │ │ │ └── themes.xml │ │ ├── values │ │ │ ├── dimen.xml │ │ │ ├── attrs.xml │ │ │ └── styles.xml │ │ ├── drawable │ │ │ ├── linear_divider.xml │ │ │ ├── ic_add_black_48dp.xml │ │ │ ├── ic_swap_calls_white_48dp.xml │ │ │ └── launch_background.xml │ │ ├── xml │ │ │ └── searchable.xml │ │ ├── color │ │ │ ├── selector_compoundbutton_normal.xml │ │ │ └── selector_tint_bottom_navigation.xml │ │ ├── layout │ │ │ ├── layout_swipe_refresh_layout.xml │ │ │ ├── layout_toolbar.xml │ │ │ ├── gridview_emoticon.xml │ │ │ ├── layout_recycler_view.xml │ │ │ ├── layout_progressbar.xml │ │ │ ├── gridview_emoticon_item.xml │ │ │ ├── activity_picture.xml │ │ │ ├── recycler_view_item_my_title.xml │ │ │ ├── recycler_view_item_forum_area.xml │ │ │ ├── activity_thread_list.xml │ │ │ ├── activity_thread_info.xml │ │ │ ├── activity_main.xml │ │ │ ├── layout_bottom_navigation_item.xml │ │ │ ├── recycler_view_item_my_setting_night.xml │ │ │ ├── recycler_view_item_my_setting_url_ip.xml │ │ │ ├── recycler_view_item_my_setting_phone_tail.xml │ │ │ └── recycler_view_item_my_setting_avater.xml │ │ ├── drawable-v21 │ │ │ └── ic_add_black_48dp.xml │ │ └── menu │ │ │ └── drawer_menu.xml │ │ └── java │ │ └── org │ │ └── succlz123 │ │ ├── s1go │ │ ├── BaseDataSource.java │ │ ├── BasePresenter.java │ │ ├── BaseView.java │ │ ├── utils │ │ │ ├── UserInfoChangeListener.java │ │ │ ├── recycler │ │ │ │ ├── BaseSection.java │ │ │ │ ├── SectionFooterAdapter.java │ │ │ │ └── SectionHeaderAdapter.java │ │ │ ├── schedulers │ │ │ │ ├── BaseSchedulerProvider.java │ │ │ │ ├── ImmediateSchedulerProvider.java │ │ │ │ └── SchedulerProvider.java │ │ │ ├── common │ │ │ │ ├── FragmentUtils.java │ │ │ │ └── ViewUtils.java │ │ │ ├── html │ │ │ │ └── S1LinkMovementMethod.java │ │ │ ├── LifecycleCallbacksAdapter.java │ │ │ ├── network │ │ │ │ └── NetworkReceiver.java │ │ │ └── TarsyliaStr.java │ │ ├── ui │ │ │ ├── main │ │ │ │ └── hot │ │ │ │ │ ├── HotDataSource.java │ │ │ │ │ └── HotContract.java │ │ │ ├── login │ │ │ │ ├── LoginDataSource.java │ │ │ │ └── LoginContract.java │ │ │ ├── thread │ │ │ │ └── list │ │ │ │ │ ├── ThreadListDataSource.java │ │ │ │ │ └── ThreadListContract.java │ │ │ ├── blackhouse │ │ │ │ └── BlackHouseFragment.java │ │ │ ├── picture │ │ │ │ └── PicContract.java │ │ │ └── base │ │ │ │ ├── BaseRecyclerViewFragment.java │ │ │ │ └── BaseThreadListRvViewHolder.java │ │ ├── widget │ │ │ └── FixViewPager.java │ │ ├── config │ │ │ └── AddCookiesInterceptor.java │ │ └── deprecated │ │ │ └── LogUtil.java │ │ ├── blockanalyzer │ │ ├── BlockRecord.java │ │ └── IBlockTracker.java │ │ ├── htmlview │ │ ├── span │ │ │ ├── ClickableTableSpan.java │ │ │ └── NumberSpan.java │ │ └── image │ │ │ └── HtmlResImageGetter.java │ │ └── utils │ │ ├── Charsets.java │ │ └── CloneFailedException.java ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties ├── settings.gradle └── build.gradle ├── ios ├── Flutter │ ├── Debug.xcconfig │ ├── Release.xcconfig │ └── AppFrameworkInfo.plist ├── Runner │ ├── AppDelegate.h │ ├── Assets.xcassets │ │ ├── LaunchImage.imageset │ │ │ ├── LaunchImage.png │ │ │ ├── LaunchImage@2x.png │ │ │ ├── LaunchImage@3x.png │ │ │ ├── README.md │ │ │ └── Contents.json │ │ └── AppIcon.appiconset │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ └── Icon-App-83.5x83.5@2x.png │ ├── main.m │ └── AppDelegate.m ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── WorkspaceSettings.xcsettings └── Runner.xcodeproj │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── screenshot ├── 1.jpg ├── 2.jpg └── 3.jpg ├── images ├── ic_user_img.png ├── ic_hdr_weak_white_48dp.png ├── ic_all_inclusive_white_48dp.png └── ic_panorama_fish_eye_white_48dp.png ├── .gitattributes ├── lib ├── widget │ └── nothing.dart └── http.dart ├── README.md └── test └── widget_test.dart /android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx1536M 2 | -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /screenshot/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/screenshot/1.jpg -------------------------------------------------------------------------------- /screenshot/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/screenshot/2.jpg -------------------------------------------------------------------------------- /screenshot/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/screenshot/3.jpg -------------------------------------------------------------------------------- /images/ic_user_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/images/ic_user_img.png -------------------------------------------------------------------------------- /images/ic_hdr_weak_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/images/ic_hdr_weak_white_48dp.png -------------------------------------------------------------------------------- /images/ic_all_inclusive_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/images/ic_all_inclusive_white_48dp.png -------------------------------------------------------------------------------- /images/ic_panorama_fish_eye_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/images/ic_panorama_fish_eye_white_48dp.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/147.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/147.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/148.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/148.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/149.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/149.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/150.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/150.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/151.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/151.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/152.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/152.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/153.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/153.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/154.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/154.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/dym/155.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/dym/155.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/00.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/00.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/01.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/02.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/03.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/04.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/05.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/06.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/07.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/08.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/09.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/10.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/11.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/12.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/13.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/14.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/15.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/16.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/17.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/18.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/19.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/20.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/21.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/22.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/23.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/24.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/25.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/26.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/27.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/28.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/29.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/30.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/31.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/32.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/33.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/34.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/35.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/37.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/38.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/39.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/40.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/41.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/42.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/43.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/44.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/45.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/46.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/47.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/48.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/49.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/50.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/51.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/52.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/53.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/54.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/55.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/56.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/57.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/58.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/59.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/60.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/61.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/62.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/63.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/64.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/65.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/66.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/67.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/68.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/69.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/70.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/71.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/72.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/73.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/74.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/75.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/76.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/77.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/78.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/79.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/80.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/81.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/82.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/83.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/84.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/85.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/86.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/87.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/88.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/89.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/90.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/91.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/92.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/93.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/94.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/95.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/96.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/97.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/98.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/99.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/3.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/d.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/e.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/e.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/001.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/002.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/003.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/004.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/005.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/006.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/007.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/008.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/009.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/010.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/011.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/012.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/013.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/014.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/015.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/nq/016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/nq/016.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/156.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/156.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/157.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/157.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/158.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/158.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/159.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/159.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/160.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/160.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/161.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/161.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/zdl/162.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/zdl/162.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/137.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/137.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/138.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/138.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/139.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/139.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/140.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/140.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/141.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/141.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/142.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/142.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/143.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/143.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/144.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/145.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/145.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/146.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/146.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/animal/203.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/animal/203.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/10.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/11.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/12.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/13.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/14.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/15.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/16.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/17.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/18.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/19.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/2.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/20.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/21.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/22.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/23.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/3.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/4.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/5.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/6.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/62.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/63.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/64.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/65.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/68.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/69.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/7.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/70.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/71.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/72.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/73.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/76.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/78.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/8.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/83.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/bundam/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/bundam/9.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/163.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/163.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/164.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/164.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/165.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/165.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/166.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/166.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/167.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/167.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/168.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/168.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/169.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/169.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/170.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/170.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/171.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/171.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/172.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/172.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/173.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/173.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/174.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/174.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/175.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/175.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/176.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/176.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/177.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/177.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/178.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/178.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/179.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/179.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/carton/180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/carton/180.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/100.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/101.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/102.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/103.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/104.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/105.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/106.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/107.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/108.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/109.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/110.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/111.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/112.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/113.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/114.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/115.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/116.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/117.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/118.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/119.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/120.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/121.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/122.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/123.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/124.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/125.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/126.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/127.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/128.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/129.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/130.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/131.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/132.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/133.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/134.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/135.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/136.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/136.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/137.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/137.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/138.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/138.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/139.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/139.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/140.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/140.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/141.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/141.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/142.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/142.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/143.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/143.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/144.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/145.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/145.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/146.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/146.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/147.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/147.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/148.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/148.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/149.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/149.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/150.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/150.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/151.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/151.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/152.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/152.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/153.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/153.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/154.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/154.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/155.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/156.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/157.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/157.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/158.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/159.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/159.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/160.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/160.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/161.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/161.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/162.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/162.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/163.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/163.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/164.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/164.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/165.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/165.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/166.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/166.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/167.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/167.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/168.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/169.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/169.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/170.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/170.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/171.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/171.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/172.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/172.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/173.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/173.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/174.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/174.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/175.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/175.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/176.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/176.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/177.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/177.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/178.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/178.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/179.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/179.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/180.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/181.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/181.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/182.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/182.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/183.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/183.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/184.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/184.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/185.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/185.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/186.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/186.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/187.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/187.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/188.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/188.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/189.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/189.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/190.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/190.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/191.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/191.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/192.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/192.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/200.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/200.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/face/201.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/face/201.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/125.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/126.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/127.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/128.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/129.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/130.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/131.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/132.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/133.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/134.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/135.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/flash/136.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/flash/136.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/0.7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/0.7.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/01.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/06.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/07.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/08.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/09.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/10.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/100.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/11.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/112.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/114.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/115.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/12.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/13.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/14.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/149.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/149.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/15.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/152.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/152.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/157.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/157.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/158.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/158.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/159.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/159.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/160.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/160.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/161.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/161.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/162.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/162.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/165.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/165.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/166.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/166.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/170.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/170.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/171.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/171.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/178.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/178.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/180.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/181.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/181.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/184.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/184.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/186.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/186.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/187.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/187.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/19.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/190.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/190.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/27.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/28.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/29.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/30.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/302.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/302.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/31.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/32.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/33.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/34.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/35.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/37.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/38.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/40.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/45.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/455.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/455.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/456.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/456.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/46.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/49.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/50.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/53.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/58.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/5e.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/5e.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/6a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/6a.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/82.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/84.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/88.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/92.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/97.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/992.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/992.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b02.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b11.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b112.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b164.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b164.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b185.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b185.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b200.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b200.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/b57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/b57.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/goose/bdd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/goose/bdd.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/017.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/018.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/019.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/020.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/021.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/022.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/023.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/024.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/025.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/026.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/027.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/028.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/029.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/030.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/031.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/032.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/033.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/034.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/035.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/036.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/037.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/038.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/039.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/040.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/041.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/041.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/042.png -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/043.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/043.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/044.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/044.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/045.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/046.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/046.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/047.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/047.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/048.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/049.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/050.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/050.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/051.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/051.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/052.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/052.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/053.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/053.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/054.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/054.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/055.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/055.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/056.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/056.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/057.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/057.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/058.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/058.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/059.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/059.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/060.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/060.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/061.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/061.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/062.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/062.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/063.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/063.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/064.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/064.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/065.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/065.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/066.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/066.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/067.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/067.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/068.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/068.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/070.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/070.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/071.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/071.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/072.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/072.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/073.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/073.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/074.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/074.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/075.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/075.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/076.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/076.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/077.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/077.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/078.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/078.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/079.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/079.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/080.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/080.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/081.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/081.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/082.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/082.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/083.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/083.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/084.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/084.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/085.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/085.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/086.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/086.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/087.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/087.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/088.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/088.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/089.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/089.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/090.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/090.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/091.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/091.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/092.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/092.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/093.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/093.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/094.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/094.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/095.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/095.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/096.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/096.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/097.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/097.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/098.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/098.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/099.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/099.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/100.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/101.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/102.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/103.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/104.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/105.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/106.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/106.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/107.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/108.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/108.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/109.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/110.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/111.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/112.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/113.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/114.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/115.jpg -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/116.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/117.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/118.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/119.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/120.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/121.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/122.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/123.gif -------------------------------------------------------------------------------- /android/app/src/main/assets/emoticon/normal/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/assets/emoticon/normal/124.gif -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : FlutterAppDelegate 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xhdpi/ic_downloading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xhdpi/ic_downloading.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_user_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_user_img.png -------------------------------------------------------------------------------- /android/app/src/main/res/values-v21/dimen.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16dp 5 | 6 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_remove_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_remove_white_48dp.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_hdr_weak_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_hdr_weak_white_48dp.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_near_me_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_near_me_white_48dp.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_clear_all_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_clear_all_white_48dp.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_swap_calls_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_swap_calls_white_48dp.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_all_inclusive_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_all_inclusive_white_48dp.png -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.java linguist-language=Dart 2 | *.kt linguist-language=Dart 3 | *.h linguist-language=Dart 4 | *.m linguist-language=Dart 5 | *.swift linguist-language=Dart 6 | *.dart linguist-language=Dart -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_panorama_fish_eye_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/succlz123/S1-Go/HEAD/android/app/src/main/res/drawable-xxxhdpi/ic_panorama_fish_eye_white_48dp.png -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/BaseDataSource.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go; 2 | 3 | /** 4 | * Created by succlz123 on 2016/11/30. 5 | */ 6 | 7 | public interface BaseDataSource { 8 | 9 | } 10 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /lib/widget/nothing.dart: -------------------------------------------------------------------------------- 1 | import "package:flutter/material.dart"; 2 | 3 | class Nothing extends StatelessWidget{ 4 | @override 5 | Widget build(BuildContext context) { 6 | return Container(width: 0.0, height: 0.0); 7 | } 8 | } -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/dimen.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5dp 4 | 25dp 5 | 6 | 7 | 0dp 8 | 9 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/linear_divider.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /android/app/src/main/res/xml/searchable.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/BasePresenter.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go; 2 | 3 | /** 4 | * Created by succlz123 on 2016/11/28. 5 | */ 6 | 7 | public interface BasePresenter { 8 | 9 | void subscribe(); 10 | 11 | void unSubscribe(); 12 | 13 | } 14 | -------------------------------------------------------------------------------- /ios/Runner/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char* argv[]) { 6 | @autoreleasepool { 7 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/BaseView.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go; 2 | 3 | /** 4 | * Created by succlz123 on 2016/11/28. 5 | */ 6 | 7 | public interface BaseView { 8 | 9 | void setPresenter(T presenter); 10 | 11 | boolean isActive(); 12 | 13 | } 14 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Fri Jun 23 08:50:38 CEST 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip 7 | -------------------------------------------------------------------------------- /android/app/src/main/res/color/selector_compoundbutton_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildSystemType 6 | Original 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/UserInfoChangeListener.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils; 2 | 3 | import org.succlz123.s1go.bean.UserInfo; 4 | 5 | /** 6 | * Created by succlz123 on 16/4/24. 7 | */ 8 | public interface UserInfoChangeListener { 9 | void onChanged(UserInfo.Variables userInfo); 10 | } 11 | 12 | -------------------------------------------------------------------------------- /android/app/src/main/res/color/selector_tint_bottom_navigation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/recycler/BaseSection.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.recycler; 2 | 3 | import android.support.v7.widget.RecyclerView; 4 | 5 | public abstract class BaseSection extends Section { 6 | 7 | @Override 8 | public long getItemId(int position) { 9 | return RecyclerView.NO_ID; 10 | } 11 | } -------------------------------------------------------------------------------- /android/app/src/main/res/layout/layout_swipe_refresh_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/blockanalyzer/BlockRecord.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.blockanalyzer; 2 | 3 | /** 4 | * Created by succlz123 on 2016/12/16. 5 | */ 6 | 7 | public abstract class BlockRecord { 8 | 9 | public BlockRecord() { 10 | } 11 | 12 | protected abstract String getLabel(); 13 | 14 | public abstract String dump(); 15 | } 16 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/layout_toolbar.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/ic_add_black_48dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/ic_add_black_48dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /lib/http.dart: -------------------------------------------------------------------------------- 1 | import "package:http/http.dart" as http$; 2 | import "dart:async"; 3 | 4 | class HttpClient extends http$.BaseClient{ 5 | final http$.Client _client; 6 | 7 | HttpClient(this._client); 8 | 9 | Future send(http$.BaseRequest request) { 10 | return _client.send(request); 11 | } 12 | } 13 | 14 | HttpClient http = new HttpClient(new http$.Client()); 15 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/gridview_emoticon.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/layout_recycler_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.m: -------------------------------------------------------------------------------- 1 | #include "AppDelegate.h" 2 | #include "GeneratedPluginRegistrant.h" 3 | 4 | @implementation AppDelegate 5 | 6 | - (BOOL)application:(UIApplication *)application 7 | didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { 8 | [GeneratedPluginRegistrant registerWithRegistry:self]; 9 | // Override point for customization after application launch. 10 | return [super application:application didFinishLaunchingWithOptions:launchOptions]; 11 | } 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Stage1st Go 2 | 3 | [Google Play](https://play.google.com/store/apps/details?id=org.succlz123.s1go.app) 4 | S1论坛 Android 5.0+ 客户端 5 | 6 | ![1](https://github.com/succlz123/S1-Go/blob/master/screenshot/1.jpg) 7 | ![2](https://github.com/succlz123/S1-Go/blob/master/screenshot/2.jpg) 8 | ![3](https://github.com/succlz123/S1-Go/blob/master/screenshot/3.jpg) 9 | 10 | # 感谢 11 | 12 | Stage1 13 | S1 Next 14 | [ZetaSlasher](http://bbs.saraba1st.com/2b/space-uid-142441.html) 默认S1娘头像 -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/schedulers/BaseSchedulerProvider.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.schedulers; 2 | 3 | import android.support.annotation.NonNull; 4 | 5 | import rx.Scheduler; 6 | 7 | /** 8 | * Allow providing different types of {@link Scheduler}s. 9 | */ 10 | public interface BaseSchedulerProvider { 11 | 12 | @NonNull 13 | Scheduler computation(); 14 | 15 | @NonNull 16 | Scheduler io(); 17 | 18 | @NonNull 19 | Scheduler ui(); 20 | } 21 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/layout_progressbar.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/blockanalyzer/IBlockTracker.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.blockanalyzer; 2 | 3 | import android.support.annotation.MainThread; 4 | import android.support.annotation.NonNull; 5 | 6 | /** 7 | * Created by succlz123 on 2016/12/16. 8 | */ 9 | 10 | public interface IBlockTracker { 11 | @MainThread 12 | void beginTrace(long var1); 13 | 14 | @MainThread 15 | void endTrace(); 16 | 17 | @MainThread 18 | @NonNull 19 | BlockRecord getRecord(); 20 | } 21 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/ic_swap_calls_white_48dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/main/hot/HotDataSource.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.main.hot; 2 | 3 | import org.succlz123.s1go.bean.HotPost; 4 | import org.succlz123.s1go.config.RetrofitManager; 5 | 6 | import rx.Observable; 7 | 8 | /** 9 | * Created by succlz123 on 2016/11/28. 10 | */ 11 | 12 | public class HotDataSource implements HotContract.DataSource { 13 | 14 | @Override 15 | public Observable getHot() { 16 | return RetrofitManager.apiService().getHot(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | 3 | def flutterProjectRoot = rootProject.projectDir.parentFile.toPath() 4 | 5 | def plugins = new Properties() 6 | def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins') 7 | if (pluginsFile.exists()) { 8 | pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) } 9 | } 10 | 11 | plugins.each { name, path -> 12 | def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile() 13 | include ":$name" 14 | project(":$name").projectDir = pluginDirectory 15 | } 16 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/login/LoginDataSource.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.login; 2 | 3 | import org.succlz123.s1go.bean.UserInfo; 4 | import org.succlz123.s1go.config.RetrofitManager; 5 | 6 | import rx.Observable; 7 | 8 | /** 9 | * Created by succlz123 on 2016/11/28. 10 | */ 11 | 12 | public class LoginDataSource implements LoginContract.DataSource { 13 | 14 | @Override 15 | public Observable login(String username, String password) { 16 | return RetrofitManager.apiService().login(username, password); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/gridview_emoticon_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/activity_picture.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/thread/list/ThreadListDataSource.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.thread.list; 2 | 3 | import org.succlz123.s1go.bean.ThreadList; 4 | import org.succlz123.s1go.config.RetrofitManager; 5 | 6 | import rx.Observable; 7 | 8 | /** 9 | * Created by succlz123 on 2016/11/28. 10 | */ 11 | 12 | public class ThreadListDataSource implements ThreadListContract.DataSource { 13 | 14 | @Override 15 | public Observable loadThreadList(int pager, String fid) { 16 | return RetrofitManager.apiService().getThreadList(pager, fid); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | buildscript { 2 | repositories { 3 | google() 4 | jcenter() 5 | } 6 | 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:3.2.1' 9 | } 10 | } 11 | 12 | allprojects { 13 | repositories { 14 | google() 15 | jcenter() 16 | } 17 | } 18 | 19 | rootProject.buildDir = '../build' 20 | subprojects { 21 | project.buildDir = "${rootProject.buildDir}/${project.name}" 22 | } 23 | subprojects { 24 | project.evaluationDependsOn(':app') 25 | } 26 | 27 | task clean(type: Delete) { 28 | delete rootProject.buildDir 29 | } 30 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/recycler_view_item_my_title.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/recycler_view_item_forum_area.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/activity_thread_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 14 | 15 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/blackhouse/BlackHouseFragment.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.blackhouse; 2 | 3 | import org.succlz123.s1go.ui.base.BaseRecyclerViewFragment; 4 | 5 | import android.os.Bundle; 6 | import android.support.annotation.Nullable; 7 | import android.support.v7.widget.RecyclerView; 8 | 9 | /** 10 | * Created by succlz123 on 16/4/13. 11 | */ 12 | public class BlackHouseFragment extends BaseRecyclerViewFragment { 13 | 14 | @Override 15 | public void onViewCreated(RecyclerView recyclerView, @Nullable Bundle savedInstanceState) { 16 | super.onViewCreated(recyclerView, savedInstanceState); 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/activity_thread_info.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 14 | 15 | -------------------------------------------------------------------------------- /android/app/src/main/res/values-v21/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 13 | 14 | 15 | 19 | 20 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/common/FragmentUtils.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.common; 2 | 3 | import android.app.Activity; 4 | import android.os.Build; 5 | import android.support.v4.app.FragmentManager; 6 | import android.support.v4.app.FragmentTransaction; 7 | 8 | /** 9 | * Created by succlz123 on 16/5/4. 10 | */ 11 | public class FragmentUtils { 12 | 13 | public static void commit(Activity activity, FragmentManager manager, FragmentTransaction transaction) { 14 | if (activity.isFinishing()) { 15 | return; 16 | } 17 | if (Build.VERSION.SDK_INT >= 17 && activity.isDestroyed()) { 18 | return; 19 | } 20 | transaction.commitAllowingStateLoss(); 21 | manager.executePendingTransactions(); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/main/hot/HotContract.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.main.hot; 2 | 3 | import org.succlz123.s1go.BaseDataSource; 4 | import org.succlz123.s1go.BasePresenter; 5 | import org.succlz123.s1go.BaseView; 6 | import org.succlz123.s1go.bean.HotPost; 7 | 8 | import rx.Observable; 9 | 10 | /** 11 | * Created by succlz123 on 2015/4/14. 12 | */ 13 | 14 | public interface HotContract { 15 | 16 | interface View extends BaseView { 17 | 18 | void onResponse(HotPost hotPost); 19 | 20 | void onError(); 21 | 22 | } 23 | 24 | interface Presenter extends BasePresenter { 25 | 26 | void getHot(); 27 | 28 | } 29 | 30 | interface DataSource extends BaseDataSource { 31 | 32 | Observable getHot(); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/schedulers/ImmediateSchedulerProvider.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.schedulers; 2 | 3 | import android.support.annotation.NonNull; 4 | 5 | import rx.Scheduler; 6 | import rx.schedulers.Schedulers; 7 | 8 | /** 9 | * Implementation of the {@link BaseSchedulerProvider} making all {@link Scheduler}s immediate. 10 | */ 11 | public class ImmediateSchedulerProvider implements BaseSchedulerProvider { 12 | 13 | @NonNull 14 | @Override 15 | public Scheduler computation() { 16 | return Schedulers.immediate(); 17 | } 18 | 19 | @NonNull 20 | @Override 21 | public Scheduler io() { 22 | return Schedulers.immediate(); 23 | } 24 | 25 | @NonNull 26 | @Override 27 | public Scheduler ui() { 28 | return Schedulers.immediate(); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/widget/FixViewPager.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.widget; 2 | 3 | import android.content.Context; 4 | import android.support.v4.view.ViewPager; 5 | import android.util.AttributeSet; 6 | import android.view.MotionEvent; 7 | 8 | /** 9 | * Created by succlz123 on 2016/11/9. 10 | */ 11 | public class FixViewPager extends ViewPager { 12 | 13 | public FixViewPager(Context context) { 14 | super(context); 15 | } 16 | 17 | public FixViewPager(Context context, AttributeSet attrs) { 18 | super(context, attrs); 19 | } 20 | 21 | @Override 22 | public boolean onInterceptTouchEvent(MotionEvent ev) { 23 | try { 24 | return super.onInterceptTouchEvent(ev); 25 | } catch (Exception ignored) { 26 | 27 | } 28 | return false; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/common/ViewUtils.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.common; 2 | 3 | import android.app.Activity; 4 | import android.content.Context; 5 | import android.view.LayoutInflater; 6 | import android.view.View; 7 | 8 | public class ViewUtils { 9 | 10 | public static LayoutInflater getInflater(Context context) { 11 | return (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); 12 | } 13 | 14 | @SuppressWarnings({"unchecked", "UnusedDeclaration"}) 15 | public static T f(View view, int id) { 16 | return (T) view.findViewById(id); 17 | } 18 | 19 | @SuppressWarnings({"unchecked", "UnusedDeclaration"}) 20 | public static T f(Activity activity, int id) { 21 | return (T) activity.findViewById(id); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/login/LoginContract.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.login; 2 | 3 | import org.succlz123.s1go.BaseDataSource; 4 | import org.succlz123.s1go.BasePresenter; 5 | import org.succlz123.s1go.BaseView; 6 | import org.succlz123.s1go.bean.UserInfo; 7 | 8 | import rx.Observable; 9 | 10 | /** 11 | * Created by succlz123 on 2015/4/14. 12 | */ 13 | public interface LoginContract { 14 | 15 | interface View extends BaseView { 16 | 17 | void onLoginSuccess(UserInfo userInfo); 18 | 19 | void onLoginFailed(String hint); 20 | } 21 | 22 | interface Presenter extends BasePresenter { 23 | 24 | void login(String username, String password); 25 | 26 | } 27 | 28 | interface DataSource extends BaseDataSource { 29 | 30 | Observable login(String username, String password); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | App 9 | CFBundleIdentifier 10 | io.flutter.flutter.app 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | App 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | MinimumOSVersion 24 | 8.0 25 | 26 | 27 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 16 | 17 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/htmlview/span/ClickableTableSpan.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.htmlview.span; 2 | 3 | import android.text.style.ClickableSpan; 4 | 5 | /** 6 | * This span defines what should happen if a table is clicked. This abstract class is defined so 7 | * that applications can access the raw table HTML and do whatever they'd like to render it (e.g. 8 | * show it in a WebView). 9 | */ 10 | public abstract class ClickableTableSpan extends ClickableSpan { 11 | protected String tableHtml; 12 | 13 | // This sucks, but we need this so that each table can get its own ClickableTableSpan. 14 | // Otherwise, we end up removing the clicking from earlier tables. 15 | public abstract ClickableTableSpan newInstance(); 16 | 17 | public void setTableHtml(String tableHtml) { 18 | this.tableHtml = tableHtml; 19 | } 20 | 21 | public String getTableHtml() { 22 | return tableHtml; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/picture/PicContract.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.picture; 2 | 3 | import org.succlz123.s1go.BaseDataSource; 4 | import org.succlz123.s1go.BasePresenter; 5 | import org.succlz123.s1go.BaseView; 6 | 7 | import android.graphics.Bitmap; 8 | 9 | import rx.Observable; 10 | 11 | /** 12 | * Created by succlz123 on 2015/4/14. 13 | */ 14 | 15 | public interface PicContract { 16 | 17 | interface View extends BaseView { 18 | 19 | void setBitmapSource(String file, Bitmap bitmap); 20 | 21 | void onSaveSuccess(); 22 | 23 | void onSaveFailed(); 24 | } 25 | 26 | interface Presenter extends BasePresenter { 27 | 28 | void getBitmap(String url); 29 | 30 | void savePic(String url); 31 | } 32 | 33 | interface DataSource extends BaseDataSource { 34 | 35 | Observable getBitmap(String url); 36 | 37 | Observable savePic(String url); 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/recycler/SectionFooterAdapter.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.recycler; 2 | 3 | import android.support.v7.widget.RecyclerView; 4 | import android.view.ViewGroup; 5 | 6 | /** 7 | * 带有section的列表(只有footer,没有header) 8 | * 注意:RecyclerView的setLayoutManager方法必须在setAdapter方法之前调用. 9 | * 确保onAttachedToRecyclerView中关于LayoutManager部分及时调用 10 | *
11 |  *   recycler.setLayoutManager(layoutManager);
12 |  *   recycler.setAdapter(adapter);
13 |  * 
14 | */ 15 | public abstract class SectionFooterAdapter extends SectionAdapter { 16 | @Override 17 | protected boolean enableSectionHeader(int section) { 18 | return false; 19 | } 20 | 21 | @Override 22 | protected BaseAdapter.ViewHolder createSectionHeaderHolder(ViewGroup parent, int viewType) { 23 | return null; 24 | } 25 | 26 | @Override 27 | protected void bindSectionHeaderHolder(RecyclerView.ViewHolder holder, int section) { 28 | 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/recycler/SectionHeaderAdapter.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.recycler; 2 | 3 | import android.support.v7.widget.RecyclerView; 4 | import android.view.ViewGroup; 5 | 6 | /** 7 | * 带有section的列表(只有header,没有footer) 8 | * 注意:RecyclerView的setLayoutManager方法必须在setAdapter方法之前调用. 9 | * 确保onAttachedToRecyclerView中关于LayoutManager部分及时调用 10 | *
11 |  *   recycler.setLayoutManager(layoutManager);
12 |  *   recycler.setAdapter(adapter);
13 |  * 
14 | */ 15 | public abstract class SectionHeaderAdapter extends SectionAdapter { 16 | @Override 17 | protected final boolean enableSectionFooter(int section) { 18 | return false; 19 | } 20 | 21 | @Override 22 | protected final BaseAdapter.ViewHolder createSectionFooterHolder(ViewGroup parent, int viewType) { 23 | return null; 24 | } 25 | 26 | @Override 27 | protected final void bindSectionFooterHolder(RecyclerView.ViewHolder holder, int section) { 28 | 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/html/S1LinkMovementMethod.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.html; 2 | 3 | import org.succlz123.htmlview.touch.LocalLinkMovementMethod; 4 | import org.succlz123.s1go.ui.picture.PictureActivity; 5 | 6 | import android.support.annotation.NonNull; 7 | import android.text.TextUtils; 8 | import android.text.style.ImageSpan; 9 | import android.widget.TextView; 10 | 11 | /** 12 | * Created by succlz123 on 2015/4/17. 13 | */ 14 | public class S1LinkMovementMethod extends LocalLinkMovementMethod { 15 | private static final S1LinkMovementMethod instance = new S1LinkMovementMethod(); 16 | 17 | public static S1LinkMovementMethod getInstance() { 18 | return instance; 19 | } 20 | 21 | public void onImageSpanClick(TextView widget, @NonNull ImageSpan imageSpan, String source) { 22 | if (TextUtils.isEmpty(source)) { 23 | return; 24 | } 25 | if (source.startsWith("http://static.saraba1st.com/image/smiley/")) { 26 | return; 27 | } 28 | PictureActivity.start(widget.getContext(), source); 29 | } 30 | } -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/utils/Charsets.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.utils; 2 | 3 | import java.nio.charset.Charset; 4 | 5 | /** 6 | * Convenient access to the most important built-in charsets. 7 | * @since 0.6 8 | */ 9 | public class Charsets { 10 | /** 11 | * The ISO-8859-1 charset. 12 | */ 13 | public static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1"); 14 | 15 | /** 16 | * The US-ASCII charset. 17 | */ 18 | public static final Charset US_ASCII = Charset.forName("US-ASCII"); 19 | 20 | /** 21 | * The UTF-8 charset. 22 | */ 23 | public static final Charset UTF_8 = Charset.forName("UTF-8"); 24 | 25 | /** 26 | * The UTF-16 charset. 27 | */ 28 | public static final Charset UTF_16 = Charset.forName("UTF-16"); 29 | 30 | /** 31 | * The UTF-16BE (big-endian) charset. 32 | */ 33 | public static final Charset UTF_16BE = Charset.forName("UTF-16BE"); 34 | 35 | /** 36 | * The UTF-16LE (little-endian) charset. 37 | */ 38 | public static final Charset UTF_16LE = Charset.forName("UTF-16LE"); 39 | } 40 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/LifecycleCallbacksAdapter.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils; 2 | 3 | import android.app.Activity; 4 | import android.app.Application; 5 | import android.os.Bundle; 6 | 7 | /** 8 | * Created by succlz123 on 2016/12/1. 9 | */ 10 | 11 | public class LifecycleCallbacksAdapter implements Application.ActivityLifecycleCallbacks { 12 | @Override 13 | public void onActivityCreated(Activity activity, Bundle savedInstanceState) { 14 | 15 | } 16 | 17 | @Override 18 | public void onActivityStarted(Activity activity) { 19 | 20 | } 21 | 22 | @Override 23 | public void onActivityResumed(Activity activity) { 24 | 25 | } 26 | 27 | @Override 28 | public void onActivityPaused(Activity activity) { 29 | 30 | } 31 | 32 | @Override 33 | public void onActivityStopped(Activity activity) { 34 | 35 | } 36 | 37 | @Override 38 | public void onActivitySaveInstanceState(Activity activity, Bundle outState) { 39 | 40 | } 41 | 42 | @Override 43 | public void onActivityDestroyed(Activity activity) { 44 | 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/thread/list/ThreadListContract.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.thread.list; 2 | 3 | import org.succlz123.s1go.BaseDataSource; 4 | import org.succlz123.s1go.BasePresenter; 5 | import org.succlz123.s1go.BaseView; 6 | import org.succlz123.s1go.bean.ThreadList; 7 | 8 | import java.util.List; 9 | 10 | import rx.Observable; 11 | 12 | /** 13 | * Created by succlz123 on 2015/4/14. 14 | */ 15 | 16 | public interface ThreadListContract { 17 | 18 | interface View extends BaseView { 19 | 20 | void setData(List data); 21 | 22 | void setChange(List data); 23 | 24 | void onFailed(); 25 | } 26 | 27 | interface Presenter extends BasePresenter { 28 | 29 | void loadThreadList(); 30 | 31 | String getFormHash(); 32 | 33 | void onRefresh(); 34 | 35 | void setFid(String fid); 36 | } 37 | 38 | interface DataSource extends BaseDataSource { 39 | 40 | Observable loadThreadList(int pager, String fid); 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /test/widget_test.dart: -------------------------------------------------------------------------------- 1 | // This is a basic Flutter widget test. 2 | // To perform an interaction with a widget in your test, use the WidgetTester utility that Flutter 3 | // provides. For example, you can send tap and scroll gestures. You can also use WidgetTester to 4 | // find child widgets in the widget tree, read text, and verify that the values of widget properties 5 | // are correct. 6 | 7 | import 'package:flutter/material.dart'; 8 | import 'package:flutter_test/flutter_test.dart'; 9 | 10 | import 'package:s1_go/main.dart'; 11 | 12 | void main() { 13 | testWidgets('Counter increments smoke test', (WidgetTester tester) async { 14 | // Build our app and trigger a frame. 15 | await tester.pumpWidget(new MyApp()); 16 | 17 | // Verify that our counter starts at 0. 18 | expect(find.text('0'), findsOneWidget); 19 | expect(find.text('1'), findsNothing); 20 | 21 | // Tap the '+' icon and trigger a frame. 22 | await tester.tap(find.byIcon(Icons.add)); 23 | await tester.pump(); 24 | 25 | // Verify that our counter has incremented. 26 | expect(find.text('0'), findsNothing); 27 | expect(find.text('1'), findsOneWidget); 28 | }); 29 | } 30 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/network/NetworkReceiver.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.network; 2 | 3 | import android.content.BroadcastReceiver; 4 | import android.content.Context; 5 | import android.content.Intent; 6 | import android.content.IntentFilter; 7 | import android.net.ConnectivityManager; 8 | import android.text.TextUtils; 9 | 10 | /** 11 | * Created by succlz123 on 3/1/16. 12 | */ 13 | public class NetworkReceiver extends BroadcastReceiver { 14 | private NetworkManager mNetworkManager; 15 | 16 | public NetworkReceiver(NetworkManager networkManager) { 17 | mNetworkManager = networkManager; 18 | } 19 | 20 | @Override 21 | public void onReceive(Context context, Intent intent) { 22 | String action = intent.getAction(); 23 | if (TextUtils.equals(action, ConnectivityManager.CONNECTIVITY_ACTION)) { 24 | if (mNetworkManager != null) { 25 | // mNetworkManager.refresh(); 26 | } 27 | } 28 | } 29 | 30 | public static IntentFilter createFilter() { 31 | IntentFilter filter = new IntentFilter(); 32 | filter.addAction(ConnectivityManager.CONNECTIVITY_ACTION); 33 | return filter; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/TarsyliaStr.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils; 2 | 3 | import java.lang.reflect.Field; 4 | import java.util.Random; 5 | 6 | /** 7 | * Created by succlz123 on 2016/12/26. 8 | */ 9 | 10 | public class TarsyliaStr { 11 | 12 | public static final String TEXT1 = "黄昏来临的时候\n我知道,您会在那儿\n这,已足够\n命运,让人止步\n却不能夺走我眼中的微笑\n若爱,只是一个答案\n我愿像这些花草\n默默遥望。\n\n无名骑士"; 13 | public static final String TEXT2 = "碎了碎了,傻瓜的南瓜……\n" + "算了算了,难过的傻瓜……\n" + "失去才是得到,挥别方能永驻\n" + "青春的真谛,就是一去不复返\n\n精灵民谣"; 14 | public static final String TEXT3 = "你不再骄傲的背影,我叠成了青蛙,塞进行囊\n" + "你不再相信的话语,我织成了翅膀,挂在背上\n" + "就在这里分别吧,朋友。翅膀你带走,可以充饥\n" + "就在这里分别吧,朋友。行囊我留着,可以安息\n" + "我们的故事还很漫长,下一段孤独的旅行,由你陪伴\n" + "我们的结局还没写完,下一对哭泣的翅膀,由你扮演\n" + "没有人在故事外飞翔,只有人在故事里传奇\n" + "我是你的生日,请祝我快乐\n\n艾梅达尔"; 15 | 16 | public static String getText() { 17 | int number = new Random().nextInt(3) + 1; 18 | String name = "TEXT" + number; 19 | Class c = TarsyliaStr.class; 20 | Field field = null; 21 | try { 22 | field = c.getDeclaredField(name); 23 | return field.get(null).toString(); 24 | } catch (NoSuchFieldException | IllegalAccessException ignored) { 25 | } 26 | return null; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/utils/schedulers/SchedulerProvider.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.utils.schedulers; 2 | 3 | import android.support.annotation.NonNull; 4 | import android.support.annotation.Nullable; 5 | 6 | import rx.Scheduler; 7 | import rx.android.schedulers.AndroidSchedulers; 8 | import rx.schedulers.Schedulers; 9 | 10 | /** 11 | * Provides different types of schedulers. 12 | */ 13 | public class SchedulerProvider implements BaseSchedulerProvider { 14 | 15 | @Nullable 16 | private static SchedulerProvider INSTANCE; 17 | 18 | // Prevent direct instantiation. 19 | private SchedulerProvider() { 20 | } 21 | 22 | public static synchronized SchedulerProvider getInstance() { 23 | if (INSTANCE == null) { 24 | INSTANCE = new SchedulerProvider(); 25 | } 26 | return INSTANCE; 27 | } 28 | 29 | @Override 30 | @NonNull 31 | public Scheduler computation() { 32 | return Schedulers.computation(); 33 | } 34 | 35 | @Override 36 | @NonNull 37 | public Scheduler io() { 38 | return Schedulers.io(); 39 | } 40 | 41 | @Override 42 | @NonNull 43 | public Scheduler ui() { 44 | return AndroidSchedulers.mainThread(); 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /android/app/src/main/res/menu/drawer_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 25 | 26 | 29 | 30 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/layout_bottom_navigation_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 18 | 19 | 27 | 28 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/recycler_view_item_my_setting_night.xml: -------------------------------------------------------------------------------- 1 | 2 | 15 | 16 | 25 | 26 | 30 | 31 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/recycler_view_item_my_setting_url_ip.xml: -------------------------------------------------------------------------------- 1 | 2 | 15 | 16 | 25 | 26 | 30 | 31 | -------------------------------------------------------------------------------- /android/app/src/main/res/layout/recycler_view_item_my_setting_phone_tail.xml: -------------------------------------------------------------------------------- 1 | 2 | 15 | 16 | 25 | 26 | 30 | 31 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/config/AddCookiesInterceptor.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.config; 2 | 3 | import org.succlz123.s1go.MainApplication; 4 | 5 | import android.content.Context; 6 | 7 | import java.io.IOException; 8 | 9 | import okhttp3.Interceptor; 10 | import okhttp3.Request; 11 | import okhttp3.Response; 12 | import rx.Observable; 13 | import rx.functions.Action1; 14 | 15 | /** 16 | * Created by succlz123 on 2016/11/27. 17 | */ 18 | public class AddCookiesInterceptor implements Interceptor { 19 | private Context context; 20 | 21 | public AddCookiesInterceptor(Context context) { 22 | super(); 23 | this.context = context; 24 | } 25 | 26 | @Override 27 | public Response intercept(Chain chain) throws IOException { 28 | final Request.Builder builder = chain.request().newBuilder(); 29 | // SharedPreferences sharedPreferences = context.getSharedPreferences("cookie", Context.MODE_PRIVATE); 30 | // Observable.just(sharedPreferences.getString("cookie", "")) 31 | Observable.just(MainApplication.getInstance().getCookie()) 32 | .subscribe(new Action1() { 33 | @Override 34 | public void call(String cookie) { 35 | builder.addHeader("Cookie", cookie); 36 | } 37 | }); 38 | return chain.proceed(builder.build()); 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/htmlview/image/HtmlResImageGetter.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.htmlview.image; 2 | 3 | import org.succlz123.htmlview.HtmlTextView; 4 | 5 | import android.content.Context; 6 | import android.graphics.drawable.Drawable; 7 | import android.text.Html; 8 | import android.util.Log; 9 | import android.widget.TextView; 10 | 11 | 12 | public class HtmlResImageGetter implements Html.ImageGetter { 13 | private TextView container; 14 | 15 | public HtmlResImageGetter(TextView textView) { 16 | this.container = textView; 17 | } 18 | 19 | public Drawable getDrawable(String source) { 20 | Context context = container.getContext(); 21 | int id = context.getResources().getIdentifier(source, "drawable", context.getPackageName()); 22 | 23 | if (id == 0) { 24 | // the drawable resource wasn't found in our package, maybe it is a stock android drawable? 25 | id = context.getResources().getIdentifier(source, "drawable", "android"); 26 | } 27 | 28 | if (id == 0) { 29 | // prevent a crash if the resource still can't be found 30 | Log.e(HtmlTextView.TAG, "source could not be found: " + source); 31 | return null; 32 | } else { 33 | Drawable d = context.getResources().getDrawable(id); 34 | d.setBounds(0, 0, d.getIntrinsicWidth(), d.getIntrinsicHeight()); 35 | return d; 36 | } 37 | } 38 | 39 | } -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/utils/CloneFailedException.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.utils; 2 | 3 | /** 4 | * Exception thrown when a clone cannot be created. In contrast to 5 | * {@link CloneNotSupportedException} this is a {@link RuntimeException}. 6 | * 7 | * @since 1.0 8 | */ 9 | public class CloneFailedException extends RuntimeException { 10 | // ~ Static fields/initializers --------------------------------------------- 11 | 12 | private static final long serialVersionUID = 20091223L; 13 | 14 | // ~ Constructors ----------------------------------------------------------- 15 | 16 | /** 17 | * Constructs a CloneFailedException. 18 | * 19 | * @param message description of the exception 20 | * @since upcoming 21 | */ 22 | public CloneFailedException(final String message) { 23 | super(message); 24 | } 25 | 26 | /** 27 | * Constructs a CloneFailedException. 28 | * 29 | * @param cause cause of the exception 30 | * @since upcoming 31 | */ 32 | public CloneFailedException(final Throwable cause) { 33 | super(cause); 34 | } 35 | 36 | /** 37 | * Constructs a CloneFailedException. 38 | * 39 | * @param message description of the exception 40 | * @param cause cause of the exception 41 | * @since upcoming 42 | */ 43 | public CloneFailedException(final String message, final Throwable cause) { 44 | super(message, cause); 45 | } 46 | } -------------------------------------------------------------------------------- /android/app/src/main/res/layout/recycler_view_item_my_setting_avater.xml: -------------------------------------------------------------------------------- 1 | 2 | 15 | 16 | 24 | 25 | 32 | 33 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/deprecated/LogUtil.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.deprecated; 2 | 3 | import android.util.Log; 4 | 5 | /** 6 | * Created by succlz123 on 2015/5/21. 7 | */ 8 | public class LogUtil { 9 | public static final int VERBOSE = 1; 10 | public static final int DEBUG = 2; 11 | public static final int INFO = 3; 12 | public static final int WARN = 4; 13 | public static final int ERROR = 5; 14 | public static final int NOTHING = 6; 15 | public static final int LEVEL = ERROR; 16 | 17 | public static void v(String tag, String msg) { 18 | if (LEVEL <= VERBOSE) { 19 | Log.v(tag, msg); 20 | } 21 | } 22 | 23 | public static void d(String tag, String msg) { 24 | if (LEVEL <= DEBUG) { 25 | Log.d(tag, msg); 26 | } 27 | } 28 | 29 | public static void i(String tag, String msg) { 30 | if (LEVEL <= INFO) { 31 | Log.i(tag, msg); 32 | } 33 | } 34 | 35 | public static void w(String tag, String msg) { 36 | if (LEVEL <= WARN) { 37 | Log.w(tag, msg); 38 | } 39 | } 40 | 41 | public static void e(String tag, String msg) { 42 | if (LEVEL <= ERROR) { 43 | Log.e(tag, msg); 44 | } 45 | } 46 | 47 | protected static String buildMessage(String msg) { 48 | StackTraceElement caller = new Throwable().fillInStackTrace().getStackTrace()[2]; 49 | 50 | return new StringBuilder() 51 | .append(caller.getClassName()) 52 | .append(".") 53 | .append(caller.getMethodName()) 54 | .append("(): ") 55 | .append(msg).toString(); 56 | } 57 | } 58 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/htmlview/span/NumberSpan.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.htmlview.span; 2 | 3 | import android.graphics.Canvas; 4 | import android.graphics.Paint; 5 | import android.text.Layout; 6 | import android.text.Spanned; 7 | import android.text.TextPaint; 8 | import android.text.style.LeadingMarginSpan; 9 | 10 | /** 11 | * Class to use Numbered Lists in TextViews. 12 | * The span works the same as {@link android.text.style.BulletSpan} and all lines of the entry have 13 | * the same leading margin. 14 | */ 15 | public class NumberSpan implements LeadingMarginSpan { 16 | private final String mNumber; 17 | private final int mTextWidth; 18 | 19 | public NumberSpan(TextPaint textPaint, int number) { 20 | mNumber = Integer.toString(number).concat(". "); 21 | mTextWidth = (int) textPaint.measureText(mNumber); 22 | } 23 | 24 | @Override 25 | public int getLeadingMargin(boolean first) { 26 | return mTextWidth; 27 | } 28 | 29 | @Override 30 | public void drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, 31 | int bottom, CharSequence text, int start, int end, 32 | boolean first, Layout l) { 33 | if (text instanceof Spanned) { 34 | int spanStart = ((Spanned) text).getSpanStart(this); 35 | if (spanStart == start) { 36 | c.drawText(mNumber, x, baseline, p); 37 | } 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 13 | 14 | 28 | 29 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/base/BaseRecyclerViewFragment.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.base; 2 | 3 | import org.succlz123.s1go.R; 4 | import org.succlz123.s1go.utils.common.ViewUtils; 5 | 6 | import android.os.Bundle; 7 | import android.support.annotation.Nullable; 8 | import android.support.v7.widget.RecyclerView; 9 | import android.view.LayoutInflater; 10 | import android.view.View; 11 | import android.view.ViewGroup; 12 | 13 | /** 14 | * Created by succlz123 on 16/4/22. 15 | */ 16 | public abstract class BaseRecyclerViewFragment extends BaseFragment { 17 | protected RecyclerView recyclerView; 18 | 19 | @Override 20 | public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { 21 | return inflater.inflate(R.layout.layout_recycler_view, container, false); 22 | } 23 | 24 | @Override 25 | public final void onViewCreated(View view, @Nullable Bundle savedInstanceState) { 26 | recyclerView = ViewUtils.f(view, R.id.recycler_view); 27 | if (recyclerView == null) { 28 | throw new NullPointerException("RecyclerView not found"); 29 | } 30 | onViewCreated(recyclerView, savedInstanceState); 31 | } 32 | 33 | public void onViewCreated(RecyclerView recyclerView, @Nullable Bundle savedInstanceState) { 34 | } 35 | 36 | @Override 37 | protected void lazyLoad() { 38 | 39 | } 40 | 41 | public RecyclerView getRecyclerView() { 42 | return recyclerView; 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /android/app/src/main/java/org/succlz123/s1go/ui/base/BaseThreadListRvViewHolder.java: -------------------------------------------------------------------------------- 1 | package org.succlz123.s1go.ui.base; 2 | 3 | import org.succlz123.s1go.R; 4 | import org.succlz123.s1go.utils.common.ViewUtils; 5 | 6 | import android.support.v7.widget.RecyclerView; 7 | import android.view.LayoutInflater; 8 | import android.view.View; 9 | import android.view.ViewGroup; 10 | import android.widget.TextView; 11 | 12 | /** 13 | * Created by succlz123 on 16/4/24. 14 | */ 15 | public class BaseThreadListRvViewHolder extends RecyclerView.ViewHolder { 16 | public TextView title; 17 | public TextView fid; 18 | public TextView lastPoster; 19 | public TextView lastTime; 20 | public TextView views; 21 | public TextView reply; 22 | 23 | public BaseThreadListRvViewHolder(View itemView) { 24 | super(itemView); 25 | title = ViewUtils.f(itemView, R.id.title); 26 | fid = ViewUtils.f(itemView, R.id.fid); 27 | 28 | lastPoster = ViewUtils.f(itemView, R.id.last_poster); 29 | lastTime = ViewUtils.f(itemView, R.id.last_post_time); 30 | views = ViewUtils.f(itemView, R.id.views); 31 | reply = ViewUtils.f(itemView, R.id.reply); 32 | } 33 | 34 | public static BaseThreadListRvViewHolder create(ViewGroup parent) { 35 | LayoutInflater layoutInflater = LayoutInflater.from(parent.getContext()); 36 | View view = layoutInflater.inflate(R.layout.recycler_view_item_thread_list, parent, false); 37 | return new BaseThreadListRvViewHolder(view); 38 | } 39 | } 40 | --------------------------------------------------------------------------------