├── demo1.jpg ├── demo2.jpg ├── demo3.jpg ├── NoWorkDay ├── bin │ ├── classes.dex │ ├── NoWorkDay.apk │ ├── resources.ap_ │ ├── classes │ │ └── com │ │ │ ├── noworkday │ │ │ ├── R.class │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$id.class │ │ │ ├── R$array.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── BuildConfig.class │ │ │ ├── R$drawable.class │ │ │ ├── R$styleable.class │ │ │ ├── base │ │ │ │ ├── ApiUrl.class │ │ │ │ ├── Util$1.class │ │ │ │ ├── Util.class │ │ │ │ └── ApiData.class │ │ │ ├── bean │ │ │ │ └── PostBean.class │ │ │ ├── view │ │ │ │ ├── MainFragment.class │ │ │ │ ├── CarouselViewPage.class │ │ │ │ ├── CollectFragment.class │ │ │ │ ├── IndicatorLayout.class │ │ │ │ ├── MainFragment$1.class │ │ │ │ ├── MainFragment$2$1.class │ │ │ │ ├── MainFragment$2.class │ │ │ │ ├── SlidingListFragment.class │ │ │ │ └── SlidingListFragment$MyItemClickListener.class │ │ │ ├── activity │ │ │ │ ├── MainActivity.class │ │ │ │ ├── WebViewActivity$1.class │ │ │ │ ├── WebViewActivity$2.class │ │ │ │ └── WebViewActivity.class │ │ │ └── adapter │ │ │ │ ├── ListPostAdapter.class │ │ │ │ ├── PageBaseAdapter.class │ │ │ │ ├── PageCarouselAdapter.class │ │ │ │ └── PageCarouselAdapter$1.class │ │ │ ├── handmark │ │ │ └── pulltorefresh │ │ │ │ └── library │ │ │ │ ├── R.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$string.class │ │ │ │ └── R$styleable.class │ │ │ └── jeremyfeinstein │ │ │ └── slidingmenu │ │ │ └── lib │ │ │ ├── R.class │ │ │ ├── R$id.class │ │ │ ├── R$attr.class │ │ │ ├── R$layout.class │ │ │ └── R$styleable.class │ ├── res │ │ └── crunch │ │ │ ├── drawable │ │ │ ├── new01.png │ │ │ ├── new02.png │ │ │ ├── new03.png │ │ │ ├── new04.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-hdpi │ │ │ ├── arrow.png │ │ │ ├── ic_logo.png │ │ │ ├── remind.png │ │ │ ├── dark_arrow.png │ │ │ ├── home_arrow.png │ │ │ ├── menu_day.png │ │ │ ├── menu_home.png │ │ │ ├── menu_night.png │ │ │ ├── news_share.png │ │ │ ├── news_vote.png │ │ │ ├── news_voted.png │ │ │ ├── push_icon.png │ │ │ ├── share_more.png │ │ │ ├── share_qq.png │ │ │ ├── share_sina.png │ │ │ ├── theme_add.png │ │ │ ├── account_sina.png │ │ │ ├── browser_back.png │ │ │ ├── comment_send.png │ │ │ ├── comment_vote.png │ │ │ ├── guide_pic_a1.png │ │ │ ├── guide_pic_a2.png │ │ │ ├── guide_pic_a3.png │ │ │ ├── guide_pic_a4.png │ │ │ ├── guide_pic_b1.png │ │ │ ├── guide_pic_b2.png │ │ │ ├── guide_pic_c1.png │ │ │ ├── guide_pic_c2.png │ │ │ ├── ic_launcher.png │ │ │ ├── menu_avatar.png │ │ │ ├── menu_collect.png │ │ │ ├── menu_feture.png │ │ │ ├── menu_message.png │ │ │ ├── menu_setting.png │ │ │ ├── message_more.png │ │ │ ├── message_vote.png │ │ │ ├── news_collect.png │ │ │ ├── news_comment.png │ │ │ ├── profile_edit.png │ │ │ ├── share_wechat.png │ │ │ ├── share_youdao.png │ │ │ ├── splash_logo.png │ │ │ ├── theme_remove.png │ │ │ ├── topbar_icon.png │ │ │ ├── account_avatar.png │ │ │ ├── account_tencent.png │ │ │ ├── browser_back_2.png │ │ │ ├── browser_forward.png │ │ │ ├── browser_reload.png │ │ │ ├── browser_share.png │ │ │ ├── browser_share_2.png │ │ │ ├── comment_avatar.png │ │ │ ├── comment_empty.png │ │ │ ├── comment_voted.png │ │ │ ├── comment_write.png │ │ │ ├── dark_menu_day.png │ │ │ ├── dark_menu_night.png │ │ │ ├── drawer_shadow.9.png │ │ │ ├── management_add.png │ │ │ ├── management_new.png │ │ │ ├── menu_avatar_bg.png │ │ │ ├── menu_download.png │ │ │ ├── menu_management.png │ │ │ ├── message_empty.png │ │ │ ├── message_reply.png │ │ │ ├── new_guide_round.png │ │ │ ├── news_collected.png │ │ │ ├── news_vote_pic.png │ │ │ ├── share_evernote.png │ │ │ ├── share_friends.png │ │ │ ├── sharing_weibo.png │ │ │ ├── browser_forward_2.png │ │ │ ├── browser_reload_2.png │ │ │ ├── comment_icon_fold.png │ │ │ ├── dark_message_more.png │ │ │ ├── dark_message_vote.png │ │ │ ├── field_editor_more.png │ │ │ ├── management_remove.png │ │ │ ├── message_vote_read.png │ │ │ ├── profile_edit_done.png │ │ │ ├── comment_share_sina.png │ │ │ ├── dark_account_avatar.png │ │ │ ├── dark_comment_avatar.png │ │ │ ├── dark_comment_empty.png │ │ │ ├── dark_management_new.png │ │ │ ├── dark_menu_download.png │ │ │ ├── dark_message_empty.png │ │ │ ├── dark_message_reply.png │ │ │ ├── ic_navigation_drawer.png │ │ │ ├── menu_day_highlight.png │ │ │ ├── menu_download_circle.png │ │ │ ├── menu_night_highlight.png │ │ │ ├── message_reply_read.png │ │ │ ├── news_field_from_icon.png │ │ │ ├── bg_explore_actionbar.9.png │ │ │ ├── comment_share_tencent.png │ │ │ ├── dark_message_vote_read.png │ │ │ ├── editor_profile_avatar.png │ │ │ ├── wdj_ads_card_normal.9.png │ │ │ ├── wdj_ads_card_pressed.9.png │ │ │ ├── comment_share_sina_cancel.png │ │ │ ├── dark_menu_avatar_bg_mask.png │ │ │ ├── dark_menu_day_highlight.png │ │ │ ├── dark_menu_download_circle.png │ │ │ ├── dark_menu_night_highlight.png │ │ │ ├── dark_message_reply_read.png │ │ │ ├── menu_download_highlight.png │ │ │ ├── menu_downloading_circle.png │ │ │ ├── new_guide_round_selected.png │ │ │ ├── bg_explore_bottombar_shadow.9.png │ │ │ ├── comment_share_sina_highlight.png │ │ │ ├── comment_share_tencent_cancel.png │ │ │ ├── dark_menu_download_highlight.png │ │ │ ├── dark_menu_downloading_circle.png │ │ │ ├── comment_share_tencent_highlight.png │ │ │ ├── comment_share_sina_cancel_highlight.png │ │ │ └── comment_share_tencent_cancel_highlight.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ └── drawable-xxhdpi │ │ │ └── ic_launcher.png │ ├── jarlist.cache │ └── dexedLibs │ │ ├── android-support-v4-dad38b1567fb41db0372d15b606c7c2c.jar │ │ ├── library_imageloader-dd9dc487c7763a6559d488dd48bad198.jar │ │ ├── library_slidingmenu-1dcc0a6ec64122b4870e9afa086580f2.jar │ │ └── library_pulltorefresh-cf623eebdb1ad12ea4e816ce396853ac.jar ├── ic_launcher.png ├── res │ ├── drawable │ │ ├── new01.png │ │ ├── new02.png │ │ ├── new03.png │ │ ├── new04.png │ │ ├── ic_launcher.png │ │ ├── shadow.xml │ │ ├── selector_indicate.xml │ │ └── list_view.xml │ ├── drawable-hdpi │ │ ├── arrow.png │ │ ├── remind.png │ │ ├── ic_logo.png │ │ ├── menu_day.png │ │ ├── share_qq.png │ │ ├── dark_arrow.png │ │ ├── home_arrow.png │ │ ├── ic_launcher.png │ │ ├── menu_avatar.png │ │ ├── menu_feture.png │ │ ├── menu_home.png │ │ ├── menu_night.png │ │ ├── news_share.png │ │ ├── news_vote.png │ │ ├── news_voted.png │ │ ├── push_icon.png │ │ ├── share_more.png │ │ ├── share_sina.png │ │ ├── splash_logo.png │ │ ├── theme_add.png │ │ ├── topbar_icon.png │ │ ├── account_sina.png │ │ ├── browser_back.png │ │ ├── browser_share.png │ │ ├── comment_empty.png │ │ ├── comment_send.png │ │ ├── comment_vote.png │ │ ├── comment_voted.png │ │ ├── comment_write.png │ │ ├── dark_menu_day.png │ │ ├── guide_pic_a1.png │ │ ├── guide_pic_a2.png │ │ ├── guide_pic_a3.png │ │ ├── guide_pic_a4.png │ │ ├── guide_pic_b1.png │ │ ├── guide_pic_b2.png │ │ ├── guide_pic_c1.png │ │ ├── guide_pic_c2.png │ │ ├── menu_collect.png │ │ ├── menu_download.png │ │ ├── menu_message.png │ │ ├── menu_setting.png │ │ ├── message_empty.png │ │ ├── message_more.png │ │ ├── message_reply.png │ │ ├── message_vote.png │ │ ├── news_collect.png │ │ ├── news_comment.png │ │ ├── news_vote_pic.png │ │ ├── profile_edit.png │ │ ├── share_friends.png │ │ ├── share_wechat.png │ │ ├── share_youdao.png │ │ ├── sharing_weibo.png │ │ ├── theme_remove.png │ │ ├── account_avatar.png │ │ ├── account_tencent.png │ │ ├── browser_back_2.png │ │ ├── browser_forward.png │ │ ├── browser_reload.png │ │ ├── browser_reload_2.png │ │ ├── browser_share_2.png │ │ ├── comment_avatar.png │ │ ├── dark_menu_night.png │ │ ├── drawer_shadow.9.png │ │ ├── management_add.png │ │ ├── management_new.png │ │ ├── menu_avatar_bg.png │ │ ├── menu_management.png │ │ ├── new_guide_round.png │ │ ├── news_collected.png │ │ ├── share_evernote.png │ │ ├── browser_forward_2.png │ │ ├── comment_icon_fold.png │ │ ├── comment_share_sina.png │ │ ├── dark_comment_empty.png │ │ ├── dark_menu_download.png │ │ ├── dark_message_empty.png │ │ ├── dark_message_more.png │ │ ├── dark_message_reply.png │ │ ├── dark_message_vote.png │ │ ├── field_editor_more.png │ │ ├── management_remove.png │ │ ├── menu_day_highlight.png │ │ ├── message_reply_read.png │ │ ├── message_vote_read.png │ │ ├── profile_edit_done.png │ │ ├── comment_share_tencent.png │ │ ├── dark_account_avatar.png │ │ ├── dark_comment_avatar.png │ │ ├── dark_management_new.png │ │ ├── editor_profile_avatar.png │ │ ├── ic_navigation_drawer.png │ │ ├── menu_download_circle.png │ │ ├── menu_night_highlight.png │ │ ├── news_field_from_icon.png │ │ ├── wdj_ads_card_normal.9.png │ │ ├── bg_explore_actionbar.9.png │ │ ├── dark_menu_day_highlight.png │ │ ├── dark_message_reply_read.png │ │ ├── dark_message_vote_read.png │ │ ├── menu_download_highlight.png │ │ ├── menu_downloading_circle.png │ │ ├── wdj_ads_card_pressed.9.png │ │ ├── comment_share_sina_cancel.png │ │ ├── dark_menu_avatar_bg_mask.png │ │ ├── dark_menu_download_circle.png │ │ ├── dark_menu_night_highlight.png │ │ ├── new_guide_round_selected.png │ │ ├── comment_share_sina_highlight.png │ │ ├── comment_share_tencent_cancel.png │ │ ├── dark_menu_download_highlight.png │ │ ├── dark_menu_downloading_circle.png │ │ ├── bg_explore_bottombar_shadow.9.png │ │ ├── comment_share_tencent_highlight.png │ │ ├── comment_share_sina_cancel_highlight.png │ │ └── comment_share_tencent_cancel_highlight.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── values │ │ ├── colors.xml │ │ ├── dimen.xml │ │ ├── styles.xml │ │ ├── arrays.xml │ │ └── strings.xml │ ├── layout │ │ ├── menu_left_fragment.xml │ │ ├── indicate_image.xml │ │ ├── fragment_collect.xml │ │ ├── view_page.xml │ │ ├── activity_web_view.xml │ │ ├── activity_main.xml │ │ ├── menu_left_list.xml │ │ └── fragment_main.xml │ ├── values-v11 │ │ └── styles.xml │ └── values-v14 │ │ └── styles.xml ├── src │ └── com │ │ └── noworkday │ │ ├── base │ │ ├── Util.java │ │ └── ApiUrl.java │ │ ├── view │ │ ├── MainFragment.java │ │ ├── CollectFragment.java │ │ └── CarouselViewPage.java │ │ ├── activity │ │ ├── WebViewActivity.java │ │ └── MainActivity.java │ │ └── adapter │ │ └── PageBaseAdapter.java ├── gen │ └── com │ │ └── noworkday │ │ └── BuildConfig.java ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── library_SlidingMenu ├── bin │ ├── library_slidingmenu.jar │ ├── jarlist.cache │ ├── classes │ │ └── com │ │ │ └── jeremyfeinstein │ │ │ └── slidingmenu │ │ │ └── lib │ │ │ ├── R.class │ │ │ ├── R$id.class │ │ │ ├── R$attr.class │ │ │ ├── R$layout.class │ │ │ ├── BuildConfig.class │ │ │ ├── R$styleable.class │ │ │ ├── SlidingMenu.class │ │ │ ├── MenuInterface.class │ │ │ ├── SlidingMenu$1.class │ │ │ ├── SlidingMenu$2.class │ │ │ ├── CustomViewAbove.class │ │ │ ├── CustomViewBehind.class │ │ │ ├── CustomViewAbove$1.class │ │ │ ├── CustomViewAbove$2.class │ │ │ ├── app │ │ │ ├── SlidingActivity.class │ │ │ ├── SlidingActivityBase.class │ │ │ ├── SlidingListActivity.class │ │ │ ├── SlidingActivityHelper.class │ │ │ ├── SlidingActivityHelper$1.class │ │ │ ├── SlidingFragmentActivity.class │ │ │ └── SlidingPreferenceActivity.class │ │ │ ├── CanvasTransformerBuilder.class │ │ │ ├── SlidingMenu$SavedState$1.class │ │ │ ├── SlidingMenu$SavedState.class │ │ │ ├── CanvasTransformerBuilder$1.class │ │ │ ├── CanvasTransformerBuilder$2.class │ │ │ ├── CanvasTransformerBuilder$3.class │ │ │ ├── CanvasTransformerBuilder$4.class │ │ │ ├── CanvasTransformerBuilder$5.class │ │ │ ├── CanvasTransformerBuilder$6.class │ │ │ ├── SlidingMenu$OnOpenListener.class │ │ │ ├── SlidingMenu$CanvasTransformer.class │ │ │ ├── SlidingMenu$OnCloseListener.class │ │ │ ├── SlidingMenu$OnClosedListener.class │ │ │ ├── SlidingMenu$OnOpenedListener.class │ │ │ ├── CustomViewAbove$OnPageChangeListener.class │ │ │ └── CustomViewAbove$SimpleOnPageChangeListener.class │ └── AndroidManifest.xml ├── libs │ └── android-support-v4.jar ├── res │ ├── values │ │ └── ids.xml │ └── layout │ │ └── slidingmenumain.xml ├── .settings │ └── org.eclipse.jdt.core.prefs ├── gen │ └── com │ │ └── jeremyfeinstein │ │ └── slidingmenu │ │ └── lib │ │ └── BuildConfig.java ├── AndroidManifest.xml ├── project.properties ├── .classpath ├── library.iml └── .project ├── library_imageLoader ├── bin │ ├── library_imageloader.jar │ ├── classes │ │ └── com │ │ │ └── nostra13 │ │ │ └── universalimageloader │ │ │ ├── utils │ │ │ ├── L.class │ │ │ ├── IoUtils.class │ │ │ ├── StorageUtils.class │ │ │ ├── DiskCacheUtils.class │ │ │ ├── ImageSizeUtils.class │ │ │ ├── MemoryCacheUtils.class │ │ │ └── IoUtils$CopyListener.class │ │ │ ├── BuildConfig.class │ │ │ ├── core │ │ │ ├── ImageLoader.class │ │ │ ├── ImageLoadingInfo.class │ │ │ ├── assist │ │ │ │ ├── ImageSize.class │ │ │ │ ├── FailReason.class │ │ │ │ ├── LoadedFrom.class │ │ │ │ ├── deque │ │ │ │ │ ├── Deque.class │ │ │ │ │ ├── BlockingDeque.class │ │ │ │ │ ├── LinkedBlockingDeque.class │ │ │ │ │ ├── LIFOLinkedBlockingDeque.class │ │ │ │ │ ├── LinkedBlockingDeque$Itr.class │ │ │ │ │ ├── LinkedBlockingDeque$Node.class │ │ │ │ │ ├── LinkedBlockingDeque$AbstractItr.class │ │ │ │ │ └── LinkedBlockingDeque$DescendingItr.class │ │ │ │ ├── ImageScaleType.class │ │ │ │ ├── ViewScaleType.class │ │ │ │ ├── FailReason$FailType.class │ │ │ │ ├── FlushedInputStream.class │ │ │ │ ├── QueueProcessingType.class │ │ │ │ └── ContentLengthInputStream.class │ │ │ ├── DisplayBitmapTask.class │ │ │ ├── ImageLoaderEngine.class │ │ │ ├── DisplayImageOptions.class │ │ │ ├── decode │ │ │ │ ├── ImageDecoder.class │ │ │ │ ├── BaseImageDecoder.class │ │ │ │ ├── ImageDecodingInfo.class │ │ │ │ ├── BaseImageDecoder$ExifInfo.class │ │ │ │ └── BaseImageDecoder$ImageFileInfo.class │ │ │ ├── imageaware │ │ │ │ ├── ImageAware.class │ │ │ │ ├── ViewAware.class │ │ │ │ ├── NonViewAware.class │ │ │ │ └── ImageViewAware.class │ │ │ ├── LoadAndDisplayImageTask.class │ │ │ ├── display │ │ │ │ ├── BitmapDisplayer.class │ │ │ │ ├── FadeInBitmapDisplayer.class │ │ │ │ ├── RoundedBitmapDisplayer.class │ │ │ │ ├── SimpleBitmapDisplayer.class │ │ │ │ ├── RoundedVignetteBitmapDisplayer.class │ │ │ │ ├── RoundedBitmapDisplayer$RoundedDrawable.class │ │ │ │ └── RoundedVignetteBitmapDisplayer$RoundedVignetteDrawable.class │ │ │ ├── process │ │ │ │ └── BitmapProcessor.class │ │ │ ├── ImageLoaderConfiguration.class │ │ │ ├── ProcessAndDisplayImageTask.class │ │ │ ├── download │ │ │ │ ├── ImageDownloader.class │ │ │ │ ├── BaseImageDownloader.class │ │ │ │ └── ImageDownloader$Scheme.class │ │ │ ├── DefaultConfigurationFactory.class │ │ │ ├── DisplayImageOptions$Builder.class │ │ │ ├── listener │ │ │ │ ├── ImageLoadingListener.class │ │ │ │ ├── PauseOnScrollListener.class │ │ │ │ ├── SimpleImageLoadingListener.class │ │ │ │ └── ImageLoadingProgressListener.class │ │ │ ├── ImageLoaderConfiguration$Builder.class │ │ │ ├── ImageLoader$SyncImageLoadingListener.class │ │ │ ├── LoadAndDisplayImageTask$TaskCancelledException.class │ │ │ ├── DefaultConfigurationFactory$DefaultThreadFactory.class │ │ │ ├── ImageLoaderConfiguration$SlowNetworkImageDownloader.class │ │ │ └── ImageLoaderConfiguration$NetworkDeniedImageDownloader.class │ │ │ └── cache │ │ │ ├── disc │ │ │ ├── DiskCache.class │ │ │ ├── impl │ │ │ │ ├── ext │ │ │ │ │ ├── Util.class │ │ │ │ │ ├── DiskLruCache.class │ │ │ │ │ ├── LruDiskCache.class │ │ │ │ │ ├── StrictLineReader.class │ │ │ │ │ ├── DiskLruCache$Entry.class │ │ │ │ │ ├── DiskLruCache$Editor.class │ │ │ │ │ ├── DiskLruCache$Snapshot.class │ │ │ │ │ └── DiskLruCache$Editor$FaultHidingOutputStream.class │ │ │ │ ├── BaseDiskCache.class │ │ │ │ ├── LimitedAgeDiskCache.class │ │ │ │ └── UnlimitedDiskCache.class │ │ │ └── naming │ │ │ │ ├── FileNameGenerator.class │ │ │ │ ├── Md5FileNameGenerator.class │ │ │ │ └── HashCodeFileNameGenerator.class │ │ │ └── memory │ │ │ ├── MemoryCache.class │ │ │ ├── BaseMemoryCache.class │ │ │ ├── LimitedMemoryCache.class │ │ │ └── impl │ │ │ ├── LruMemoryCache.class │ │ │ ├── WeakMemoryCache.class │ │ │ ├── FuzzyKeyMemoryCache.class │ │ │ ├── FIFOLimitedMemoryCache.class │ │ │ ├── LRULimitedMemoryCache.class │ │ │ ├── LimitedAgeMemoryCache.class │ │ │ ├── LargestLimitedMemoryCache.class │ │ │ └── UsingFreqLimitedMemoryCache.class │ └── AndroidManifest.xml ├── .settings │ └── org.eclipse.jdt.core.prefs ├── gen │ └── com │ │ └── nostra13 │ │ └── universalimageloader │ │ └── BuildConfig.java ├── src │ └── com │ │ └── nostra13 │ │ └── universalimageloader │ │ └── core │ │ └── assist │ │ └── LoadedFrom.java ├── AndroidManifest.xml ├── project.properties ├── test-gen │ └── com │ │ └── nostra13 │ │ └── universalimageloader │ │ └── R.java ├── .classpath └── .project ├── library_pullToRefresh ├── bin │ ├── library_pulltorefresh.jar │ ├── res │ │ └── crunch │ │ │ ├── drawable-hdpi │ │ │ ├── indicator_arrow.png │ │ │ ├── default_ptr_flip.png │ │ │ └── default_ptr_rotate.png │ │ │ ├── drawable-mdpi │ │ │ ├── indicator_arrow.png │ │ │ ├── default_ptr_flip.png │ │ │ └── default_ptr_rotate.png │ │ │ └── drawable-xhdpi │ │ │ ├── default_ptr_flip.png │ │ │ ├── indicator_arrow.png │ │ │ └── default_ptr_rotate.png │ ├── classes │ │ └── com │ │ │ └── handmark │ │ │ └── pulltorefresh │ │ │ └── library │ │ │ ├── R.class │ │ │ ├── R$id.class │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$dimen.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$drawable.class │ │ │ ├── BuildConfig.class │ │ │ ├── R$styleable.class │ │ │ ├── ILoadingLayout.class │ │ │ ├── IPullToRefresh.class │ │ │ ├── internal │ │ │ ├── Utils.class │ │ │ ├── ViewCompat.class │ │ │ ├── LoadingLayout.class │ │ │ ├── IndicatorLayout.class │ │ │ ├── ViewCompat$SDK11.class │ │ │ ├── ViewCompat$SDK16.class │ │ │ ├── FlipLoadingLayout.class │ │ │ ├── RotateLoadingLayout.class │ │ │ └── EmptyViewMethodAccessor.class │ │ │ ├── LoadingLayoutProxy.class │ │ │ ├── OverscrollHelper.class │ │ │ ├── PullToRefreshBase.class │ │ │ ├── PullToRefreshBase$1.class │ │ │ ├── PullToRefreshBase$2.class │ │ │ ├── PullToRefreshBase$3.class │ │ │ ├── PullToRefreshWebView.class │ │ │ ├── PullToRefreshBase$Mode.class │ │ │ ├── PullToRefreshBase$State.class │ │ │ ├── PullToRefreshGridView.class │ │ │ ├── PullToRefreshListView.class │ │ │ ├── PullToRefreshScrollView.class │ │ │ ├── PullToRefreshWebView$1.class │ │ │ ├── PullToRefreshWebView$2.class │ │ │ ├── PullToRefreshAdapterViewBase.class │ │ │ ├── extras │ │ │ ├── PullToRefreshWebView2.class │ │ │ ├── SoundPullEventListener.class │ │ │ └── PullToRefreshWebView2$JsValueCallback.class │ │ │ ├── PullToRefreshBase$Orientation.class │ │ │ ├── PullToRefreshBase$AnimationStyle.class │ │ │ ├── PullToRefreshExpandableListView.class │ │ │ ├── PullToRefreshHorizontalScrollView.class │ │ │ ├── PullToRefreshBase$OnRefreshListener.class │ │ │ ├── PullToRefreshBase$OnPullEventListener.class │ │ │ ├── PullToRefreshBase$OnRefreshListener2.class │ │ │ ├── PullToRefreshBase$SmoothScrollRunnable.class │ │ │ ├── PullToRefreshGridView$InternalGridView.class │ │ │ ├── PullToRefreshListView$InternalListView.class │ │ │ ├── PullToRefreshWebView$InternalWebViewSDK9.class │ │ │ ├── PullToRefreshBase$OnLastItemVisibleListener.class │ │ │ ├── PullToRefreshGridView$InternalGridViewSDK9.class │ │ │ ├── PullToRefreshListView$InternalListViewSDK9.class │ │ │ ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class │ │ │ ├── PullToRefreshScrollView$InternalScrollViewSDK9.class │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListView.class │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class │ │ │ └── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class │ └── AndroidManifest.xml ├── res │ ├── drawable-hdpi │ │ ├── default_ptr_flip.png │ │ ├── indicator_arrow.png │ │ └── default_ptr_rotate.png │ ├── drawable-mdpi │ │ ├── default_ptr_flip.png │ │ ├── indicator_arrow.png │ │ └── default_ptr_rotate.png │ ├── drawable-xhdpi │ │ ├── indicator_arrow.png │ │ ├── default_ptr_flip.png │ │ └── default_ptr_rotate.png │ ├── values │ │ ├── ids.xml │ │ ├── dimens.xml │ │ └── pull_refresh_strings.xml │ ├── values-zh │ │ └── pull_refresh_strings.xml │ ├── values-ja │ │ └── pull_refresh_strings.xml │ ├── values-he │ │ └── pull_refresh_strings.xml │ ├── values-iw │ │ └── pull_refresh_strings.xml │ ├── values-ko │ │ └── pull_refresh_strings.xml │ ├── values-ar │ │ └── pull_refresh_strings.xml │ ├── values-es │ │ └── pull_refresh_strings.xml │ ├── values-cs │ │ └── pull_refresh_strings.xml │ ├── values-de │ │ └── pull_refresh_strings.xml │ ├── values-fr │ │ └── pull_refresh_strings.xml │ ├── values-it │ │ └── pull_refresh_strings.xml │ ├── values-nl │ │ └── pull_refresh_strings.xml │ ├── values-pl │ │ └── pull_refresh_strings.xml │ ├── values-pt-rBR │ │ └── pull_refresh_strings.xml │ ├── values-pt │ │ └── pull_refresh_strings.xml │ ├── values-ru │ │ └── pull_refresh_strings.xml │ ├── values-ro │ │ └── pull_refresh_strings.xml │ ├── drawable │ │ ├── indicator_bg_top.xml │ │ └── indicator_bg_bottom.xml │ └── values-fi │ │ └── pull_refresh_strings.xml ├── .settings │ └── org.eclipse.jdt.core.prefs ├── gen │ └── com │ │ └── handmark │ │ └── pulltorefresh │ │ └── library │ │ └── BuildConfig.java ├── AndroidManifest.xml ├── project.properties ├── src │ └── com │ │ └── handmark │ │ └── pulltorefresh │ │ └── library │ │ └── internal │ │ └── Utils.java └── .classpath └── README.md /demo1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/demo1.jpg -------------------------------------------------------------------------------- /demo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/demo2.jpg -------------------------------------------------------------------------------- /demo3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/demo3.jpg -------------------------------------------------------------------------------- /NoWorkDay/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes.dex -------------------------------------------------------------------------------- /NoWorkDay/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/bin/NoWorkDay.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/NoWorkDay.apk -------------------------------------------------------------------------------- /NoWorkDay/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/resources.ap_ -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/new01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable/new01.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/new02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable/new02.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/new03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable/new03.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/new04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable/new04.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/arrow.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/remind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/remind.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/ic_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/ic_logo.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_day.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_qq.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable/new01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable/new01.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable/new02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable/new02.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable/new03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable/new03.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable/new04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable/new04.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/home_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/home_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_feture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_feture.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_home.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_night.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_share.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_vote.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_voted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_voted.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/push_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/push_icon.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_more.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_sina.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/splash_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/splash_logo.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/theme_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/theme_add.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/topbar_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/topbar_icon.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/base/Util.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/src/com/noworkday/base/Util.java -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/account_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/account_sina.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_back.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_share.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_empty.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_send.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_vote.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_voted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_voted.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_write.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_day.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_a1.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_a2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_a3.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_a4.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_b1.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_b2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_c1.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/guide_pic_c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/guide_pic_c2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_collect.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_download.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_message.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_setting.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/message_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/message_empty.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/message_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/message_more.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/message_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/message_reply.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/message_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/message_vote.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_collect.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_comment.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_vote_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_vote_pic.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/profile_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/profile_edit.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_friends.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_wechat.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_youdao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_youdao.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/sharing_weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/sharing_weibo.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/theme_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/theme_remove.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$anim.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$attr.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$id.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/arrow.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/account_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/account_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/account_tencent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/account_tencent.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_back_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_back_2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_forward.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_reload.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_reload_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_reload_2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_share_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_share_2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_night.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/management_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/management_add.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/management_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/management_new.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_avatar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_avatar_bg.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_management.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/new_guide_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/new_guide_round.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_collected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_collected.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/share_evernote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/share_evernote.png -------------------------------------------------------------------------------- /NoWorkDay/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #ffefefef 4 | 5 | -------------------------------------------------------------------------------- /library_SlidingMenu/bin/library_slidingmenu.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/library_slidingmenu.jar -------------------------------------------------------------------------------- /library_SlidingMenu/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/libs/android-support-v4.jar -------------------------------------------------------------------------------- /library_imageLoader/bin/library_imageloader.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/library_imageloader.jar -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$array.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$array.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$color.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$dimen.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$layout.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$string.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$style.class -------------------------------------------------------------------------------- /NoWorkDay/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/ic_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/ic_logo.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/remind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/remind.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/browser_forward_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/browser_forward_2.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_icon_fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_icon_fold.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_sina.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_comment_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_comment_empty.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_download.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_message_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_message_empty.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_message_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_message_more.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_message_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_message_reply.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_message_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_message_vote.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/field_editor_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/field_editor_more.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/management_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/management_remove.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_day_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_day_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/message_reply_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/message_reply_read.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/message_vote_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/message_vote_read.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/profile_edit_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/profile_edit_done.png -------------------------------------------------------------------------------- /NoWorkDay/res/values/dimen.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 150dp 4 | 5 | -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/view/MainFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/src/com/noworkday/view/MainFragment.java -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/BuildConfig.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$drawable.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/R$styleable.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/base/ApiUrl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/base/ApiUrl.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/base/Util$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/base/Util$1.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/base/Util.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/base/Util.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/home_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/home_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_day.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_home.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_night.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_share.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_vote.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_voted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_voted.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/push_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/push_icon.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_more.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_qq.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_sina.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/theme_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/theme_add.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_tencent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_tencent.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_account_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_account_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_comment_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_comment_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_management_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_management_new.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/editor_profile_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/editor_profile_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/ic_navigation_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/ic_navigation_drawer.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_download_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_download_circle.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_night_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_night_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/news_field_from_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/news_field_from_icon.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/wdj_ads_card_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/wdj_ads_card_normal.9.png -------------------------------------------------------------------------------- /library_SlidingMenu/res/values/ids.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /library_pullToRefresh/bin/library_pulltorefresh.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/library_pulltorefresh.jar -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/base/ApiData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/base/ApiData.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/bean/PostBean.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/bean/PostBean.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/account_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/account_sina.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_back.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_send.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_vote.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a1.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a3.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_a4.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_b1.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_b2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_c1.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/guide_pic_c2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_collect.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_feture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_feture.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_message.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_setting.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/message_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/message_more.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/message_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/message_vote.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_collect.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_comment.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/profile_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/profile_edit.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_wechat.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_youdao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_youdao.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/splash_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/splash_logo.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/theme_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/theme_remove.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/topbar_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/topbar_icon.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/bg_explore_actionbar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/bg_explore_actionbar.9.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_day_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_day_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_message_reply_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_message_reply_read.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_message_vote_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_message_vote_read.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_download_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_download_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/menu_downloading_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/menu_downloading_circle.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/wdj_ads_card_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/wdj_ads_card_pressed.9.png -------------------------------------------------------------------------------- /library_SlidingMenu/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/account_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/account_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/account_tencent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/account_tencent.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_back_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_back_2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_forward.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_reload.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_share.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_share_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_share_2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_empty.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_voted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_voted.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_write.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_day.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_night.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/management_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/management_add.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/management_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/management_new.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_avatar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_avatar_bg.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_download.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_management.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/message_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/message_empty.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/message_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/message_reply.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/new_guide_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/new_guide_round.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_collected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_collected.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_vote_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_vote_pic.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_evernote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_evernote.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/share_friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/share_friends.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/sharing_weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/sharing_weibo.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_sina_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_sina_cancel.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_avatar_bg_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_avatar_bg_mask.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_download_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_download_circle.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_night_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_night_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/new_guide_round_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/new_guide_round_selected.png -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/activity/WebViewActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/src/com/noworkday/activity/WebViewActivity.java -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/MainFragment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/MainFragment.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_forward_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_forward_2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/browser_reload_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/browser_reload_2.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_icon_fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_icon_fold.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_more.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_vote.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/field_editor_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/field_editor_more.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/management_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/management_remove.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/message_vote_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/message_vote_read.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/profile_edit_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/profile_edit_done.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_sina_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_sina_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_tencent_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_tencent_cancel.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_download_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_download_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/dark_menu_downloading_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/dark_menu_downloading_circle.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-hdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-hdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-hdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-hdpi/indicator_arrow.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-mdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-mdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-mdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-mdpi/indicator_arrow.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-xhdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-xhdpi/indicator_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/activity/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/activity/MainActivity.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/CarouselViewPage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/CarouselViewPage.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/CollectFragment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/CollectFragment.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/IndicatorLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/IndicatorLayout.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/MainFragment$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/MainFragment$1.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/MainFragment$2$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/MainFragment$2$1.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/MainFragment$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/MainFragment$2.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_account_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_account_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_comment_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_comment_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_comment_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_comment_empty.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_management_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_management_new.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_download.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_empty.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_reply.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/ic_navigation_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/ic_navigation_drawer.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_day_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_day_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_download_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_download_circle.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_night_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_night_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/message_reply_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/message_reply_read.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/news_field_from_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/news_field_from_icon.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/bg_explore_bottombar_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/bg_explore_bottombar_shadow.9.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_tencent_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_tencent_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/base/ApiUrl.java: -------------------------------------------------------------------------------- 1 | package com.noworkday.base; 2 | 3 | public class ApiUrl { 4 | public static String POST_LIST = "http://meizhoubiji.sinaapp.com"; 5 | } 6 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-hdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-hdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-mdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-mdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-xhdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-xhdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable-xhdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/res/drawable-xhdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/adapter/ListPostAdapter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/adapter/ListPostAdapter.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/adapter/PageBaseAdapter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/adapter/PageBaseAdapter.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/bg_explore_actionbar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/bg_explore_actionbar.9.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_vote_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_vote_read.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/editor_profile_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/editor_profile_avatar.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/wdj_ads_card_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/wdj_ads_card_normal.9.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/wdj_ads_card_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/wdj_ads_card_pressed.9.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$id.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$id.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/activity/WebViewActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/activity/WebViewActivity$1.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/activity/WebViewActivity$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/activity/WebViewActivity$2.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/activity/WebViewActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/activity/WebViewActivity.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/SlidingListFragment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/SlidingListFragment.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina_cancel.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_avatar_bg_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_avatar_bg_mask.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_day_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_day_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_download_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_download_circle.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_night_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_night_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_reply_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_message_reply_read.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_download_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_download_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/menu_downloading_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/menu_downloading_circle.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/new_guide_round_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/new_guide_round_selected.png -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_sina_cancel_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_sina_cancel_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$anim.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$attr.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$dimen.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$attr.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/adapter/PageCarouselAdapter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/adapter/PageCarouselAdapter.class -------------------------------------------------------------------------------- /NoWorkDay/res/drawable-hdpi/comment_share_tencent_cancel_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/res/drawable-hdpi/comment_share_tencent_cancel_highlight.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-hdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-hdpi/indicator_arrow.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-mdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-mdpi/indicator_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$drawable.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$layout.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$string.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$layout.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/adapter/PageCarouselAdapter$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/adapter/PageCarouselAdapter$1.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/bg_explore_bottombar_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/bg_explore_bottombar_shadow.9.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent_cancel.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_download_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_download_highlight.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_downloading_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/dark_menu_downloading_circle.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-hdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-hdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-hdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-hdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-mdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-mdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-mdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-mdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-xhdpi/default_ptr_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-xhdpi/default_ptr_flip.png -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-xhdpi/indicator_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-xhdpi/indicator_arrow.png -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/handmark/pulltorefresh/library/R$styleable.class -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$styleable.class -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent_highlight.png -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/res/crunch/drawable-xhdpi/default_ptr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/res/crunch/drawable-xhdpi/default_ptr_rotate.png -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina_cancel_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_sina_cancel_highlight.png -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$id.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R.class -------------------------------------------------------------------------------- /NoWorkDay/bin/dexedLibs/android-support-v4-dad38b1567fb41db0372d15b606c7c2c.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/dexedLibs/android-support-v4-dad38b1567fb41db0372d15b606c7c2c.jar -------------------------------------------------------------------------------- /NoWorkDay/bin/dexedLibs/library_imageloader-dd9dc487c7763a6559d488dd48bad198.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/dexedLibs/library_imageloader-dd9dc487c7763a6559d488dd48bad198.jar -------------------------------------------------------------------------------- /NoWorkDay/bin/dexedLibs/library_slidingmenu-1dcc0a6ec64122b4870e9afa086580f2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/dexedLibs/library_slidingmenu-1dcc0a6ec64122b4870e9afa086580f2.jar -------------------------------------------------------------------------------- /NoWorkDay/gen/com/noworkday/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.noworkday; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$attr.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/L.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/L.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$id.class -------------------------------------------------------------------------------- /NoWorkDay/bin/dexedLibs/library_pulltorefresh-cf623eebdb1ad12ea4e816ce396853ac.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/dexedLibs/library_pulltorefresh-cf623eebdb1ad12ea4e816ce396853ac.jar -------------------------------------------------------------------------------- /NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent_cancel_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/res/crunch/drawable-hdpi/comment_share_tencent_cancel_highlight.png -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$layout.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/BuildConfig.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$anim.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$attr.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$dimen.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$layout.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$string.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/BuildConfig.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/R$styleable.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/IoUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/IoUtils.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$drawable.class -------------------------------------------------------------------------------- /NoWorkDay/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /NoWorkDay/bin/classes/com/noworkday/view/SlidingListFragment$MyItemClickListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/NoWorkDay/bin/classes/com/noworkday/view/SlidingListFragment$MyItemClickListener.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/MenuInterface.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/MenuInterface.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$1.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$2.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoader.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/BuildConfig.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/R$styleable.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewBehind.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewBehind.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/StorageUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/StorageUtils.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/ILoadingLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/ILoadingLayout.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/IPullToRefresh.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/IPullToRefresh.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/Utils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/Utils.class -------------------------------------------------------------------------------- /library_SlidingMenu/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$1.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$2.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivity.class -------------------------------------------------------------------------------- /library_imageLoader/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/DiskCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/DiskCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoadingInfo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoadingInfo.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ImageSize.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ImageSize.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/DiskCacheUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/DiskCacheUtils.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/ImageSizeUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/ImageSizeUtils.class -------------------------------------------------------------------------------- /library_pullToRefresh/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/LoadingLayoutProxy.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/LoadingLayoutProxy.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/OverscrollHelper.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/OverscrollHelper.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DisplayBitmapTask.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DisplayBitmapTask.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderEngine.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderEngine.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/FailReason.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/FailReason.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/LoadedFrom.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/LoadedFrom.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/Deque.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/Deque.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/MemoryCacheUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/MemoryCacheUtils.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$1.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$2.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$3.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/ViewCompat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/ViewCompat.class -------------------------------------------------------------------------------- /library_pullToRefresh/res/values/ids.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$SavedState$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$SavedState$1.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$SavedState.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$SavedState.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivityBase.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivityBase.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingListActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingListActivity.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/Util.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/Util.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/MemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/MemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DisplayImageOptions.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DisplayImageOptions.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ImageScaleType.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ImageScaleType.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ViewScaleType.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ViewScaleType.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/ImageDecoder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/ImageDecoder.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/ImageAware.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/ImageAware.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/ViewAware.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/ViewAware.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/IoUtils$CopyListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/utils/IoUtils$CopyListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$Mode.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$Mode.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$State.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$State.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshGridView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshGridView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshListView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshListView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshScrollView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshScrollView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView$1.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView$2.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/LoadingLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/LoadingLayout.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$1.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$2.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$3.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$4.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$5.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CanvasTransformerBuilder$6.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnOpenListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnOpenListener.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivityHelper.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivityHelper.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/BaseMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/BaseMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/BaseImageDecoder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/BaseImageDecoder.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/BitmapDisplayer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/BitmapDisplayer.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/NonViewAware.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/NonViewAware.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/process/BitmapProcessor.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/process/BitmapProcessor.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/IndicatorLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/IndicatorLayout.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK11.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK16.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK16.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$CanvasTransformer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$CanvasTransformer.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnCloseListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnCloseListener.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnClosedListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnClosedListener.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnOpenedListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu$OnOpenedListener.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivityHelper$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingActivityHelper$1.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingFragmentActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingFragmentActivity.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingPreferenceActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/app/SlidingPreferenceActivity.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/BaseDiskCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/BaseDiskCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/LimitedMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/LimitedMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/FailReason$FailType.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/FailReason$FailType.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/FlushedInputStream.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/FlushedInputStream.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/QueueProcessingType.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/QueueProcessingType.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/BlockingDeque.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/BlockingDeque.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/download/ImageDownloader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/download/ImageDownloader.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/ImageViewAware.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/imageaware/ImageViewAware.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.class -------------------------------------------------------------------------------- /library_SlidingMenu/gen/com/jeremyfeinstein/slidingmenu/lib/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.jeremyfeinstein.slidingmenu.lib; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/LruDiskCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/LruDiskCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LruMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LruMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/WeakMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/WeakMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DefaultConfigurationFactory.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DefaultConfigurationFactory.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DisplayImageOptions$Builder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DisplayImageOptions$Builder.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/download/BaseImageDownloader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/download/BaseImageDownloader.class -------------------------------------------------------------------------------- /library_imageLoader/gen/com/nostra13/universalimageloader/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.nostra13.universalimageloader; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$Orientation.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$Orientation.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/gen/com/handmark/pulltorefresh/library/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.handmark.pulltorefresh.library; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /NoWorkDay/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/LimitedAgeDiskCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/LimitedAgeDiskCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/UnlimitedDiskCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/UnlimitedDiskCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/StrictLineReader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/StrictLineReader.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/naming/FileNameGenerator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/naming/FileNameGenerator.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ContentLengthInputStream.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/ContentLengthInputStream.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/FadeInBitmapDisplayer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/FadeInBitmapDisplayer.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/SimpleBitmapDisplayer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/SimpleBitmapDisplayer.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/download/ImageDownloader$Scheme.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/download/ImageDownloader$Scheme.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/ImageLoadingListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/ImageLoadingListener.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/PauseOnScrollListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/PauseOnScrollListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$AnimationStyle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$AnimationStyle.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.class -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$OnPageChangeListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$OnPageChangeListener.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Entry.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Entry.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/naming/Md5FileNameGenerator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/naming/Md5FileNameGenerator.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/FuzzyKeyMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/FuzzyKeyMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration$Builder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration$Builder.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/BaseImageDecoder$ExifInfo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/BaseImageDecoder$ExifInfo.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Editor.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Editor.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Snapshot.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Snapshot.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/FIFOLimitedMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/FIFOLimitedMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LRULimitedMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LRULimitedMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LimitedAgeMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LimitedAgeMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoader$SyncImageLoadingListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoader$SyncImageLoadingListener.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LIFOLinkedBlockingDeque.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LIFOLinkedBlockingDeque.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$Itr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$Itr.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/SimpleImageLoadingListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/SimpleImageLoadingListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener2.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$SmoothScrollRunnable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$SmoothScrollRunnable.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridView.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListView.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/naming/HashCodeFileNameGenerator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/naming/HashCodeFileNameGenerator.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LargestLimitedMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/LargestLimitedMemoryCache.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$Node.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$Node.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/BaseImageDecoder$ImageFileInfo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/decode/BaseImageDecoder$ImageFileInfo.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/ImageLoadingProgressListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/listener/ImageLoadingProgressListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView$InternalWebViewSDK9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshWebView$InternalWebViewSDK9.class -------------------------------------------------------------------------------- /NoWorkDay/res/layout/menu_left_fragment.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$SimpleOnPageChangeListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_SlidingMenu/bin/classes/com/jeremyfeinstein/slidingmenu/lib/CustomViewAbove$SimpleOnPageChangeListener.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/UsingFreqLimitedMemoryCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/memory/impl/UsingFreqLimitedMemoryCache.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnLastItemVisibleListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnLastItemVisibleListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridViewSDK9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridViewSDK9.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListViewSDK9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListViewSDK9.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2$JsValueCallback.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2$JsValueCallback.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask$TaskCancelledException.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask$TaskCancelledException.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$AbstractItr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$AbstractItr.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$DescendingItr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque$DescendingItr.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer$RoundedDrawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer$RoundedDrawable.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnSmoothScrollFinishedListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshBase$OnSmoothScrollFinishedListener.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshScrollView$InternalScrollViewSDK9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshScrollView$InternalScrollViewSDK9.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DefaultConfigurationFactory$DefaultThreadFactory.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/DefaultConfigurationFactory$DefaultThreadFactory.class -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/shadow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration$SlowNetworkImageDownloader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration$SlowNetworkImageDownloader.class -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration$NetworkDeniedImageDownloader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/ImageLoaderConfiguration$NetworkDeniedImageDownloader.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListView.class -------------------------------------------------------------------------------- /library_SlidingMenu/res/layout/slidingmenumain.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Editor$FaultHidingOutputStream.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache$Editor$FaultHidingOutputStream.class -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-zh/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 下拉刷新… 4 | 放开以刷新… 5 | 正在载入… 6 | 7 | -------------------------------------------------------------------------------- /library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer$RoundedVignetteDrawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_imageLoader/bin/classes/com/nostra13/universalimageloader/core/display/RoundedVignetteBitmapDisplayer$RoundedVignetteDrawable.class -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-ja/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 画面を引っ張って… 4 | 指を離して更新… 5 | 読み込み中… 6 | 7 | -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/selector_indicate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizhou/resemble-zhihu-app/HEAD/library_pullToRefresh/bin/classes/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-he/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | משוך לרענון… 4 | שחרר לרענון… 5 | טוען… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-iw/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | משוך לרענון… 4 | שחרר לרענון… 5 | טוען… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-ko/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 당겨서 새로 고침… 4 | 놓아서 새로 고침… 5 | 로드 중… 6 | 7 | -------------------------------------------------------------------------------- /library_imageLoader/src/com/nostra13/universalimageloader/core/assist/LoadedFrom.java: -------------------------------------------------------------------------------- 1 | package com.nostra13.universalimageloader.core.assist; 2 | 3 | /** 4 | * Source image loaded from. 5 | * 6 | * @author Sergey Tarasevich (nostra13[at]gmail[dot]com) 7 | */ 8 | public enum LoadedFrom { 9 | NETWORK, DISC_CACHE, MEMORY_CACHE 10 | } 11 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-ar/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | اسحب للتحديث… 4 | اترك للتحديث… 5 | تحميل… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-es/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Tirar para actualizar… 4 | Soltar para actualizar… 5 | Cargando… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-cs/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Tažením aktualizujete… 4 | Uvolněním aktualizujete… 5 | Načítání… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-de/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Ziehen zum Aktualisieren… 4 | Loslassen zum Aktualisieren… 5 | Laden… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-fr/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Tirez pour rafraîchir… 4 | Relâcher pour rafraîchir… 5 | Chargement… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-it/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Tira per aggiornare… 4 | Rilascia per aggionare… 5 | Caricamento… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-nl/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sleep om te vernieuwen… 4 | Loslaten om te vernieuwen… 5 | Laden… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-pl/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Pociągnij, aby odświeżyć… 4 | Puść, aby odświeżyć… 5 | Wczytywanie… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-pt-rBR/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Puxe para atualizar… 4 | Libere para atualizar… 5 | Carregando… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-pt/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Puxe para atualizar… 4 | Liberação para atualizar… 5 | A carregar… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-ru/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Потяните для обновления… 4 | Отпустите для обновления… 5 | Загрузка… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-ro/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Trage pentru a reîmprospăta… 4 | Eliberează pentru a reîmprospăta… 5 | Încărcare… 6 | 7 | -------------------------------------------------------------------------------- /library_pullToRefresh/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /library_SlidingMenu/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /library_imageLoader/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /NoWorkDay/res/values-v11/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /library_SlidingMenu/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /library_imageLoader/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10dp 5 | 12dp 6 | 4dp 7 | 24dp 8 | 12dp 9 | 10 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/indicate_image.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | -------------------------------------------------------------------------------- /NoWorkDay/res/values-v14/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /NoWorkDay/res/drawable/list_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /library_imageLoader/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system use, 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | 10 | # Project target. 11 | target=android-20 12 | android.library=true 13 | -------------------------------------------------------------------------------- /library_pullToRefresh/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system use, 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | 10 | # Project target. 11 | target=android-16 12 | android.library=true 13 | -------------------------------------------------------------------------------- /library_SlidingMenu/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system use, 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | 10 | android.library=true 11 | # Project target. 12 | target=android-17 13 | 14 | -------------------------------------------------------------------------------- /library_imageLoader/test-gen/com/nostra13/universalimageloader/R.java: -------------------------------------------------------------------------------- 1 | package com.nostra13.universalimageloader; 2 | 3 | public class R 4 | { 5 | public static final class attr 6 | { 7 | } 8 | 9 | public static final class drawable 10 | { 11 | } 12 | 13 | public static final class id 14 | { 15 | } 16 | 17 | public static final class layout 18 | { 19 | } 20 | 21 | public static final class string 22 | { 23 | } 24 | } -------------------------------------------------------------------------------- /library_pullToRefresh/src/com/handmark/pulltorefresh/library/internal/Utils.java: -------------------------------------------------------------------------------- 1 | package com.handmark.pulltorefresh.library.internal; 2 | 3 | import android.util.Log; 4 | 5 | public class Utils { 6 | 7 | static final String LOG_TAG = "PullToRefresh"; 8 | 9 | public static void warnDeprecation(String depreacted, String replacement) { 10 | Log.w(LOG_TAG, "You're using the deprecated " + depreacted + " attr, please switch over to " + replacement); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | resemble-zhihu-app 2 | ================== 3 | 4 | 仿知乎日报android 5 | ######详细介绍
6 | [http://blog.csdn.net/everyweekfunction/article/details/41321647](http://blog.csdn.net/everyweekfunction/article/details/41321647)
7 | ######截图
8 | ![](https://github.com/meizhou/resemble-zhihu-app/raw/master/demo1.jpg)
9 | ![](https://github.com/meizhou/resemble-zhihu-app/raw/master/demo2.jpg)
10 | ![](https://github.com/meizhou/resemble-zhihu-app/raw/master/demo3.jpg)
11 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/fragment_collect.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /NoWorkDay/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/view_page.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /library_SlidingMenu/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /library_imageLoader/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /library_pullToRefresh/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/view/CollectFragment.java: -------------------------------------------------------------------------------- 1 | package com.noworkday.view; 2 | 3 | 4 | import com.noworkday.R; 5 | 6 | import android.app.Fragment; 7 | import android.os.Bundle; 8 | import android.view.LayoutInflater; 9 | import android.view.View; 10 | import android.view.ViewGroup; 11 | 12 | public class CollectFragment extends Fragment{ 13 | @Override 14 | public View onCreateView(LayoutInflater inflater, ViewGroup container, 15 | Bundle savedInstanceState) { 16 | // TODO Auto-generated method stub 17 | return inflater.inflate(R.layout.fragment_collect, container, false); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/activity_web_view.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /NoWorkDay/res/values/arrays.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 首页 5 | 主题日报 6 | 我的收藏 7 | 消息 8 | 设置 9 | 10 | 11 | 2014年汽车媒体行业会发生什么变化,比如汽车之家,搜狐汽车,易车网的格局会不会被打破? 12 | 如何做一个好的职场新人? 13 | 金庸小说中不可能互相成为朋友的主角是哪些? 14 | 想去南极旅游,看了很多攻略,都说德雷克海峡晕船比较厉害,有没有去南极旅行不晕船的玩法? 15 | 流落在北京上海的 90一代的未来在哪儿? 16 | 如果一个人的死能拯救成千上万的人,那该不该剥夺他的生命? 17 | 18 | 19 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/menu_left_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 10 | 15 | 16 | -------------------------------------------------------------------------------- /NoWorkDay/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | NoWorkDay 5 | 知乎日报 6 | Hello world! 7 | 首页 8 | 登陆账号 9 | 主题日报 10 | 我的收藏 11 | 消息 12 | 今日新闻 13 | postListViewImage 14 | WebViewActivity 15 | 16 | 17 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable/indicator_bg_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 11 | 17 | 18 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/drawable/indicator_bg_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 11 | 17 | 18 | -------------------------------------------------------------------------------- /library_SlidingMenu/library.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/view/CarouselViewPage.java: -------------------------------------------------------------------------------- 1 | package com.noworkday.view; 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 | public class CarouselViewPage extends ViewPager{ 9 | public CarouselViewPage(Context context) { 10 | super(context); 11 | } 12 | public CarouselViewPage(Context context, AttributeSet attrs) { 13 | super(context, attrs); 14 | } 15 | @Override 16 | public boolean onInterceptTouchEvent(MotionEvent arg0) { 17 | return true; 18 | } 19 | @Override 20 | public boolean onTouchEvent(MotionEvent arg0) { 21 | getParent().requestDisallowInterceptTouchEvent(true); 22 | return super.onTouchEvent(arg0); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /NoWorkDay/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-20 15 | android.library.reference.3=../library_pullToRefresh 16 | android.library.reference.1=../library_imageLoader 17 | android.library.reference.2=../library_SlidingMenu 18 | -------------------------------------------------------------------------------- /NoWorkDay/res/layout/fragment_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Pull to refresh… 5 | Release to refresh… 6 | Loading… 7 | 8 | 9 | @string/pull_to_refresh_pull_label 10 | @string/pull_to_refresh_release_label 11 | @string/pull_to_refresh_refreshing_label 12 | 13 | -------------------------------------------------------------------------------- /library_pullToRefresh/res/values-fi/pull_refresh_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Päivitä vetämällä alas… 5 | Päivitä vapauttamalla… 6 | Päivitetään… 7 | 8 | 9 | Päivitä vetämällä ylös… 10 | @string/pull_to_refresh_release_label 11 | @string/pull_to_refresh_refreshing_label 12 | 13 | -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/adapter/PageBaseAdapter.java: -------------------------------------------------------------------------------- 1 | package com.noworkday.adapter; 2 | 3 | import java.util.LinkedList; 4 | 5 | import android.support.v4.view.PagerAdapter; 6 | import android.view.View; 7 | import android.view.ViewGroup; 8 | 9 | public class PageBaseAdapter extends PagerAdapter{ 10 | protected LinkedList views; 11 | @Override 12 | public int getCount() { 13 | return views.size(); 14 | } 15 | @Override 16 | public Object instantiateItem(ViewGroup container, int position) { 17 | container.addView(views.get(position)); 18 | return views.get(position); 19 | } 20 | @Override 21 | public boolean isViewFromObject(View arg0, Object arg1) { 22 | return arg0 == arg1; 23 | } 24 | @Override 25 | public void destroyItem(ViewGroup container, int position, Object object) { 26 | container.removeView(views.get(position)); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /NoWorkDay/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /NoWorkDay/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | NoWorkDay 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /NoWorkDay/src/com/noworkday/activity/MainActivity.java: -------------------------------------------------------------------------------- 1 | package com.noworkday.activity; 2 | 3 | import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu; 4 | import com.noworkday.R; 5 | import com.noworkday.base.Util; 6 | import com.noworkday.view.MainFragment; 7 | import android.app.Fragment; 8 | import android.os.Bundle; 9 | import android.support.v4.app.FragmentActivity; 10 | 11 | public class MainActivity extends FragmentActivity { 12 | private SlidingMenu slidingMenu; 13 | @Override 14 | protected void onCreate(Bundle savedInstanceState) { 15 | super.onCreate(savedInstanceState); 16 | setContentView(R.layout.activity_main); 17 | slidingMenu = Util.initSlidingMenu(this); 18 | Util.initActionButton(this, slidingMenu); 19 | switchFragment(new MainFragment()); 20 | } 21 | public void switchFragment(Fragment fragment) { 22 | getFragmentManager().beginTransaction() 23 | .replace(R.id.content_fragment, fragment).commit(); 24 | slidingMenu.showContent(); 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /library_SlidingMenu/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | library_SlidingMenu 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /library_imageLoader/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | library_imageLoader 4 | 5 | 6 | 7 | 8 | 9 | 10 | com.android.ide.eclipse.adt.ResourceManagerBuilder 11 | 12 | 13 | 14 | 15 | com.android.ide.eclipse.adt.PreCompilerBuilder 16 | 17 | 18 | 19 | 20 | org.eclipse.jdt.core.javabuilder 21 | 22 | 23 | 24 | 25 | com.android.ide.eclipse.adt.ApkBuilder 26 | 27 | 28 | 29 | 30 | 31 | com.android.ide.eclipse.adt.AndroidNature 32 | org.eclipse.jdt.core.javanature 33 | 34 | 35 | --------------------------------------------------------------------------------