leiyuanhua
leiyuanhua
W/System.err(17208): at com.android.launcher.Launcher.onDestroy(Launcher.java:1282) I fixed the error: in onDestroy() modify mWorkspace.unregisterProvider(); to if (scrollableSupport) mWorkspace.unregisterProvider(); will be OK!
in res/vaules-zh-rTW/string.xml should add string name="menu_adw_settings"桌面設置
你是中国人吗?可以给个邮箱,就AWDLauncher相互交流下 我邮箱[email protected]
may be in the AllAppsSlidingView have other problem: difficult to judge user's scroll or click a application. often scroll the screen I want snap to next screen but open one...
can you tell me which code cause this happen?
I find if you last scroll right,now you scroll left this will scroll fast,but if you also scroll right,this will become very slow,why this happen?
I think cache five page may be increase speed,the code modify as follow: AllAppsSlidingView.java->layoutChildren: makePage(mCurrentScreen-2); makePage(mCurrentScreen-1); makePage(mCurrentScreen); makePage(mCurrentScreen+1); makePage(mCurrentScreen+2; AllAppsSlidingView.java->addRemovePages: if(current>next){ //Going left addPage=next-2; removePage=current+2; }else{ //Going right addPage=next+2; removePage=current-2;...
I use the version 1.13,why before launcher create start so many thread? why duration start the launcher.apk appear so many warning and have a error like this line:E/sqlite3_android( 8385): Can't...
can you tell me how to prevent :create a default set of shortcuts to desktop?
I think the error: E/sqlite3_android( 8385): Can't open transliterator. Error: U_INVALID_ID? mayby cause by static class ApplicationInfoComparator implements Comparator { public final int compare(ApplicationInfo a, ApplicationInfo b) { return sCollator.compare(a.title.toString(),...