From 22549112607d734f0303b90f247be803e06a783c Mon Sep 17 00:00:00 2001 From: HyungKyu Song Date: Fri, 15 Feb 2013 15:11:50 +0900 Subject: [PATCH] Tizen 2.0 Release --- AUTHORS | 6 + LICENSE | 75 ++++ LICENSE.Flora | 206 ++++++++++ NOTICE | 4 + config.xml | 13 + css/style.css | 378 +++++++++++++++++++ icon.png | Bin 0 -> 17581 bytes images/address_minus_btn.png | Bin 0 -> 4128 bytes images/address_plus_btn.png | Bin 0 -> 3977 bytes images/checkboxChecked.png | Bin 0 -> 745 bytes images/exit.png | Bin 0 -> 520 bytes images/logs_list_block_icon.png | Bin 0 -> 532 bytes images/logs_list_call_icon.png | Bin 0 -> 274 bytes images/logs_list_dialled_icon.png | Bin 0 -> 504 bytes images/logs_list_missed_icon.png | Bin 0 -> 600 bytes images/logs_list_missed_unchecked_icon.png | Bin 0 -> 612 bytes images/logs_list_mms_icon.png | Bin 0 -> 333 bytes images/logs_list_received_icon.png | Bin 0 -> 519 bytes images/logs_list_rejected_icon.png | Bin 0 -> 324 bytes images/logs_list_sms_icon.png | Bin 0 -> 292 bytes images/logs_list_vtcall_icon.png | Bin 0 -> 269 bytes images/no_photo.png | Bin 0 -> 2552 bytes images/trash.png | Bin 0 -> 791 bytes index.html | 18 + js/app.config.js | 30 ++ js/app.helpers.js | 53 +++ js/app.js | 168 +++++++++ js/app.model.js | 96 +++++ js/app.ui.js | 577 +++++++++++++++++++++++++++++ js/app.ui.templateManager.js | 107 ++++++ js/main.js | 78 ++++ signature1.xml | 196 ++++++++++ templates/callItemRow.tpl | 6 + templates/callView.tpl | 11 + templates/callerCallItemRow.tpl | 6 + templates/callerHistory.tpl | 26 ++ templates/dateRow.tpl | 1 + templates/messageWindow.tpl | 7 + 38 files changed, 2062 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE create mode 100644 LICENSE.Flora create mode 100644 NOTICE create mode 100644 config.xml create mode 100644 css/style.css create mode 100755 icon.png create mode 100644 images/address_minus_btn.png create mode 100644 images/address_plus_btn.png create mode 100644 images/checkboxChecked.png create mode 100644 images/exit.png create mode 100644 images/logs_list_block_icon.png create mode 100644 images/logs_list_call_icon.png create mode 100644 images/logs_list_dialled_icon.png create mode 100644 images/logs_list_missed_icon.png create mode 100644 images/logs_list_missed_unchecked_icon.png create mode 100644 images/logs_list_mms_icon.png create mode 100644 images/logs_list_received_icon.png create mode 100644 images/logs_list_rejected_icon.png create mode 100644 images/logs_list_sms_icon.png create mode 100644 images/logs_list_vtcall_icon.png create mode 100644 images/no_photo.png create mode 100644 images/trash.png create mode 100644 index.html create mode 100644 js/app.config.js create mode 100644 js/app.helpers.js create mode 100644 js/app.js create mode 100644 js/app.model.js create mode 100644 js/app.ui.js create mode 100644 js/app.ui.templateManager.js create mode 100644 js/main.js create mode 100644 signature1.xml create mode 100644 templates/callItemRow.tpl create mode 100644 templates/callView.tpl create mode 100644 templates/callerCallItemRow.tpl create mode 100644 templates/callerHistory.tpl create mode 100644 templates/dateRow.tpl create mode 100644 templates/messageWindow.tpl diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..31f0274 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,6 @@ +Dariusz Paziewski +Tomasz Lukawski +Piotr Wronski +Pawel Sierszen +Artur Kobylinski +Tomasz Paciorek diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7ccb5b5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,75 @@ +Flora License + +Version 1.0, May, 2012 + +http://www.tizenopensource.org/license + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +"Tizen Certified Platform" shall mean a software platform that complies with the standards set forth in the Compatibility Definition Document and passes the Compatibility Test Suite as defined from time to time by the Tizen Technical Steering Group and certified by the Tizen Association or its designated agent. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work solely as incorporated into a Tizen Certified Platform, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work solely as incorporated into a Tizen Certified Platform to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof pursuant to the copyright license above, in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and + + 2. You must cause any modified files to carry prominent notices stating that You changed the files; and + + 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + 4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Flora License to your work + +To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Flora License, Version 1.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.tizenopensource.org/license + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/LICENSE.Flora b/LICENSE.Flora new file mode 100644 index 0000000..9c95663 --- /dev/null +++ b/LICENSE.Flora @@ -0,0 +1,206 @@ +Flora License + +Version 1.0, May, 2012 + +http://floralicense.org/license/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and +all other entities that control, are controlled by, or are +under common control with that entity. For the purposes of +this definition, "control" means (i) the power, direct or indirect, +to cause the direction or management of such entity, +whether by contract or otherwise, or (ii) ownership of fifty percent (50%) +or more of the outstanding shares, or (iii) beneficial ownership of +such entity. + +"You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation source, +and configuration files. + +"Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, +made available under the License, as indicated by a copyright notice +that is included in or attached to the work (an example is provided +in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, +that is based on (or derived from) the Work and for which the editorial +revisions, annotations, elaborations, or other modifications represent, +as a whole, an original work of authorship. For the purposes of this License, +Derivative Works shall not include works that remain separable from, +or merely link (or bind by name) to the interfaces of, the Work and +Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original +version of the Work and any modifications or additions to that Work or +Derivative Works thereof, that is intentionally submitted to Licensor +for inclusion in the Work by the copyright owner or by an individual or +Legal Entity authorized to submit on behalf of the copyright owner. +For the purposes of this definition, "submitted" means any form of +electronic, verbal, or written communication sent to the Licensor or +its representatives, including but not limited to communication on +electronic mailing lists, source code control systems, and issue +tracking systems that are managed by, or on behalf of, the Licensor +for the purpose of discussing and improving the Work, but excluding +communication that is conspicuously marked or otherwise designated +in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work. + +"Tizen Certified Platform" shall mean a software platform that complies +with the standards set forth in the Compatibility Definition Document +and passes the Compatibility Test Suite as defined from time to time +by the Tizen Technical Steering Group and certified by the Tizen +Association or its designated agent. + +2. Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work +solely as incorporated into a Tizen Certified Platform, where such +license applies only to those patent claims licensable by such +Contributor that are necessarily infringed by their Contribution(s) +alone or by combination of their Contribution(s) with the Work solely +as incorporated into a Tizen Certified Platform to which such +Contribution(s) was submitted. If You institute patent litigation +against any entity (including a cross-claim or counterclaim +in a lawsuit) alleging that the Work or a Contribution incorporated +within the Work constitutes direct or contributory patent infringement, +then any patent licenses granted to You under this License for that +Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof pursuant to the copyright license +above, in any medium, with or without modifications, and in Source or +Object form, provided that You meet the following conditions: + + 1. You must give any other recipients of the Work or Derivative Works + a copy of this License; and + 2. You must cause any modified files to carry prominent notices stating + that You changed the files; and + 3. You must retain, in the Source form of any Derivative Works that + You distribute, all copyright, patent, trademark, and attribution + notices from the Source form of the Work, excluding those notices + that do not pertain to any part of the Derivative Works; and + 4. If the Work includes a "NOTICE" text file as part of its distribution, + then any Derivative Works that You distribute must include a readable + copy of the attribution notices contained within such NOTICE file, + excluding those notices that do not pertain to any part of + the Derivative Works, in at least one of the following places: + within a NOTICE text file distributed as part of the Derivative Works; + within the Source form or documentation, if provided along with the + Derivative Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. + The contents of the NOTICE file are for informational purposes only + and do not modify the License. + +You may add Your own attribution notices within Derivative Works +that You distribute, alongside or as an addendum to the NOTICE text +from the Work, provided that such additional attribution notices +cannot be construed as modifying the License. You may add Your own +copyright statement to Your modifications and may provide additional or +different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works +as a whole, provided Your use, reproduction, and distribution of +the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Flora License to your work + +To apply the Flora License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Flora License, Version 1.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://floralicense.org/license/ + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..85044e4 --- /dev/null +++ b/NOTICE @@ -0,0 +1,4 @@ +Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. +Except as noted, this software is licensed under Flora License, Version 1. +Please, see the LICENSE.Flora file for Flora License terms and conditions. + diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..ab15b8c --- /dev/null +++ b/config.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + CallLog + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..d5aa0bd --- /dev/null +++ b/css/style.css @@ -0,0 +1,378 @@ +html,body { + margin: 0px 0px; + width: 100%; + height: 100%; + color: #fff; + font-family: Lucida Sans, Arial, Helvetica, sans-serif; + overflow: hidden; +} + +ul.calllogList li.date { + background-color: #424242; + color: #9B9B9B; + height: 22px; + font-size: 15px; + padding-left: 10px; + padding-top: 5px; +} + +ul { + list-style-type: none; + margin: 0; + padding: 0; + padding-bottom: 60px; + width: 100%; + /*float: left;*/ +} + +li { + border-bottom: 1px solid #5A99BA; + padding: 8px 8px 6px 8px; + background-color: #FFF; + /*float: left;*/ + width: 100%; +} + +.hidden { + display: none; +} + +.call .numberOrName { + font-size: 20px; +} + +.date { + background-color: #5A99BA; + color: #FFF; +} + +.call .callTime { + font-size: 14px; + color: #646464; + margin-left: 20px; + /*float: left;*/ + margin-top: 2px; +} + +.call .callAllTime { + font-size: 20px; +} + +.call .callDuration { + font-size: 14px; + color: #646464; + margin-left: 20px; + /*float: left;*/ + margin-top: 2px; +} + +.footer { + background-color: #242F36; + height: 45px; +} + +.details { + background-color: #5A99BA; + height: 30px; + color: white; + text-align: center; + padding-top: 10px; + margin-top: 0px; +} + +.detailsView { + background-color: #0f0f0f; +} + +.contact { + border-bottom: 1px solid #5A99BA; + background-color: #FFF; + height: 110px; +} + +.contact .photo { + width: 50px; + height: 50px; + background-image: url('../images/no_photo.png'); + background-repeat: no-repeat; + margin: 8px; + float: left; + background-size: 50px; +} + +.contact .name { + font-size: 20px; + padding-top: 10px; + color: #555; +} + +.contact .number { + font-size: 20px; + color: #948676; + clear: right; +} + +.contact .infoContainer { + width: 100%; + height: 66px; +} + +.contact .options { + clear: both; + margin: 0px 0px 8px 8px; + float: left; + width: 100%; +} + +.contact .options p { + float: left; + margin: 5px 5px 5px 10px; + border: 1px solid #2F2F2F; + padding: 4px; + width: 25%; + text-align: center; + background-color: black; + border-radius: 3px; + border-color: #090909 #1F1F1F #1F1F1F #090909; + font-size: 28px; +} + +.options .actionButton { + width: 43%; +} + +.trash { + background-image: url(../images/trash.png); + width: 21px; + height: 100%; + float: left; + margin: 15px; + background-size: 100%; + background-repeat: no-repeat; +} + +#detailsStandardFooter { + height: 100%; +} + +#detailsRemoveFooter { + height: 80px; +} + +.trashDisabled { + background-image: url(../images/trash.png); + width: 18px; + height: 20px; + float: left; + margin: 13px; + background-size: 18px; + opacity: 0.5; +} + +.exit,.back { + background-image: url(../images/exit.png); + width: 44px; + height: 27px; + float: right; + border: 0; + margin-right: 15px; + background-repeat: no-repeat; + margin-top: 8px; + background-size: 44px; +} + +.cancel { + width: 64px; + height: 27px; + float: right; + border: 0; + margin-right: 15px; + margin-top: 8px; + background-color: #353535; + color: #fff; + border-radius: 4px; + width: 200px; + height: 80px; + font-size: 44px; + float: right; + margin-top: 18px; + margin-right: 10px; +} + +.call .iconStatus { + width: 14px; + height: 14px; + float: left; + background-size: 14px; + margin-top: 2px; +} + +.call.type_tizen-tel .iconStatus { + background-image: url('../images/logs_list_call_icon.png'); +} + +.call.dir_dialed .iconStatus { + background-image: url('../images/logs_list_dialled_icon.png'); +} + +.call.dir_missed .iconStatus { + background-image: url('../images/logs_list_missed_icon.png'); +} + +.call.dir_missed-new .iconStatus { + background-image: url('../images/logs_list_missed_unchecked_icon.png'); +} + +.call.dir_received .iconStatus { + background-image: url('../images/logs_list_received_icon.png'); +} + +.call.dir_rejected .iconStatus { + background-image: url('../images/logs_list_rejected_icon.png'); +} + +.noPhoto { + background-image: url('../images/no_photo.png'); +} + +.toRemove { + float: left; + background-size: 100%; + border-radius: 4px; + margin-right: 5px; +} + +.toRemove input { + opacity: 0; + width: 20px; + height: 20px; +} + +.toRemove .ui-checkbox { + position: relative !important; + height: auto; +} + +.checked { + background-image: url('../images/checkboxChecked.png'); +} + +.selectAllBox { + background: #5A99BA; + float: left; + height: 33px; + width: 100%; + border-bottom: solid 1px white; + padding: 5px 0; +} + +.selectAllBox .toRemove { + margin-top: 0px; + height: 30px; + width: 40px; + padding-left: 10px; +} + +.selectAllBox p { + float: left; + margin: 5px 0 0; + color: #FFF; +} + +.selectedCount { + height: 20px; + text-align: center; + background-color: #424242; + padding: 4px 0; +} + +.calllogList .toRemove { + display: none; +} + +.find { + height: 40px; + text-align: left; + background-color: #424242; + padding: 4px 0; +} + +.find input { + width: 200px; + float: left; +} + +.ui-image-search { + width: auto; + right: 0; + left: auto; +} + +.ui-checkbox, .ui-radio { + height: 0; +} + +.my-ui-checkbox { + position: relative; + float: left; + margin-top: -1rem; + margin-right: 1.5rem; + left: 0rem; +} + +.ui-listview { + margin: 0px; + padding: 0px; + border-top-width: 0px; +} + +.input-search-bar { + margin: 0px; +} + +.ui-content.ui-scrollview-clip > div.ui-scrollview-view { + margin: 0px; + padding: 0px; +} + +.ui-content .ui-listview { + margin: 0px; + padding: 0px; +} + +#delete { + width: 70px; +} + +#delete-toolbar { + width: 70px; +} + +.ui-controlbar-s, .ui-controlbar-left, .ui-controlbar-right { + border: 0px; +} + +#header.ui-bar-s .ui-btn { + /*width: 100px; // this property changed back button width*/ +} + +.ui-popupwindow { + color: black; + padding:0.4em; +} + +#popupCancelActionBtn { + width: 80px; +} + +#popupSubmitActionBtn { + width: 80px; +} + +#popupMessage { + margin-bottom: 10px; +} + +#page-header a { + text-decoration: none; +} \ No newline at end of file diff --git a/icon.png b/icon.png new file mode 100755 index 0000000000000000000000000000000000000000..983c883493a0ae561b9592d54ea8204042b4b6fb GIT binary patch literal 17581 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 b@pJbJ{|mw}>8deX00000NkvXXu0mjfW3)fk literal 0 HcmV?d00001 diff --git a/images/exit.png b/images/exit.png new file mode 100644 index 0000000000000000000000000000000000000000..5e5b54e317252fd07495e89a0bb1ba476b76abb2 GIT binary patch literal 520 zcmV+j0{8uiP)X1^@s6yEvDU00001b5ch_0Itp) z=>Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iyV> z6AmY)8285j000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-}0004FNklAs=6u|L+VuXN51wlG?aVe54ZXqD~P|lsi-9eEI4laHHKY{oG#KA?hmMjiZ z3az#z_qugysfkUSw)p0|$M4>|#0#I8)S zSVTn7Gz|cy)X_b0)|^xs0M~VCx7&yatyYWic%166%$3XK8`CsnZP;u!tk-Ki&%x5y*Y&QEcCefYw z?hn>^P@XY=8}s}UA|i-LrY|XqB8*(&g4??QR0RA4Nc*@dW`S3ZO_Q-TK-|Cp0000< KMNUMnLSTaUt<7|3pCG95?qJK0XNJ zCNJ+Je*R|y0zd`?0i~|;@Bk4|@DdNteSUr*2^0j9K$Soes2wN>B!LP}ad81v0!d_a zjFS_HfLeg$VGa(U79hEwogJtiNbX@{16l+mcY+a6JCL!Bl@-VUl0dYDl@+K3NCFYi zkw9@E1E>X}3}^_%SfB%dmI74*Edsg+Xfn`wKx0=`t9t|eYh4oL7tA1F&~X0!`vQag z0Sfa2&Y$0(&|vU>y+FWxhxz>l_Z7~+HxM|l5MXdVp+KNvf5Lo$_xtBN2%Hz_H#jfg zJ0o-!(3mBjE{-7;ad%IK_8oQ*ak-ezV`OY>+@sjD`TyS|f0eY~9+}Jf<4=gExXkgt z+GWnab#@mmTBM(q>w{;8V?bT5OatDnm{r-UW|+fu<0 literal 0 HcmV?d00001 diff --git a/images/logs_list_call_icon.png b/images/logs_list_call_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2444a64370ed21907ec18e11debf77ca849414 GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX3?zBp#Z3TG#sNMduK)l4pIw_m64DpDa0IAb zpd`pIn4v-7y~F%~{r3~jD-;;4?{Doe+6$Dc^K@|xsfasz!BU7tk)th;@#xa@hyRw# zs=Pche@XMtOW^@tmGgp*H0*X2-S8x*KceWJrTO+g`)@^gtl!GySk3Q<8e5j1(RpVo zFF&W}`Rl9OHXr_T=J2fd-%5|lWmehD?VRNL`bl|FT^&naOuOrgHXo*Pcbn-)^CZF- dt^TuL{?S)XJJ#h@O1TaS?83{1OW2ebB_Q3 literal 0 HcmV?d00001 diff --git a/images/logs_list_dialled_icon.png b/images/logs_list_dialled_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..828fc963ffcf691bc01160f52dd6629ddf57c354 GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX3?zBp#Z3TG_X2!ET>k?>HN*cJhW`}||MMCC zS26srgmHm_wO~}v@V^u+RRUH9B#XhyfMgL^0gwcuLa;_42{Z?&9!LUB29iLO2UZUx zfhZSj2#^G#955S50#P=@f1pJ`5{R6{Uco_OzJSC1_X!RK=M5YL)(aTCF9@BOlnXRuf~SjPNJZS$ldeK74m=D8HoOA@ zy92xa|9AFo)%-T8VEKC9bAsnu-`rAlIk~UZ{=~K-^DCn3_J)fj@2WNWdFlU)-MWp7 zP5c@}c20b@X|;Y-Nw4gGgGo15sw+3ot-bt-_06N{A#5ujZM;&l@*<1V>zr35jhA*W yI4Iz;xINK`^_WlS)uTcd+P=4Q8n@n-KOkA>B5L)DIZYVkHU>{uKbLh*2~7Y8MdLI8 literal 0 HcmV?d00001 diff --git a/images/logs_list_missed_icon.png b/images/logs_list_missed_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee1df37b67529107e86d578d7fce58e7d85888f GIT binary patch literal 600 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX3?zBp#Z3TGjKx9jP7LeL$-D%znF4%5Tz9gu zJrfYP&(D8_hvyt?2~-ah1j+)% zH?goh2Fn6f0%d{XKnBD#pfaF=Ks7)FG!{Yv8K=0ofC_*lP$Q58S_D)H;R4w}1T+LF z0%RQF-~d_*A%RW>vVr7wR#u=PTUl9w4%p1f3e*TBfzE(f3Y3Cq1X>4F0F(u~2dD+8 z252Tw7sRzd#X!@579HQVYbGdYN`m}?862M7NCR<_yxm;OkH}&M25w;x zW@MN(M*=9wUgGKN%6^+em`}&rB{ZrAD0Ilv#W6(Vd~$-s9fd0$?lb1fPG7S~T}ET2 zLyL>;#3#&x3`z@F(;FQGWE_6fC@d3+xh2o05R)trEWXg1g-gMvPT(@v$vl0H2TX-K z9CQRzmj6D$V9v~J-Z9Pb<4kV@fs6)@v@`?ZtB;G;ty{;#vu0hufi5wkIXQ3g@?PiV1#+JX2t4HHzr)7|A%W_Ff*w3V^ae_W-p3)d0-|>Vmiy zs2FG((4xgNYJ-8{;#Lym7tFBV!C}6^`}YkB0rThYPnbX7!60G%`}qz92?h-X?+x}F zBs83#-`@{XF@OI1_Xz<&=KO>Jg@lBF_x<}5_8T-9oHy9N*mecbK!y{ZE{-7;ac56n z%{%NM(Q?uAkwNldUgPOAbKAQ<{OiB;@3pCG*?OUs&y&7*HveDyqgKH0XN{k_&Q-Bl zRl+`Lf{j|g*UfJD5?T0>-N;&tC? zdsu6OfU72d^YZiYu~Lo+k!=_EX>^5dcYk7&H^W3_CF_>GlO9Q>?Y-LYXy0a~Bt|v_OYg}%l^mT8=H#Tw|X0dpEo;jXU|QB;_pds8M}_#df(V6@3_Qkk(Z=; P56DxVu6{1-oD!MNg|kJ+6gb)f0~r6;zW<*k zy*z$V>7~-;=bO$-iaGqZJe>V0(e1m%Yd(HFRlWnFi!_YBd$H-8otmK-xgTe~DWM4f{059P literal 0 HcmV?d00001 diff --git a/images/logs_list_received_icon.png b/images/logs_list_received_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..30e397a3c51bd0342d35d404928c67aa29ff546b GIT binary patch literal 519 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX3?zBp#Z3TG&jWlyT>t<7&-sLt?JgS-vD{$c zdBp=nT+g_;o^$cM1hF9`_e*Zh$DBX}lme>fc*FrjKs7+b@sI;32qb~BK*j9$+1c-b z5Ks${1RBfzf*U9ZVE{?iJFGyxK$7(q2mz&lB+E?}AOe~UAwi7mEI=z~Q~Y z{f3794GQNQ<{P{}->^Pm|9XS{2ImXb3kbZw-(XO%zro;sK!d>k`wi=Xisv^7oNuV< zTQ?bK%2ZDm$B>G+yC+@6njLr;E^KkQ3k0kycHjAL(>jxHb;|wg`~QA$mf^Y}GXLE| z^T*dr^mn$dKIorPS!Z_jL+MdIADO#LiqE%h;LUGYc-Cm%2OgIDD@<;Cd}++y+ygfJZCF44KiGM{fJ6n~JBJi%fvoquM{k4H}-D@OPtJ$kQ4L)sh@~p<(tu9LsZT-f~d3f8G z@M|2s&xJO{KiU{Q_u;b!Pm|)?XJf>tvV{k>KUkyj%k1dxu$U=2-Ro?6cO9R7`RGjc zwY;ZSv7cY`V%@t_34v0}bB=MkS&RQvyYpd^|FMqEoJsLk@8j%RN@bZmq6F65T`Q^j f__WG*{z}IAvjhxI7F*o}x}Cw()z4*}Q$iB}m3oci literal 0 HcmV?d00001 diff --git a/images/logs_list_sms_icon.png b/images/logs_list_sms_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cb58c224e76c5c2532ee6d5248dd64760d994adb GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX3?zBp#Z3TGW&u7SuK)l4pIw_mDzarxVgZ^U zSQ6wH%)pTF-e7)%K*0L*1^o{D?<@RrD%=f}?D2GQ45^5_d+{vSVF!-Z!1cyf^`24p z|EEd^bqEK)*!6cCJIl^5mv27zldIYMCFk6O6+27p&plYM<>$xCu}A0JjaBE1EAPz_ z{S~(CXxfY0EmaSpY@yp@&Cgi@~xMhp8zUA3J8mc!#7F!j& tZTI$iWuqXr>dEAeD4nbSa^Kg#V{MTVsrFY*c>#16gQu&X%Q~loCID8Leq#Ut literal 0 HcmV?d00001 diff --git a/images/logs_list_vtcall_icon.png b/images/logs_list_vtcall_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd0664b4d275442b2f92e14e4156a70bfad750e GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX3?zBp#Z3TG#sNMduK)l4pIw_m64DpDa0IAb zpd`pIn1P{TzeE4|`3eaI0{7P&yyv%Es|J*-^mK6ysffFJ!IST>0f$3iThm*gr~j7c zPDnbrGG~?6DW!VG?(Ggt>$VHb`<3+A`sb7*IrYZDz12Pui;ov2@>%@(*>%W$<>3#X zR=(QI6Cto{ZsvhH>jyms>}xor3LN8=#rFH^E}v%p{EpGJIl^x{Z(ey=xp8rM+x=RG YQ;YfcpVs$b13H4i)78&qol`;+060@{LI3~& literal 0 HcmV?d00001 diff --git a/images/no_photo.png b/images/no_photo.png new file mode 100644 index 0000000000000000000000000000000000000000..10a4d5b67e32b8c78549a6d7e36fdc1dcc13648e GIT binary patch literal 2552 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 V^qTfWQU(A3002ovPDHLkV1oYwY_|Xa literal 0 HcmV?d00001 diff --git a/index.html b/index.html new file mode 100644 index 0000000..c7d0684 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + +CallLog + + + + + + + + +
+ + \ No newline at end of file diff --git a/js/app.config.js b/js/app.config.js new file mode 100644 index 0000000..03eb992 --- /dev/null +++ b/js/app.config.js @@ -0,0 +1,30 @@ +/*global tizen*/ + +/** + * @class Config + */ +function Config() { + 'use strict'; +} + +(function () { // strict mode wrapper + 'use strict'; + Config.prototype = { + + properties: { + 'templateDir': 'templates', + 'templateExtension': '.tpl' + }, + + /** + * Returns config value + */ + get: function (value, defaultValue) { + + if (this.properties.hasOwnProperty(value)) { + return this.properties[value]; + } + return defaultValue; + } + }; +}()); diff --git a/js/app.helpers.js b/js/app.helpers.js new file mode 100644 index 0000000..594f1f8 --- /dev/null +++ b/js/app.helpers.js @@ -0,0 +1,53 @@ +/*jslint devel: true*/ +/*global $ */ + +/** + * @class Helpers + */ +function Helpers() { + 'use strict'; +} + +(function () { // strict mode wrapper + 'use strict'; + Helpers.prototype = { + + /** + * Returns date in format YYYY/MM/DD + * @param dateObj + * @returns {String} formatted + */ + getShortDate: function Helpers_getShortDate(dateObj) { + var dd, mm, yyyy; + + try { + yyyy = dateObj.getFullYear().toString(); + mm = (dateObj.getMonth() + 1).toString(); // getMonth() is zero-based + dd = dateObj.getDate().toString(); + } catch (e) { + console.error('error', e); + } + + return yyyy + '/' + (mm[1] ? mm : '0' + mm[0]) + '/' + (dd[1] ? dd : '0' + dd[0]); + }, + + /** + * Seconds to hours converter + * + * @param seconds + * @returns {string} + */ + secondsToHours: function Helpers_secondsToHours(seconds) { + var str = ''; + str = ((seconds % 60 < 10) ? '0' : '') + (seconds % 60); + seconds = parseInt(seconds / 60, 10); + str = ':' + str; + str = ((seconds % 60 < 10) ? '0' : '') + (seconds % 60) + str; + seconds = parseInt(seconds / 60, 10); + str = ':' + str; + str = ((seconds % 24 < 10) ? '0' : '') + (seconds % 24) + str; + seconds = parseInt(seconds / 24, 10); + return str; + } + }; +}()); diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..dd27465 --- /dev/null +++ b/js/app.js @@ -0,0 +1,168 @@ +/*jslint devel: true*/ +/*global Config, Model, Ui, tizen, setTimeout, navigator */ + +var App = null; + +(function () { // strict mode wrapper + 'use strict'; + + /** + * Creates a new application object + * + * @class Application + */ + App = function App() { + this.configData = {}; + }; + + App.prototype = { + /** + * @type Array + */ + requires: ['js/app.config.js', 'js/app.model.js', 'js/app.ui.js', 'js/app.ui.templateManager.js', 'js/app.helpers.js'], + + /** + * @type Model + */ + model: null, + + /** + * @type Ui + */ + ui: null, + + /** + * @type Config + */ + config: null, + + /** + * @type {number} + */ + lastViewedCaller: 0, + + /** + * Initialisation function + */ + init: function App_init() { + // instantiate the libs + this.config = new Config(); + this.model = new Model(); + this.model.registerChangeListener(this.updateCallLists.bind(this)); + + this.ui = new Ui(); + + return this; + }, + + /** + * Updates call history and caller detailed history lists + */ + updateCallLists: function App_updateCallLists() { + // workaround; + setTimeout(this.showHistoryForCaller(this.lastViewedCaller), 500); + this.showCallHistory(); + }, + + /** + * Renders call history view + */ + showCallHistory: function App_showCallHistory() { + this.model.getCallHistory(this.ui.showCallHistory.bind(this.ui)); + }, + + /** + * Renders history for caller view + * @param {string} phoneNumber + */ + showHistoryForCaller: function App_showHistoryForCaller(phoneNumber) { + this.lastViewedCaller = phoneNumber; + this.model.getCallHistoryForCaller(phoneNumber, this.ui.showHistoryForCaller.bind(this.ui, phoneNumber)); + }, + + /** + * @param {number} addressBookId + * @param {number} contactId + * @returns {string} photoURI Photo URI for specified contact + */ + getPhotoURIForContact: function App_getPhotoURIForContact(addressBookId, contactId) { + return this.model.getPhotoURIForContact(addressBookId, contactId); + }, + + /** + * Launch extension call service + * @param {string} phoneNumber + */ + makeCall: function App_makeCall(phoneNumber) { + var appControl = new tizen.ApplicationControl( + 'http://tizen.org/appcontrol/operation/dial', + 'tel:' + phoneNumber + ); + + tizen.application.launchAppControl( + appControl, + null, + function () { + }, + function (e) { + console.error('App_makeCall: CALL service failure', e); + alert('Call service is unavailable'); + }, + { + onsuccess: function () { + }, + onfailure: function (er) { + console.error('Error during call to ' + phoneNumber, er); + alert('Call service is unavailable'); + } + } + ); + }, + + /** + * Launch extension sms service + * @param {string} phoneNumber + */ + sendSms: function App_sendSms(phoneNumber) { + + var appControl = new tizen.ApplicationControl( + 'http://tizen.org/appcontrol/operation/send_text', + 'sms:' + phoneNumber + ); + + tizen.application.launchAppControl( + appControl, + null, + function () { + }, + function (e) { + console.error('Message launch error: ', e); + alert('Message service is unavailable'); + }, + { + onsuccess: function () { + }, + onfailure: function (er) { + console.error('Message service launch error: ', er); + alert('Message service is unavailable'); + } + } + ); + }, + + /** + * Deletes specified log entry + * @param {CallHistoryEntry} entry + */ + deleteLog: function App_deleteLogs(entry) { + this.model.deleteLog(entry); + }, + + /** + * App exit + */ + exit: function App_exit() { + tizen.application.getCurrentApplication().exit(); + } + }; +}()); diff --git a/js/app.model.js b/js/app.model.js new file mode 100644 index 0000000..c565892 --- /dev/null +++ b/js/app.model.js @@ -0,0 +1,96 @@ +/*jslint devel: true*/ +/*global tizen, $, app, localStorage */ + +/** + * @class Model + */ +function Model() { + 'use strict'; + + this.init(); +} + +(function () { // strict mode wrapper + 'use strict'; + Model.prototype = { + + /** + * API module initialisation + */ + init: function Model_init() { + }, + + /** + * Registers listener for call history change + * @param {onSuccessCallback} function + */ + registerChangeListener: function Model_registerChangeListener(onSuccessCallback) { + + var callHistoryListener = { + onadded: onSuccessCallback, + onchanged: onSuccessCallback + }; + + tizen.callhistory.addChangeListener(callHistoryListener); + }, + + /** + * @param {function} onSuccess callback + * @param {function} onError callback + */ + getCallHistory: function Model_getCallHistory(onSuccess, onError) { + if (typeof onError !== 'function') { + onError = function (e) { + console.error('Model_getCallHistory error', e); + }; + } + + tizen.callhistory.find(onSuccess, onError, null, new tizen.SortMode('startTime', 'DESC')); + }, + + /** + * @param {number} phoneNumber + * @param {function} onSuccess Callback + */ + getCallHistoryForCaller: function Model_getCallHistoryForCaller(phoneNumber, onSuccess) { + + tizen.callhistory.find(onSuccess, undefined, // error is ignored + new tizen.AttributeFilter('remoteParties.remoteParty', 'EXACTLY', phoneNumber), + new tizen.SortMode('startTime', 'DESC') + ); + }, + + /** + * Deletes specified log entry + * @param {CallHistoryEntry} entry + */ + deleteLog: function Model_deleteLog(entry) { + try { + tizen.callhistory.remove(entry); + } catch (e) { + console.error('Error on entry delete: ' + e.message); + } + }, + + /** + * @param {number} addressBookId + * @param {number} contactId + * @returns {string} photoURI + */ + getPhotoURIForContact: function Model_getPhotoURIForContact(addressBookId, contactId) { + try { + var addressBook = tizen.contact.getAddressBook(addressBookId), + contact; + + if (addressBook) { + contact = addressBook.get(contactId); + return contact.photoURI || false; + } + } catch (e) { + console.error('updatePhotoByContactId error:' + e.message); + } + return false; + } + + }; +}()); diff --git a/js/app.ui.js b/js/app.ui.js new file mode 100644 index 0000000..5fc4a38 --- /dev/null +++ b/js/app.ui.js @@ -0,0 +1,577 @@ +/*jslint devel: true*/ +/*global tizen, document, $, app, UiPanel, UiContact, TemplateManager, window, Helpers */ + +/** + * @class Ui + */ + +function Ui(contacts) { + 'use strict'; + this.init(); +} + +(function () { // strict mode wrapper + 'use strict'; + Ui.prototype = { + /** + * UI remove mode + * @type {boolean} + */ + removeMode: false, + + /** + * @type {TemplateManager} + */ + templateManager: null, + + /** + * UI Initializer + */ + init: function Ui_init() { + this.templateManager = new TemplateManager(); + this.helpers = new Helpers(); + $(document).ready(this.domInit.bind(this)); + }, + + /** + * When DOM is ready, initialise it (bind events) + */ + domInit: function Ui_domInit() { + this.templateManager.loadToCache(['callView', 'callerHistory', 'callItemRow', 'callerCallItemRow', 'messageWindow', 'dateRow'], this.initPages.bind(this)); + }, + + /** + * UI pages initializer + */ + initPages: function Ui_initPages() { + var pages = []; + + $('#callView').append($(this.templateManager.get('callView')).children()).trigger('pagecreate'); + + pages.push(this.templateManager.get('callerHistory')); + $('body').append(pages.join('')); + this.removeSearchBarToHeader(); + + this.addEvents(); + app.showCallHistory(); + }, + + /** + * Add UI events + */ + addEvents: function Ui_addEvents() { + var self = this; + + $('#callView .ui-btn-back').on('tap', app.exit.bind(app)); + + $('#callView').on('pagebeforeshow', function () { + app.showCallHistory(); + }); + + $('#historyForCallerView').on('pagebeforeshow', function () { + self.hideCheckboxes(); + $('#historyForCallerView .ui-content') + .scrollview('scrollTo', 0, 0); + $('#historyForCallerView .ui-content .ui-scrollview-view') + .css('-webkit-transform', 'translate3d(0px, 0px, 0px)'); + $('#selectAllDetails').on('change', function () { + self.selectAllDetails(); + }); + }); + + $('#historyForCallerView').on('pageshow', function () { + $('#content').css('top', '160px'); + $('#header').css('height', '160px'); + $('#delete-toolbar').css('width', '70px'); + }); + + $(window).on('resize', function () { + $('#delete-toolbar').css('width', '70px'); + }); + + $('.selectAllBox').on('tap', function () { + self.selectAll(); + self.selectAllDetailsEach(); + }); + + $('#calllogList').on('tap', '.date', function (event) { + event.stopPropagation(); + }); + + $('#calllogList').on('click', '.call', function onCalllogEntryClick(event) { + if ($(this).data('entries')[0].remoteParties[0].remoteParty !== "") { + app.showHistoryForCaller($(this).data('entries')[0].remoteParties[0].remoteParty); + $.mobile.changePage('#historyForCallerView'); + } + }); + + $('#smsActionBtn').on('tap', function () { + self.hideCheckboxes(); + app.sendSms($('#forCallerList').data('remoteParty')); + }); + + $('#callActionBtn').on('tap', function () { + self.hideCheckboxes(); + app.makeCall($('#forCallerList').data('remoteParty')); + }); + + $('#deleteActionBtn').on('tap', function () { + self.changeDetailsToRemoveState(); + }); + + $('#forCallerList').on('tap', 'li', function () { + var checkbox = $(this).find(':checkbox'); + if (self.removeMode === true) { + if (checkbox.attr('checked')) { + checkbox.attr('checked', false) + .data('checkboxradio') + .refresh(); + } else { + checkbox.attr('checked', true) + .data('checkboxradio') + .refresh(); + } + self.setSelectAllDetails(); + } + }); + }, + + addEventsForCallerListCheckboxes: function Ui_addEventsForCallerListCheckboxes() { + var self = this; + $('#forCallerList :checkbox').on('change', function (event) { + if ($(this).attr('checked')) { + $(this).attr('checked', true); + } else { + $(this).attr('checked', false); + } + self.setSelectAllDetails(); + }); + }, + + selectAll: function Ui_selectAll() { + var selectAll = $('#selectAllDetails'); + if (selectAll.attr('checked')) { + selectAll + .attr('checked', false) + .data('checkboxradio') + .refresh(); + } else { + selectAll + .attr('checked', true) + .data('checkboxradio') + .refresh(); + } + }, + + selectAllDetails: function Ui_selectAllDetails() { + if ($('#selectAllDetails').attr('checked')) { + $('#selectAllDetails').attr('checked', true); + } else { + $('#selectAllDetails').attr('checked', false); + } + this.selectAllDetailsEach(); + }, + + /** + * Returns number of selected call logs + * @return {number} length + */ + getCountSelectedLogEntries: function Ui_getCountSelectedLogEntries() { + return $('#forCallerList li .toRemove label.ui-checkbox-on').length; + }, + + selectAllDetailsEach: function Ui_selectAllDetailsEach() { + $('#forCallerList').find('input').each(function () { + if ($('#selectAllDetails').attr('checked')) { + $(this).attr('checked', true) + .data('checkboxradio') + .refresh(); + } else { + $(this).attr('checked', false) + .data('checkboxradio') + .refresh(); + } + }); + }, + + /** + * Hides checkboxes + */ + hideCheckboxes: function Ui_hideCheckboxes() { + $('#selectAllDetails') + .attr('checked', false) + .data('checkboxradio') + .refresh(); + + $('#forCallerList').find('input').each(function () { + $(this).attr('checked', false) + .data('checkboxradio') + .refresh(); + }); + this.changeDetailsToRemoveState('hide'); + }, + + /** + * Returns css classes for specified entry + * + * @param {CallHistoryEntry} entry + * @returns {string} + */ + cssClassesForEntry: function Ui_cssClassesForEntry(entry) { + return 'call dir_' + entry.direction.toLowerCase() + ' type_' + entry.type.replace('.', '-').toLowerCase(); + }, + + setSelectAllDetails: function Ui_setSelectAllDetails() { + if ($('#forCallerList input[type="checkbox"]').length === $('#forCallerList input[checked="checked"]').length) { + $('#selectAllDetails') + .attr('checked', true) + .data('checkboxradio') + .refresh(); + } else { + $('#selectAllDetails') + .attr('checked', false) + .data('checkboxradio') + .refresh(); + } + }, + + /** + * Shows popup with specified message + * @param {string} message + */ + showPopup: function Ui_showPopup(message) { + // before create new popup close close & remove old popup if exists + this.closePopup(); + $('body') + .append(this.templateManager.get('messageWindow')) + .trigger('create'); + $('#popupMessage').html(message); + + $('#popup') + .on('tap', '#popupCancelActionBtn', this.closePopup.bind(this)) + .on('tap', '#popupSubmitActionBtn', this.deleteCheckedLogs.bind(this)); + + $('#popup').popup('open', {'positionTo': 'window'}); + }, + + /** + * Hides popup + */ + closePopup: function Ui_closePopup() { + $('#popup') + .popup('close') + .remove(); + }, + + /** + * Deletes checked log entries + */ + deleteCheckedLogs: function Ui_deleteCheckedLogs(e) { + + this.closePopup(); + + $('#selectAllDetails') + .attr('checked', false) + .data('checkboxradio') + .refresh(); + + $('#forCallerList li.call').each(function () { + if ($(this).find('form label').hasClass('ui-checkbox-on')) { + app.deleteLog($(this).data('entries')[0]); + $(this).remove(); + } + }); + + if ($('#forCallerList li.call').length > 0) { + this.updateCallerHeaderNumberOfEntries($('#forCallerList li.call').length); + } else { + e.preventDefault(); + $('.ui-listview-filter .ui-input-text').val(''); + $('.ui-listview-filter .ui-input-text').trigger('change'); + $.mobile.changePage('#callView'); + } + }, + + changeDetailsToRemoveState: function Ui_changeDetailsToRemoveState(set) { + var counter = this.getCountSelectedLogEntries(); + + if (set !== undefined) { + this.removeMode = false; + } else if (counter === 0) { + this.removeMode = !this.removeMode; + } + + if (counter === 0) { + if (this.removeMode) { + $('#historyForCallerView .toRemove').removeClass('hidden'); + $('#historyForCallerView .selectAllBox').removeClass('hidden'); + } else { + $('#historyForCallerView .toRemove').addClass('hidden'); + $('#historyForCallerView .selectAllBox').addClass('hidden'); + } + } else if (counter > 1) { + this.showPopup('Are you sure you want to delete selected logs?'); + } else { + this.showPopup('Are you sure you want to delete selected log?'); + } + this.refreshScrollView(); + }, + + /** + * Renders call history list + * + * @param {CallHistoryEntry[]} callEntries + */ + showCallHistory: function Ui_showCallHistory(callEntries) { + var pdate = null, // previous date + date = '', + elements = [], // list elements + len = callEntries.length, // entries length + tempLength = 0, // length of temporary table; + i, // loop counter + j, // loop counter + current, // current entry object + today = this.helpers.getShortDate(new Date()), // today short date + entryShortDate, + filterResult, + groupsOfDays = [], + dayLog, + index = 0; + + function filterForSameEntry(element) { + return current.remoteParties[0].remoteParty === element.remoteParties[0].remoteParty; + } + + $('.selectedCount').hide(); + + for (i = 0; i < len; i = i + 1) { + current = callEntries[i]; + date = current.startTime.toLocaleDateString(); + + // if date is changed create new deyLog; + if (date !== pdate) { + dayLog = {}; + dayLog.date = date; + dayLog.entries = []; + dayLog.counters = []; + groupsOfDays.push(dayLog); + pdate = date; + } + + // group entries by remote Party; + filterResult = dayLog.entries.filter(filterForSameEntry); + if (filterResult.length) { + index = dayLog.entries.indexOf(filterResult[0]); + dayLog.counters[index] += 1; + } else { + dayLog.entries.push(current); + dayLog.counters[dayLog.entries.length - 1] = 1; + } + } + + // Create UL list with dividers; + len = groupsOfDays.length; + for (i = 0; i < len; i += 1) { + dayLog = groupsOfDays[i]; + tempLength = dayLog.entries.length; + entryShortDate = this.helpers.getShortDate(dayLog.entries[0].startTime); + + // add date header; + elements.push($(this.templateManager.get('dateRow', { + 'date': today === entryShortDate ? 'Today' : dayLog.date + })).get(0)); + + for (j = 0; j < tempLength; j = j + 1) { + elements.push(this.getCallItemRow(dayLog.entries[j], dayLog.counters[j])); + } + } + + $('#calllogList') + .empty() + .append(elements); + + /* workaround for UIFW & webkit scroll*/ + $.mobile.activePage.css('min-height', 0); + }, + + /** + * Returns HTML for single log entry + * + * @param {CallHistoryEntry} entry + * @param {number} counter + * @returns {HTMLPartial} + */ + getCallItemRow: function Ui_getCallItemRow(entry, counter) { + var party = entry.remoteParties[0], + name = party.displayName || party.remoteParty, + tpl; + + if (party.displayName === "") { + name = "No Name"; + } else if (party.remoteParty === "") { + name = "No Number"; + } + + if (counter > 1) { + name += ' (' + counter + ')'; + } + + tpl = this.templateManager.get('callItemRow', { + 'name': name, + 'callTime': entry.startTime.toLocaleTimeString(), + 'cssClasses': this.cssClassesForEntry(entry) + }); + + return $(tpl) + .data('remoteParty', entry.remoteParties[0].remoteParty) + .data('entries', [entry]) + .get(0); // return clean DOM element so array of those could be appended at once*/ + }, + + /** + * Returns HTML for single caller log entry + * + * @param {CallHistoryEntry} entry + * @returns {HTMLElement} + */ + getCallerCallLogRow: function Ui_getCallerCallLogRow(entry) { + + return $(this.templateManager.get('callerCallItemRow', { + 'cssClass': this.cssClassesForEntry(entry), + 'callTime': entry.startTime.toLocaleTimeString(), + 'callDuration': this.helpers.secondsToHours(entry.duration) + })).data('entries', [entry]).get(0); + }, + + /** + * Renders call log list for specified caller + * + * @param {string} remoteParty + * @param {CallHistoryEntry[]} entries + */ + showHistoryForCaller: function Ui_showHistoryForCaller(remoteParty, entries) { + var pdate = '', + date = '', + elements = [], + len = entries.length, + i; + + if (len) { + this.updateCallerHeader(entries[0], entries.length); + } + + $('#forCallerList') + .data('remoteParty', remoteParty) + .data('modified', false) + .empty(); + + // group caller log entries by date + for (i = 0; i < len; i = i + 1) { + date = entries[i].startTime.toLocaleDateString(); + + // if date is changed render new header + if (date !== pdate) { + elements.push($(this.templateManager.get('dateRow', {'date': date})).get(0)); + pdate = date; + } + elements.push(this.getCallerCallLogRow(entries[i])); + } + + $('#forCallerList') + .empty() + .append(elements); + + if (elements.length > 0) { + $('li#delete > a').addClass('ui-btn-active'); + } else { + $('li#delete > a').removeClass('ui-btn-active'); + } + + $('#forCallerList').trigger('create'); + + this.addEventsForCallerListCheckboxes(); + }, + + /** + * Update accoundId + * @param {string} accountId + */ + updateCallerHeaderAccountId: function Ui_updateCallerHeaderAccountId(accountId) { + $('.infoContainer .accountId').html(accountId); + }, + + /** + * Update number of entries + * @param numberOfEntries + */ + updateCallerHeaderNumberOfEntries: function Ui_updateCallerHeaderNumberOfEntries(numberOfEntries) { + $('.infoContainer .numberOfEntries').html(numberOfEntries); + }, + + /** + * Updates caller main info + * @param {CallHistoryEntry} entry + * @param {number} numberOfEntries + */ + updateCallerHeader: function Ui_updateCallerHeader(entry, numberOfEntries) { + var name = '', + photoURIdefault = '../images/no_photo.png', + party, + imgPath; + + $('.infoContainer .photo').css('background-image', photoURIdefault); + + if (entry.remoteParties !== null) { + party = entry.remoteParties[0]; + name = party.displayName || party.remoteParty; + if (party.displayName) { + this.updateCallerHeaderAccountId(party.remoteParty); + } + this.updateCallerHeaderNumberOfEntries(numberOfEntries); + + if (party.contactRef) { + imgPath = app.getPhotoURIForContact(party.contactRef.addressBookId, party.contactRef.contactId); + if (imgPath !== false) { + $('.contact > .infoContainer > .photo').css('background-image', imgPath); + } + } + } else if (entry.contactId !== null) { + name = entry.accountId; + this.updateCallerHeaderAccountId(entry.accountId); + this.updateCallerHeaderNumberOfEntries(numberOfEntries); + } else { + name = entry.accountId; + this.updateCallerHeaderAccountId(''); + this.updateCallerHeaderNumberOfEntries(numberOfEntries); + } + $('.contact > .infoContainer > .name').html(name); + + }, + + /** + * Remove search filter from content and appends it to header + */ + removeSearchBarToHeader: function () { + $('#page-content').css('top', '102px'); + $('#page-header') + .css('height', '102px') + .append($('#callView .ui-listview-filter')); + $.mobile.activePage.page('refresh'); + $('.ui-input-cancel').remove(); // patch for WebUI bug; + }, + + /** + * WORKAROUND; + * Patch for UI, bad refresh scrollView + */ + refreshScrollView: function () { + var scrollView = $('.ui-scrollview-view'), + show = function () { + scrollView.show(); + }; + scrollView.hide(); + setTimeout(show, 0); + } + }; + +}()); diff --git a/js/app.ui.templateManager.js b/js/app.ui.templateManager.js new file mode 100644 index 0000000..ec0a1d1 --- /dev/null +++ b/js/app.ui.templateManager.js @@ -0,0 +1,107 @@ +/*jslint devel: true*/ +/*global tizen, $, app */ +/** + * @class TemplateManager + */ +function TemplateManager() { + 'use strict'; + this.init(); +} + +(function () { // strict mode wrapper + 'use strict'; + TemplateManager.prototype = { + + /** + * Template cache + */ + cache: {}, + + /** + * UI module initialisation + */ + init: function init() { + + }, + + /** + * Returns template html (from cache) + */ + get: function TemplateManager_get(tplName, tplParams) { + if (this.cache[tplName] !== undefined) { + return this.getCompleted(this.cache[tplName], tplParams); + } + return ''; + }, + + /** + * Load templates to cache + */ + loadToCache: function TemplateManager_loadToCache(tplNames, onSuccess) { + var self = this, + cachedTemplates = 0, + tplName, + tplPath; + + if ($.isArray(tplNames)) { + + // for each template + $.each(tplNames, function (index, fileName) { + + // cache template html + if (self.cache[fileName] === undefined) { + tplName = [fileName, app.config.get('templateExtension')].join(''); + tplPath = [app.config.get('templateDir'), tplName].join('/'); + + $.ajax({ + url: tplPath, + cache: true, + dataType: 'html', + async: true, + success: function (data) { + // increase counter + cachedTemplates += 1; + + // save to cache + self.cache[fileName] = data; + + // if all templates are cached launch callback + if (cachedTemplates >= tplNames.length && typeof onSuccess === 'function') { + onSuccess(); + } + }, + error: function (jqXHR, textStatus, errorThrown) { + console.error('templateManagerError: ' + errorThrown); + } + }); + } else { + // template is already cached + cachedTemplates += 1; + // if all templates are cached launch callback + if (cachedTemplates >= tplNames.length && typeof onSuccess === 'function') { + onSuccess(); + } + } + }); + + } + }, + + /** + * Returns template completed by specified params + */ + getCompleted: function TemplateManager_getCompleted(tplHtml, tplParams) { + var tplParam, replaceRegExp; + + for (tplParam in tplParams) { + if (tplParams.hasOwnProperty(tplParam)) { + replaceRegExp = new RegExp(['%', tplParam, '%'].join(''), 'g'); + tplHtml = tplHtml.replace(replaceRegExp, tplParams[tplParam]); + } + } + + return tplHtml; + } + }; + +}()); \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..f8dc62c --- /dev/null +++ b/js/main.js @@ -0,0 +1,78 @@ +/* + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://floralicense.org/license/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/*jslint devel: true*/ +/*global $, tizen, App */ + +/** + * This file acts as a loader for the application and its dependencies + * + * First, the 'app.js' script is loaded . + * Then, scripts defined in 'app.requires' are loaded. + * Finally, the app is initialised - the app is instantiated ('app = new App()') + * and 'app.init()' is called. + */ + + +var app = null; + +(function () { // strict mode wrapper + 'use strict'; + + ({ + /** + * Loader init - load the App constructor + */ + init: function init() { + var self = this; + $.getScript('js/app.js') + .done(function () { + // once the app is loaded, create the app object + // and load the libraries + app = new App(); + self.loadLibs(); + }) + .fail(this.onGetScriptError); + }, + + /** + * Load dependencies + */ + loadLibs: function loadLibs() { + var loadedLibs = 0; + if ($.isArray(app.requires)) { + $.each(app.requires, function (index, filename) { + $.getScript(filename) + .done(function () { + loadedLibs += 1; + if (loadedLibs >= app.requires.length) { + // All dependencies are loaded - initialise the app + app.init(); + } + }) + .fail(this.onGetScriptError); + }); + } + }, + + /** + * Handle ajax errors + */ + onGetScriptError: function onGetScriptError(e, jqxhr, setting, exception) { + console.error('An error occurred: ' + e.message); + } + }).init(); // run the loader +}()); \ No newline at end of file diff --git a/signature1.xml b/signature1.xml new file mode 100644 index 0000000..b76b2ff --- /dev/null +++ b/signature1.xml @@ -0,0 +1,196 @@ + + + + + + +4sxCwRJLileR/FWCD8cpqBMQMskSBl0jWHVgERwV/uk= + + + +zAh+lshQHpkcSKDtupbVE5ph9s6YS2EwJZM5iARb9b0= + + + +zizbjxoYr3Gs+5pyl5lnHw9brODiUE6nXCf8t2IcBJo= + + + +QOmskNN08pvlFgiaVKgKY/piq6QkZrlk7T91+KhqCuA= + + + +jrY3MtLfRuWWLrbvw9wZIBjm23ugG4OnLwwiY9t1DAk= + + + +/Dl9pD0XveYoXERZZB5zNk1bxigvqzS8unKTcrO7sQs= + + + +P+o5R7dM42USyEsXC/oKONcRkqdggWrHgFiTdiZtqdk= + + + +bnuIxB6oDpdndSqeHCvTxfVGc2eR0EY1DP6N2mJDbco= + + + +iOoKv4ErjtU+0R9T8SiAL4NSEykaGJNeEKeBudfbD+M= + + + +81lV8Oez3j3l6hxj92EiASTxuy1UF6gmoj0Oil5S6OU= + + + +jIuKTyBnNwGkaJTT52wctwmBeXGg0m0Dv4XVl42hS9I= + + + +UxOHSiYuvHtx46hsPYFX6DsPhFs5QOv659m2+uGWf2U= + + + +/7sie9pvGi2wl5CraPnzfcVu4mOuOTeCR8YdxK5Y25w= + + + +uBX82SVXiezz5mEInzis/mt17+WVcVCM6ilHz0/YlV0= + + + +YdnzStTho+LV5YvBvsZtf4Xm9GcornMYu1azgPXyQCA= + + + +IfLZ4tpj3FgKl6dcaLPMvvPRYsuClEleFFwAg6CIZjU= + + + +66GD2h7OrzSUM/5yClF0fIoEKUD4WS71QUrxw6uXOvU= + + + +skPgoCWaGTdvyZLCxeqpx3iOxs9H8bx8143Rg4DHI2s= + + + +u8Wj1LjdpqYdMjhKzFP5eITopA7+EmULjzf3lsRDcHk= + + + +nhJbLLGnUsuliJJWI4BJkl9ycJBGexZ6JHwOu+G59Xg= + + + +kFTDAqiU47mvboCGg7ujMElH+Xf0uRsctTu3ozC9Sao= + + + +28+JIc60cZ6MdF3dT1CH5y7QUi5K9aoMCtwdYY71Bs4= + + + +02/A6q6anjAnlv8+mKDhOZj2zkKjV45IjoCQ5OARt60= + + + +fskt8W7B8EMb3DQsvwT98x4fPKKIjY9sS5E0eSGenFA= + + + +1wi+FYCd2XtxgtfDgKXqMrJ/TNEjiWZaN19Hmi9Ad8k= + + + +xczGoxqkK1wAAeUDun8hxzBz4zdtc7wfi4IFez8yANg= + + + +0TFqKbHeIqh0CHUAqosklwAx+QfWXwvxWpoSd/gdrUo= + + + +Z9FQh/1ZsneoCws9gBJVOaySYoBYkSAqi24KyH6jp+o= + + + +63yCNuxtuS4jhue54daCfmLky8ZfQSrn51tKuONfhys= + + + +Oe5RarrmNZ93kH0d7N80aq3gUvHjKydoqYneoo08pN4= + + + +pZo4kGFmUCAFslvEb4ja2ZdUzhpyQgjyETJhKTpB3Vo= + + + +FdOTWPDDtUhn2z/faNgKgtH/qHeGkvQgZ7b09kEK3bY= + + + +Nz+SecsjmNuidhKNvmQ5+3nasrw8vI4q/bjPgbfx5fI= + + + ++ubnTnacbhBe4IImLMcYOSf8EvLo1Ic2+Ef4ubWSI/U= + + + +exzeWv5XiFeChv8h9Zc/dVf0vHJfACbRdn44rmSgKeQ= + + + +M7oEsiEdLNeaSAYdtR7uR5WGeAELG/V70u7Huzl42Xs= + + + + + + +u/jU3U4Zm5ihTMSjKGlGYbWzDfRkGphPPHx3gJIYEJ4= + + + +P0siyKCMIHc1S97HytgYawWEmoiViLT4zLJqTcEnVoaNpt4ZgSE+glLiHDBLeucBQweMHmFz4FRs +Ih0Ds7Fahpw0voeVhUt/pOEt/aetD22exCh7YuttAm7II8xc7jVxPW8eo/XUhhTq2twTaCH3D1Qs +ZYxAOXb7nhFikbpt014= + + + + +MIICnTCCAgYCCQDE9MbMmJ/yCzANBgkqhkiG9w0BAQUFADCBkDELMAkGA1UEBhMCS1IxDjAMBgNV +BAgMBVN1d29uMQ4wDAYDVQQHDAVTdXdvbjEWMBQGA1UECgwNVGl6ZW4gVGVzdCBDQTEiMCAGA1UE +CwwZVGl6ZW4gRGlzdHJpYnV0b3IgVGVzdCBDQTElMCMGA1UEAwwcVGl6ZW4gUGFydG5lciBEaXN0 +cmlidXRvciBDQTAeFw0xMjEwMjcwNzQ4MzNaFw0yMjEwMjUwNzQ4MzNaMIGUMQswCQYDVQQGEwJL +UjEOMAwGA1UECAwFU3V3b24xDjAMBgNVBAcMBVN1d29uMRYwFAYDVQQKDA1UaXplbiBUZXN0IENB +MSIwIAYDVQQLDBlUaXplbiBEaXN0cmlidXRvciBUZXN0IENBMSkwJwYDVQQDDCBUaXplbiBQYXJ0 +bmVyIERpc3RyaWJ1dG9yIFNpZ25lcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAy9mg2x4B +zxlK3LJL81GsLq/pJfK1evdCKG/IOBpdoRO0rLhYnsL5+KvToPFa5g9GTZo32LikpW1NZ7++3EHE +fnO2IGLUau4kquvhmz1LNg5xBTx7IbucmwLMRGo1BPGdsAQQLyXeQKJ5PCERmVg4MIoiL2zT/JsL +sZ9UPT6GEB8CAwEAATANBgkqhkiG9w0BAQUFAAOBgQAw5xPBFR1XKuZ8QpsCtSE0zXVHvwIa+Ha4 +YBdRtGwEoZmiKGZV/wAhPRdmR0kISkTz20kIGz/ZwRZCVGhsr5hkkpFknYlKeKkEJ/tJfZl4D7ec +GFAnynOzlWZqSIPz+yxX8ah9E6lTv4Vs9DhNb08nxVvxLqlpyVdk9RUsCx/yIA== + + +MIICtTCCAh6gAwIBAgIJAKORBcIiXygIMA0GCSqGSIb3DQEBBQUAMIGVMQswCQYDVQQGEwJLUjEO +MAwGA1UECAwFU3V3b24xDjAMBgNVBAcMBVN1d29uMRYwFAYDVQQKDA1UaXplbiBUZXN0IENBMSIw +IAYDVQQLDBlUaXplbiBEaXN0cmlidXRvciBUZXN0IENBMSowKAYDVQQDDCFUaXplbiBQYXJ0bmVy +IERpc3RyaWJ1dG9yIFJvb3QgQ0EwHhcNMTIxMDI3MDc0NTIwWhcNMjIxMDI1MDc0NTIwWjCBkDEL +MAkGA1UEBhMCS1IxDjAMBgNVBAgMBVN1d29uMQ4wDAYDVQQHDAVTdXdvbjEWMBQGA1UECgwNVGl6 +ZW4gVGVzdCBDQTEiMCAGA1UECwwZVGl6ZW4gRGlzdHJpYnV0b3IgVGVzdCBDQTElMCMGA1UEAwwc +VGl6ZW4gUGFydG5lciBEaXN0cmlidXRvciBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA +2ZQrdEowjqxUmB8FX8ej19VKY6jGHKNIRE5wrhBkuZ1b0FLRPiN3/Cl9wMkCnyJui4QhC28g1aBg +w/JnaObcDqW1NgFVH3006+gZvCTDlw1nIEjvZa6P+uWOOi05xPPAE0feKPkO1POnOjnapfkkEVNU +8TXsLbLYBylWT8rxZC8CAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQBJ +yJ7p6qs0JI+1iKOk/sYWVP6dMueY72qOc/wVj5c3ejOlgJNNXDMAQ14QcRRexffc68ipTwybU/3m +tcNwydzKJe+GFa4b2zyKOvOgrfs4MKSR0T9XEPmTKeR+NDT2CbA6/kQoRYm0fSORzD2UXJzNZWe/ +WjwSA66hv4q+0QZQFQ== + + + + + \ No newline at end of file diff --git a/templates/callItemRow.tpl b/templates/callItemRow.tpl new file mode 100644 index 0000000..99406c2 --- /dev/null +++ b/templates/callItemRow.tpl @@ -0,0 +1,6 @@ +
  • + +
    %name%
    +
    +
    %callTime%
    +
  • \ No newline at end of file diff --git a/templates/callView.tpl b/templates/callView.tpl new file mode 100644 index 0000000..54ff300 --- /dev/null +++ b/templates/callView.tpl @@ -0,0 +1,11 @@ +
    + +
    +
    +
      +
      +
      + +
      \ No newline at end of file diff --git a/templates/callerCallItemRow.tpl b/templates/callerCallItemRow.tpl new file mode 100644 index 0000000..6e3dc59 --- /dev/null +++ b/templates/callerCallItemRow.tpl @@ -0,0 +1,6 @@ +
    • + +
      %callTime%
      +
      +
      %callDuration%
      +
    • \ No newline at end of file diff --git a/templates/callerHistory.tpl b/templates/callerHistory.tpl new file mode 100644 index 0000000..668bde5 --- /dev/null +++ b/templates/callerHistory.tpl @@ -0,0 +1,26 @@ +
      + +
      +
      +
      + +
      +

      Select all

      +
      +
      +
        +
        +
        +
        +
        +
        +
        \ No newline at end of file diff --git a/templates/dateRow.tpl b/templates/dateRow.tpl new file mode 100644 index 0000000..9e6caa9 --- /dev/null +++ b/templates/dateRow.tpl @@ -0,0 +1 @@ +
      • %date%
      • \ No newline at end of file diff --git a/templates/messageWindow.tpl b/templates/messageWindow.tpl new file mode 100644 index 0000000..9b67b4b --- /dev/null +++ b/templates/messageWindow.tpl @@ -0,0 +1,7 @@ + -- 2.7.4