Skip to content

Commit 57b2bf0

Browse files
committed
Added preferences to menu, basic. Connected two activites
1 parent d1e1eda commit 57b2bf0

37 files changed

+1631
-474
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.classpath

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="GoFeeds/test"/>
4-
<classpathentry kind="src" path="GoFeeds/gen"/>
5-
<classpathentry kind="src" path="GoFeeds/src"/>
64
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="src" path="GoFeeds/src"/>
76
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
87
<classpathentry kind="output" path="bin"/>
98
</classpath>

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GoFeeds/bin/*
33
out/*
44
gen/*
5-
5+
bin/*
66

77
# Compiled source #
88
###################
@@ -42,4 +42,4 @@ Thumbs.db
4242
.idea/dictionaries/Anand.xml
4343
.idea/dictionaries/Anand.xml
4444
assets/.DS_Store
45-
default.properties
45+
default.properties

.idea/workspace.xml

+118-192
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AndroidManifest.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<application android:icon="@drawable/icon" android:label="GoFeeds">
77
<activity android:name="com.thoughtworks.studios.driod.citracker.activity.MessageList"
88
android:label="@string/app_name">
9-
<intent-filter>
10-
<action android:name="android.intent.action.MAIN" />
11-
<category android:name="android.intent.category.LAUNCHER" />
12-
</intent-filter>
9+
</activity>
10+
<activity android:name="com.thoughtworks.studios.driod.citracker.activity.PreferencesFromCode"
11+
android:label="@string/app_name">
1312
</activity>
1413
<activity android:name="com.thoughtworks.studios.driod.citracker.activity.PipelineList"
1514
android:label="@string/app_name">

GoFeeds/.idea/compiler.xml

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoFeeds/.idea/dictionaries/Anand.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoFeeds/.idea/encodings.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoFeeds/.idea/misc.xml

+311
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoFeeds/.idea/modules.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoFeeds/.idea/runConfigurations/GoFeeds.xml

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoFeeds/.idea/vcs.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)