forked from veevickytoria/Section04
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Team-Android' of github.com:RH-CSSE-371-F2013/Section04…
… into Team-Android Conflicts: DroidRage/res/layout/activity_edit_group.xml DroidRage/src/com/meetingninja/csse/group/EditGroupActivity.java DroidRage/src/com/meetingninja/csse/group/GroupsFragment.java DroidRage/src/com/meetingninja/csse/meetings/MeetingItemAdapter.java DroidRage/src/com/meetingninja/csse/tasks/EditTaskActivity.java
- Loading branch information
Showing
69 changed files
with
301 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
DroidRage/externalSrc/com/doomonafireball/betterpickers/hmspicker/HmsPicker.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
DroidRage/externalSrc/pl/polidea/treeview/AbstractTreeViewAdapter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
|
||
# Project target. | ||
target=android-19 | ||
android.library.reference.1=../../android-support-v7-appcompat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android" > | ||
<item android:id="@+id/edit_item_task" android:showAsAction="ifRoom" android:title="Edit" android:orderInCategory="100" android:icon="@drawable/ic_menu_edit"></item> | ||
<item android:id="@+id/delete_item_task" android:orderInCategory="200" android:title="Delete" android:icon="@drawable/ic_menu_delete" android:showAsAction="ifRoom"></item> | ||
|
||
|
||
</menu> | ||
<item | ||
android:id="@+id/edit_item_task" | ||
android:icon="@drawable/ic_menu_edit" | ||
android:orderInCategory="100" | ||
android:showAsAction="ifRoom" | ||
android:title="Edit"> | ||
</item> | ||
<item | ||
android:id="@+id/delete_item_task" | ||
android:icon="@drawable/ic_menu_delete" | ||
android:orderInCategory="200" | ||
android:showAsAction="ifRoom" | ||
android:title="Delete"> | ||
</item> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:id="@+id/menu_save" | ||
android:icon="@drawable/ic_menu_save" | ||
android:alphabeticShortcut='s' | ||
android:title="@string/action_save" | ||
android:showAsAction="ifRoom|withText" /> | ||
<item android:id="@+id/menu_revert" | ||
android:icon="@drawable/ic_menu_revert" | ||
android:title="@string/menu_revert" /> | ||
<item android:id="@+id/menu_delete" | ||
android:icon="@drawable/ic_menu_delete" | ||
android:title="@string/action_delete" | ||
android:showAsAction="ifRoom|withText" /> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|
||
<item | ||
android:id="@+id/menu_save" | ||
android:alphabeticShortcut="s" | ||
android:icon="@drawable/ic_menu_save" | ||
android:showAsAction="ifRoom|withText" | ||
android:title="@string/action_save"/> | ||
<item | ||
android:id="@+id/menu_revert" | ||
android:icon="@drawable/ic_menu_revert" | ||
android:title="@string/menu_revert"/> | ||
<item | ||
android:id="@+id/menu_delete" | ||
android:icon="@drawable/ic_menu_delete" | ||
android:showAsAction="ifRoom|withText" | ||
android:title="@string/action_delete"/> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|
||
<item | ||
android:id="@+id/action_new" | ||
android:icon="@drawable/ic_action_new" | ||
android:orderInCategory="100" | ||
android:showAsAction="ifRoom" | ||
android:title="New Task"> | ||
</item> | ||
<item | ||
android:id="@+id/action_refresh" | ||
android:icon="@drawable/ic_action_refresh" | ||
android:orderInCategory="200" | ||
android:showAsAction="ifRoom" | ||
android:title="Refresh"> | ||
</item> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ | |
android:showAsAction="ifRoom|withText" | ||
android:title="@+string/action_save"> | ||
</item> | ||
</menu> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android" > | ||
<item | ||
|
||
<item | ||
android:id="@+id/action_new_note" | ||
android:icon="@drawable/ic_action_new" | ||
android:orderInCategory="100" | ||
android:showAsAction="ifRoom" | ||
android:title="@string/action_new_note"/> | ||
<item | ||
<item | ||
android:id="@id/action_refresh" | ||
android:icon="@drawable/ic_action_refresh" | ||
android:orderInCategory="200" | ||
android:showAsAction="ifRoom" | ||
android:title="@string/action_refresh"/> | ||
|
||
|
||
</menu> | ||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.