-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf1d592
commit 8703289
Showing
43 changed files
with
68 additions
and
84 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+442 KB
Carnival-Eclipse/libs/Carnival-2.5.0.jar → Carnival-Eclipse/libs/Carnival-2.6.0.jar
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...val-Eclipse/res/drawable/bg_pinstripe.xml → ...se/res/drawable/carnival_bg_pinstripe.xml
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:src="@drawable/bg_pinstripe_tile" | ||
android:src="@drawable/carnival_bg_pinstripe_tile" | ||
android:tileMode="repeat"> | ||
|
||
</bitmap> |
File renamed without changes
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:id="@+id/menu_item_share" | ||
android:showAsAction="ifRoom" | ||
android:title="Share" | ||
android:icon="@android:drawable/ic_menu_share" /> | ||
</menu> |
This file was deleted.
Oops, something went wrong.
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,9 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="call_header_bg">#aa000000</color> | ||
<color name="call_status_bg">#aa267c94</color> | ||
<color name="call_accept">#a4c739</color> | ||
<color name="call_decline">#96180a</color> | ||
<color name="button_pressed">#c0c0c0</color> | ||
<color name="debug">#f0f</color> | ||
<color name="carnival_call_header_bg">#aa000000</color> | ||
<color name="carnival_call_status_bg">#aa267c94</color> | ||
<color name="carnival_call_accept">#a4c739</color> | ||
<color name="carnival_call_decline">#96180a</color> | ||
</resources> |
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,22 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Carnival</string> | ||
<string name="hello_world">Hello world!</string> | ||
<string name="action_settings">Settings</string> | ||
<string name="error_carnival_not_started">Carnival Engine not started. Please initialize it with Carnival.startEngine() first.</string> | ||
|
||
<string name="call_subtitle">Video call</string> | ||
<string name="call_name_demo">Carnival Mobile</string> | ||
<string name="call_status_incoming">INCOMING</string> | ||
<string name="call_status_connecting">CONNECTING…</string> | ||
<string name="call_status_connected">CONNECTED</string> | ||
<string name="call_status_disconnected">DISCONNECTED</string> | ||
<string name="accept_call">Accept Call</string> | ||
<string name="decline_call">Decline Call</string> | ||
<string name="call_error">Cannot connect call</string> | ||
<string name="view_all_message">View All Messages</string> | ||
<string name="messages">Messages</string> | ||
<string name="message">Message</string> | ||
<string name="carnival_error_carnival_not_started">Carnival Engine not started. Please initialize it with Carnival.startEngine() first.</string> | ||
<string name="carnival_call_subtitle">Video call</string> | ||
<string name="carnival_call_name_demo">Carnival Mobile</string> | ||
<string name="carnival_call_status_incoming">INCOMING</string> | ||
<string name="carnival_call_status_connecting">CONNECTING…</string> | ||
<string name="carnival_call_status_connected">CONNECTED</string> | ||
<string name="carnival_call_status_disconnected">DISCONNECTED</string> | ||
<string name="carnival_accept_call">Accept Call</string> | ||
<string name="carnival_decline_call">Decline Call</string> | ||
<string name="carnival_call_error">Cannot connect call</string> | ||
<string name="carnival_messages">Messages</string> | ||
<string name="carnival_message">Message</string> | ||
<string name="carnival_message_image">Message Image</string> | ||
|
||
</resources> |