Skip to content

Commit

Permalink
修改相关资源
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaoyou1212 committed Jun 8, 2017
1 parent 2edc20e commit dbabc98
Show file tree
Hide file tree
Showing 24 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/com/vise/snowdemo/db/AuthorModelDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import android.database.Cursor;
import android.database.sqlite.SQLiteStatement;

import com.vise.snowdemo.mode.AuthorModel;

import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.internal.DaoConfig;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.database.DatabaseStatement;
import org.greenrobot.greendao.internal.DaoConfig;

import com.vise.snowdemo.mode.AuthorModel;

// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT.
/**
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/vise/snowdemo/db/DaoMaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import android.util.Log;

import org.greenrobot.greendao.AbstractDaoMaster;
import org.greenrobot.greendao.database.StandardDatabase;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.database.DatabaseOpenHelper;
import org.greenrobot.greendao.database.StandardDatabase;
import org.greenrobot.greendao.identityscope.IdentityScopeType;


Expand Down
6 changes: 4 additions & 2 deletions app/src/main/java/com/vise/snowdemo/db/DaoSession.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package com.vise.snowdemo.db;

import com.vise.snowdemo.mode.AuthorModel;
import java.util.Map;

import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.AbstractDaoSession;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.identityscope.IdentityScopeType;
import org.greenrobot.greendao.internal.DaoConfig;

import java.util.Map;
import com.vise.snowdemo.mode.AuthorModel;

import com.vise.snowdemo.db.AuthorModelDao;

// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT.

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<string name="content_prompt">详细使用请右滑查看菜单栏进行操作\n项目介绍请点击右下角图标查看</string>

<string name="about_dialog_text">\n
项目简介:基于RxJava+Retrofit精心打造的Android基础框架,包含网络、上传、下载、缓存、事件总线、数据库、图片加载、UI模块,基本都是项目中必用功能,每个模块充分解耦,可随意替换。\n
项目简介:基于RxJava+Retrofit精心打造的Android基础框架,包含网络、上传、下载、缓存、事件总线、权限管理、数据库、图片加载、UI模块,基本都是项目中必用功能,每个模块充分解耦,可随意替换。\n
项目地址:https://github.com/xiaoyaoyou1212/XSnow\n
作者:胡伟\n
网站:http://www.xiaoyaoyou1212.com\n
Expand Down
Binary file removed larger_screenshot/download_view.png
Binary file not shown.
Binary file removed larger_screenshot/function_view.png
Binary file not shown.
Binary file removed larger_screenshot/image_loader_view.png
Binary file not shown.
Binary file removed larger_screenshot/main_view.png
Binary file not shown.
Binary file removed larger_screenshot/net_view.png
Binary file not shown.
Binary file removed larger_screenshot/other_view.png
Binary file not shown.
Binary file added screenshot/download_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/function_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/http_get_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/http_post_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/image_loader_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/main_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/other_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/status_switch_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed small_screenshot/download_view.png
Binary file not shown.
Binary file removed small_screenshot/function_view.png
Binary file not shown.
Binary file removed small_screenshot/image_loader_view.png
Binary file not shown.
Binary file removed small_screenshot/main_view.png
Binary file not shown.
Binary file removed small_screenshot/net_view.png
Binary file not shown.
Binary file removed small_screenshot/other_view.png
Binary file not shown.

0 comments on commit dbabc98

Please sign in to comment.