File tree 6 files changed +9
-4
lines changed
java/org/rubychina/app/ui/fragment
6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 19
9
9
targetSdkVersion 19
10
- versionCode 20140618
11
- versionName " 1.0.6 "
10
+ versionCode 20140827
11
+ versionName " 1.0.7 "
12
12
}
13
13
14
14
buildTypes {
Original file line number Diff line number Diff line change 9
9
<uses-permission android : name =" android.permission.VIBRATE" />
10
10
11
11
<application
12
- android : debuggable =" false"
13
12
android : name =" .MyApp"
14
13
android : allowBackup =" true"
15
14
android : icon =" @drawable/ic_launcher"
Original file line number Diff line number Diff line change 1
1
package org .rubychina .app .ui .fragment ;
2
2
3
+ import android .annotation .SuppressLint ;
3
4
import android .os .Bundle ;
4
5
import android .support .v4 .app .Fragment ;
5
6
import android .view .LayoutInflater ;
18
19
/**
19
20
* Created by mac on 14-2-6.
20
21
*/
22
+ @ SuppressLint ("ValidFragment" )
21
23
public class NodeFragment extends Fragment {
22
24
List <Node > list = new ArrayList <Node >();
23
25
Original file line number Diff line number Diff line change 1
1
package org .rubychina .app .ui .fragment ;
2
2
3
+ import android .annotation .SuppressLint ;
3
4
import android .content .Context ;
4
5
import android .os .Bundle ;
5
6
import android .support .v4 .app .Fragment ;
14
15
/**
15
16
* Created by mac on 14-2-4.
16
17
*/
18
+ @ SuppressLint ("ValidFragment" )
17
19
public class PreviewFragment extends Fragment {
18
20
View v ;
19
21
WebView web ;
Original file line number Diff line number Diff line change 1
1
package org .rubychina .app .ui .fragment .topic ;
2
2
3
+ import android .annotation .SuppressLint ;
3
4
import android .content .Context ;
4
5
import android .graphics .Bitmap ;
5
6
import android .os .Bundle ;
24
25
/**
25
26
* Created by mac on 14-2-2.
26
27
*/
28
+ @ SuppressLint ("ValidFragment" )
27
29
public class TopicViewFragment extends Fragment {
28
30
private TextView title , detail ;
29
31
Original file line number Diff line number Diff line change 42
42
<string name =" reply_success" >回复成功</string >
43
43
<string name =" login_success" >登录成功</string >
44
44
<string name =" clear_cache_success" >清除成功</string >
45
- <string name =" from" >\n\n[来自RubyChina4Android](https://play.google.com/store/apps/details?id=org.rubychina.app) </string >
45
+ <string name =" from" ></string >
46
46
<string-array name =" node_category_arrays" >
47
47
<item >Ruby</item >
48
48
<item >分享</item >
You can’t perform that action at this time.
0 commit comments