diff --git a/.classpath b/.classpath index 73e3fe0d3..d150c0422 100644 --- a/.classpath +++ b/.classpath @@ -6,6 +6,7 @@ + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1c7bdc86f..fcea8747d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -36,13 +36,39 @@ + + + + + + + + + + + + + + + + - + + + + + @@ -99,10 +125,21 @@ + + + + - - + + + + + + + diff --git a/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png b/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png new file mode 100644 index 000000000..7c4f40ea9 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png differ diff --git a/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png b/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png new file mode 100644 index 000000000..b9ec2374a Binary files /dev/null and b/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png differ diff --git a/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png b/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png new file mode 100644 index 000000000..2800cabeb Binary files /dev/null and b/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png differ diff --git a/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png b/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png new file mode 100644 index 000000000..fd98571d3 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png differ diff --git a/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png b/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png new file mode 100644 index 000000000..49ec1184f Binary files /dev/null and b/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png differ diff --git a/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png b/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png new file mode 100644 index 000000000..ffc54339d Binary files /dev/null and b/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png differ diff --git a/res/drawable-hdpi/jog_tab_left_confirm_green.png b/res/drawable-hdpi/jog_tab_left_confirm_green.png new file mode 100644 index 000000000..23acc95f1 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_left_confirm_green.png differ diff --git a/res/drawable-hdpi/jog_tab_left_normal.png b/res/drawable-hdpi/jog_tab_left_normal.png new file mode 100644 index 000000000..18216f946 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_left_normal.png differ diff --git a/res/drawable-hdpi/jog_tab_left_pressed.png b/res/drawable-hdpi/jog_tab_left_pressed.png new file mode 100644 index 000000000..86f49c685 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_left_pressed.png differ diff --git a/res/drawable-hdpi/jog_tab_right_confirm_red.png b/res/drawable-hdpi/jog_tab_right_confirm_red.png new file mode 100644 index 000000000..bb0fa4754 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_right_confirm_red.png differ diff --git a/res/drawable-hdpi/jog_tab_right_normal.png b/res/drawable-hdpi/jog_tab_right_normal.png new file mode 100644 index 000000000..68545ef51 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_right_normal.png differ diff --git a/res/drawable-hdpi/jog_tab_right_pressed.png b/res/drawable-hdpi/jog_tab_right_pressed.png new file mode 100644 index 000000000..3d75c0d9b Binary files /dev/null and b/res/drawable-hdpi/jog_tab_right_pressed.png differ diff --git a/res/drawable-hdpi/jog_tab_target_green.png b/res/drawable-hdpi/jog_tab_target_green.png new file mode 100644 index 000000000..17f6b101e Binary files /dev/null and b/res/drawable-hdpi/jog_tab_target_green.png differ diff --git a/res/drawable-hdpi/jog_tab_target_red.png b/res/drawable-hdpi/jog_tab_target_red.png new file mode 100644 index 000000000..8db20bb63 Binary files /dev/null and b/res/drawable-hdpi/jog_tab_target_red.png differ diff --git a/res/drawable-hdpi/unknown_person.png b/res/drawable-hdpi/unknown_person.png new file mode 100644 index 000000000..0e5179932 Binary files /dev/null and b/res/drawable-hdpi/unknown_person.png differ diff --git a/res/drawable-ldpi/unknown_person.png b/res/drawable-ldpi/unknown_person.png new file mode 100644 index 000000000..4425150f2 Binary files /dev/null and b/res/drawable-ldpi/unknown_person.png differ diff --git a/res/drawable-mdpi/unknown_person.png b/res/drawable-mdpi/unknown_person.png new file mode 100644 index 000000000..ed45aedcd Binary files /dev/null and b/res/drawable-mdpi/unknown_person.png differ diff --git a/res/drawable/conf_callee_active_bg.xml b/res/drawable/conf_callee_active_bg.xml new file mode 100644 index 000000000..662710e79 --- /dev/null +++ b/res/drawable/conf_callee_active_bg.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/res/drawable/conf_callee_bg.xml b/res/drawable/conf_callee_bg.xml new file mode 100644 index 000000000..34c4f8687 --- /dev/null +++ b/res/drawable/conf_callee_bg.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/res/drawable/conf_callee_incoming_bg.xml b/res/drawable/conf_callee_incoming_bg.xml new file mode 100644 index 000000000..65ed06b42 --- /dev/null +++ b/res/drawable/conf_callee_incoming_bg.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/res/drawable/conf_callee_inconf_bg.xml b/res/drawable/conf_callee_inconf_bg.xml new file mode 100644 index 000000000..ada123c15 --- /dev/null +++ b/res/drawable/conf_callee_inconf_bg.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/res/drawable/conf_callee_pressed_bg.xml b/res/drawable/conf_callee_pressed_bg.xml new file mode 100644 index 000000000..31cfd4a6f --- /dev/null +++ b/res/drawable/conf_callee_pressed_bg.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/res/drawable/conf_callee_selected_bg.xml b/res/drawable/conf_callee_selected_bg.xml new file mode 100644 index 000000000..d98b22f5a --- /dev/null +++ b/res/drawable/conf_callee_selected_bg.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/res/drawable/conf_callee_selector_active.xml b/res/drawable/conf_callee_selector_active.xml new file mode 100644 index 000000000..cb64a4a1e --- /dev/null +++ b/res/drawable/conf_callee_selector_active.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/res/drawable/conf_callee_selector_incoming.xml b/res/drawable/conf_callee_selector_incoming.xml new file mode 100644 index 000000000..b7e045d00 --- /dev/null +++ b/res/drawable/conf_callee_selector_incoming.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/res/drawable/conf_callee_selector_inconf.xml b/res/drawable/conf_callee_selector_inconf.xml new file mode 100644 index 000000000..85e3ea5ff --- /dev/null +++ b/res/drawable/conf_callee_selector_inconf.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/res/drawable/conf_callee_selector_normal.xml b/res/drawable/conf_callee_selector_normal.xml new file mode 100644 index 000000000..2da1f36ac --- /dev/null +++ b/res/drawable/conf_callee_selector_normal.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/res/drawable/conf_merge.png b/res/drawable/conf_merge.png new file mode 100644 index 000000000..2f76509b5 Binary files /dev/null and b/res/drawable/conf_merge.png differ diff --git a/res/drawable/conf_merge_all.png b/res/drawable/conf_merge_all.png new file mode 100644 index 000000000..66626fe71 Binary files /dev/null and b/res/drawable/conf_merge_all.png differ diff --git a/res/drawable/conf_pause.png b/res/drawable/conf_pause.png new file mode 100644 index 000000000..9ab5bae92 Binary files /dev/null and b/res/drawable/conf_pause.png differ diff --git a/res/drawable/conf_permute.png b/res/drawable/conf_permute.png new file mode 100644 index 000000000..225b8bf7d Binary files /dev/null and b/res/drawable/conf_permute.png differ diff --git a/res/drawable/conf_remove.png b/res/drawable/conf_remove.png new file mode 100644 index 000000000..7570cc599 Binary files /dev/null and b/res/drawable/conf_remove.png differ diff --git a/res/drawable/conf_resume.png b/res/drawable/conf_resume.png new file mode 100644 index 000000000..b8a2d50cd Binary files /dev/null and b/res/drawable/conf_resume.png differ diff --git a/res/drawable/conf_status_inconf.png b/res/drawable/conf_status_inconf.png new file mode 100644 index 000000000..3f89fb3fb Binary files /dev/null and b/res/drawable/conf_status_inconf.png differ diff --git a/res/drawable/conf_status_paused.png b/res/drawable/conf_status_paused.png new file mode 100644 index 000000000..2d6a3cb4d Binary files /dev/null and b/res/drawable/conf_status_paused.png differ diff --git a/res/drawable/conf_terminate.png b/res/drawable/conf_terminate.png new file mode 100644 index 000000000..0a11c639e Binary files /dev/null and b/res/drawable/conf_terminate.png differ diff --git a/res/drawable/conf_transfer.png b/res/drawable/conf_transfer.png new file mode 100644 index 000000000..d539cd241 Binary files /dev/null and b/res/drawable/conf_transfer.png differ diff --git a/res/drawable/conf_unhook.png b/res/drawable/conf_unhook.png new file mode 100644 index 000000000..2f141582d Binary files /dev/null and b/res/drawable/conf_unhook.png differ diff --git a/res/drawable/conf_video.png b/res/drawable/conf_video.png new file mode 100644 index 000000000..6e7616404 Binary files /dev/null and b/res/drawable/conf_video.png differ diff --git a/res/drawable/jog_tab_bar_left_answer.xml b/res/drawable/jog_tab_bar_left_answer.xml new file mode 100644 index 000000000..32ce3dcda --- /dev/null +++ b/res/drawable/jog_tab_bar_left_answer.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/res/drawable/jog_tab_bar_left_end_confirm_green.9.png b/res/drawable/jog_tab_bar_left_end_confirm_green.9.png new file mode 100644 index 000000000..e8be7bf37 Binary files /dev/null and b/res/drawable/jog_tab_bar_left_end_confirm_green.9.png differ diff --git a/res/drawable/jog_tab_bar_left_end_normal.9.png b/res/drawable/jog_tab_bar_left_end_normal.9.png new file mode 100644 index 000000000..747745378 Binary files /dev/null and b/res/drawable/jog_tab_bar_left_end_normal.9.png differ diff --git a/res/drawable/jog_tab_bar_left_end_pressed.9.png b/res/drawable/jog_tab_bar_left_end_pressed.9.png new file mode 100644 index 000000000..c79a35cf3 Binary files /dev/null and b/res/drawable/jog_tab_bar_left_end_pressed.9.png differ diff --git a/res/drawable/jog_tab_bar_right_decline.xml b/res/drawable/jog_tab_bar_right_decline.xml new file mode 100644 index 000000000..83183ac1b --- /dev/null +++ b/res/drawable/jog_tab_bar_right_decline.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/res/drawable/jog_tab_bar_right_end_confirm_red.9.png b/res/drawable/jog_tab_bar_right_end_confirm_red.9.png new file mode 100644 index 000000000..0242a42b5 Binary files /dev/null and b/res/drawable/jog_tab_bar_right_end_confirm_red.9.png differ diff --git a/res/drawable/jog_tab_bar_right_end_normal.9.png b/res/drawable/jog_tab_bar_right_end_normal.9.png new file mode 100644 index 000000000..2e6ca2ebf Binary files /dev/null and b/res/drawable/jog_tab_bar_right_end_normal.9.png differ diff --git a/res/drawable/jog_tab_bar_right_end_pressed.9.png b/res/drawable/jog_tab_bar_right_end_pressed.9.png new file mode 100644 index 000000000..8bdfd8406 Binary files /dev/null and b/res/drawable/jog_tab_bar_right_end_pressed.9.png differ diff --git a/res/drawable/jog_tab_left_answer.xml b/res/drawable/jog_tab_left_answer.xml new file mode 100644 index 000000000..18ec7fa15 --- /dev/null +++ b/res/drawable/jog_tab_left_answer.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/res/drawable/jog_tab_left_confirm_green.png b/res/drawable/jog_tab_left_confirm_green.png new file mode 100755 index 000000000..829b1462d Binary files /dev/null and b/res/drawable/jog_tab_left_confirm_green.png differ diff --git a/res/drawable/jog_tab_left_normal.png b/res/drawable/jog_tab_left_normal.png new file mode 100755 index 000000000..eb91e97ea Binary files /dev/null and b/res/drawable/jog_tab_left_normal.png differ diff --git a/res/drawable/jog_tab_left_pressed.png b/res/drawable/jog_tab_left_pressed.png new file mode 100755 index 000000000..995199292 Binary files /dev/null and b/res/drawable/jog_tab_left_pressed.png differ diff --git a/res/drawable/jog_tab_right_confirm_red.png b/res/drawable/jog_tab_right_confirm_red.png new file mode 100644 index 000000000..2e1e105c6 Binary files /dev/null and b/res/drawable/jog_tab_right_confirm_red.png differ diff --git a/res/drawable/jog_tab_right_decline.xml b/res/drawable/jog_tab_right_decline.xml new file mode 100644 index 000000000..a3bca5e92 --- /dev/null +++ b/res/drawable/jog_tab_right_decline.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/res/drawable/jog_tab_right_normal.png b/res/drawable/jog_tab_right_normal.png new file mode 100755 index 000000000..f2113f26e Binary files /dev/null and b/res/drawable/jog_tab_right_normal.png differ diff --git a/res/drawable/jog_tab_right_pressed.png b/res/drawable/jog_tab_right_pressed.png new file mode 100755 index 000000000..65cd51ea6 Binary files /dev/null and b/res/drawable/jog_tab_right_pressed.png differ diff --git a/res/drawable/jog_tab_target_green.png b/res/drawable/jog_tab_target_green.png new file mode 100644 index 000000000..188f3cc83 Binary files /dev/null and b/res/drawable/jog_tab_target_green.png differ diff --git a/res/drawable/jog_tab_target_red.png b/res/drawable/jog_tab_target_red.png new file mode 100644 index 000000000..a36394dc5 Binary files /dev/null and b/res/drawable/jog_tab_target_red.png differ diff --git a/res/drawable/mini_stopcall_red.png b/res/drawable/mini_stopcall_red.png new file mode 100644 index 000000000..fcf26c8bd Binary files /dev/null and b/res/drawable/mini_stopcall_red.png differ diff --git a/res/drawable/numpad_big.png b/res/drawable/numpad_big.png new file mode 100644 index 000000000..2f1706869 Binary files /dev/null and b/res/drawable/numpad_big.png differ diff --git a/res/drawable/picker_plus.png b/res/drawable/picker_plus.png new file mode 100644 index 000000000..e75c7c27c Binary files /dev/null and b/res/drawable/picker_plus.png differ diff --git a/res/drawable/picker_transfer.png b/res/drawable/picker_transfer.png new file mode 100644 index 000000000..0251581f3 Binary files /dev/null and b/res/drawable/picker_transfer.png differ diff --git a/res/drawable/plus.png b/res/drawable/plus.png new file mode 100644 index 000000000..20327957a Binary files /dev/null and b/res/drawable/plus.png differ diff --git a/res/drawable/resume_blue.png b/res/drawable/resume_blue.png new file mode 100644 index 000000000..8274e4a8d Binary files /dev/null and b/res/drawable/resume_blue.png differ diff --git a/res/drawable/unknown_person.png b/res/drawable/unknown_person.png new file mode 100644 index 000000000..ed45aedcd Binary files /dev/null and b/res/drawable/unknown_person.png differ diff --git a/res/layout-land/dialer.xml b/res/layout-land/dialer.xml index da2a314e5..9502261f6 100644 --- a/res/layout-land/dialer.xml +++ b/res/layout-land/dialer.xml @@ -40,6 +40,7 @@ + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/conf_callee_older_devices.xml b/res/layout/conf_callee_older_devices.xml new file mode 100644 index 000000000..5e2493081 --- /dev/null +++ b/res/layout/conf_callee_older_devices.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/conf_choices_admin.xml b/res/layout/conf_choices_admin.xml new file mode 100644 index 000000000..cc7963fb3 --- /dev/null +++ b/res/layout/conf_choices_admin.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/conf_choices_dialog.xml b/res/layout/conf_choices_dialog.xml new file mode 100644 index 000000000..b79550925 --- /dev/null +++ b/res/layout/conf_choices_dialog.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/conferencing.xml b/res/layout/conferencing.xml new file mode 100644 index 000000000..d6537d0ba --- /dev/null +++ b/res/layout/conferencing.xml @@ -0,0 +1,84 @@ + + + + + +