Fix TC-2267 - Calling history refresh too slow 11/32711/2 accepted/tizen/ivi/20141223.032814 submit/tizen_ivi/20141222.201953 submit/tizen_ivi/20141223.011051
authorJimmy Huang <jimmy.huang@intel.com>
Mon, 22 Dec 2014 20:02:57 +0000 (12:02 -0800)
committerJimmy Huang <jimmy.huang@intel.com>
Mon, 22 Dec 2014 20:08:11 +0000 (12:08 -0800)
commit27bc232b599efa3765db7e319b4f2e18ad4a646a
treefa1f694cd93ee1cb6aae887333d3c5ad858b1fbc
parent6c3f53db4d0f26795d5f80ea7405a5f2caef3754
Fix TC-2267 - Calling history refresh too slow

Phone call history is not updated efficiently since everytime a call
entry is added, it removes all the existing entries and reload
all call history items and recreates all the html elements.  It's a
huge performance hit on the app performance as the history grow longer.
This patch will only append the new call history to the existing
call history list

Change-Id: I657379b5ef1f84221b478dcc9f6530ba026d9c26
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
js/callhistorycarousel.js
js/main.js
packaging/modello-phone.changes