moneymanagerex / android-money-manager-ex

Manage your finances on-the-go, encrypted for security, and sync via your storage
http://android.moneymanagerex.org/
GNU General Public License v3.0
510 stars 188 forks source link

Currency rates can't be updated #1372

Closed aligitor closed 7 months ago

aligitor commented 5 years ago

On a fresh android install currency ratings' refresh doesn't work. Is there a way to change the provider...?

Updating the prices on desktop works, but the databse file edited on desktop can't be opened anymore on mobile: the desktop version uses database version 13 which doesn't seem compatible with the mobile app's db version (7). After trying for hours, multi-platform is not true right now.

All I want to sync between devices and work with different currencies. Is that possible somehow? Any help is appreciated!

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

luisdev commented 11 months ago

My test in MMX Android (MMXA) v2023.12.27 (1007):

I'm not sure if this is as a result of me not having set up my exchange rates correctly or if it's something else...

The settings for both currencies are:

Scale: 100 Conversion: 1

I'm not sure what the correct settings for those fields should be. My home currency is the South African Rand.

wolfsolver commented 11 months ago

Issue still present on 2023.12.27

Here logcat

--------- beginning of crash 12-30 09:08:07.575 22656 22656 E AndroidRuntime: FATAL EXCEPTION: main 12-30 09:08:07.575 22656 22656 E AndroidRuntime: Process: com.money.manager.ex, PID: 22656 12-30 09:08:07.575 22656 22656 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver com.money.manager.ex.sync.SyncSchedulerBroadcastReceiver: java.lang.IllegalArgumentException: com.money.manager.ex: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. 12-30 09:08:07.575 22656 22656 E AndroidRuntime: Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:4441) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.ActivityThread.access$1700(ActivityThread.java:261) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2148) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:226) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.os.Looper.loop(Looper.java:329) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8063) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1026) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: com.money.manager.ex: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. 12-30 09:08:07.575 22656 22656 E AndroidRuntime: Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.PendingIntent.checkFlags(PendingIntent.java:377) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:647) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.PendingIntent.getBroadcast(PendingIntent.java:634) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at com.money.manager.ex.sync.SyncSchedulerBroadcastReceiver.onReceive(SyncSchedulerBroadcastReceiver.java:53) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:4432) 12-30 09:08:07.575 22656 22656 E AndroidRuntime: ... 9 more --------- beginning of main 12-30 22:37:22.155 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.155 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.155 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:22.155 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.155 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.155 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:22.155 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:22.155 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:22.156 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:22.156 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:22.157 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.157 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.157 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:22.157 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.157 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.157 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:22.160 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.168 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.168 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.169 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.170 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.170 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.171 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:22.173 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.173 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.173 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:22.173 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.173 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.173 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:22.174 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:22.174 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:22.174 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:22.174 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:22.175 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.175 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.175 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:22.175 21038 21038 V Database: QUERY (0ms) 12-30 22:37:22.175 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:22.175 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:22.605 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a5cc180 (RippleDrawable) with handle 0xb400006e5a51d000 12-30 22:37:24.672 21038 21038 D InputMethodManager: showSoftInput() view=com.money.manager.ex.view.RobotoEditText{193ad49 VFED..CL. .F.P..ID 0,0-996,128 #7f0900ff app:id/editTextAccountName aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT 12-30 22:37:24.682 21038 21038 I AssistStructure: Flattened final assist data: 6068 bytes, containing 1 windows, 31 views 12-30 22:37:24.697 21038 27091 I OpenGLRenderer: Davey! duration=9223339486630ms; Flags=0, FrameTimelineVsyncId=2371720, IntendedVsync=32550223723600, Vsync=32550234834711, InputEventId=513154453, HandleInputStart=32550237747025, AnimationStart=32550237755410, PerformTraversalsStart=32550237847233, DrawStart=32550238025723, FrameDeadline=32550240945822, FrameInterval=32550237745202, FrameStartTime=11111111, SyncQueued=32550239332285, SyncStart=32550239427285, IssueDrawCommandsStart=32550239961192, SwapBuffers=32550245270411, FrameCompleted=9223372036854775807, DequeueBufferDuration=55052, QueueBufferDuration=990208, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32550247025984, DisplayPresentTime=0, 12-30 22:37:24.764 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:37:28.100 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.100 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.100 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:28.100 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.100 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.100 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:28.103 21038 21038 D MmxContentProvider: Insert Uri: content://com.money.manager.ex.provider/accountlist 12-30 22:37:28.103 21038 21038 D MmxContentProvider: Insert Uri: content://com.money.manager.ex.provider/accountlist 12-30 22:37:28.104 21038 21038 D MmxContentProvider: INSERT INTO accountlist_v1 VALUES ( CONTACTINFO= STATUS=Open FAVORITEACCT=FALSE ACCOUNTNAME=euro ACCOUNTTYPE=Cash INITIALDATE=2023-12-30 ACCESSINFO= CURRENCYID=2 ACCOUNTNUM= NOTES= INITIALBAL=0 WEBSITE= HELDAT=) 12-30 22:37:28.104 21038 21038 D MmxContentProvider: INSERT INTO accountlist_v1 VALUES ( CONTACTINFO= STATUS=Open FAVORITEACCT=FALSE ACCOUNTNAME=euro ACCOUNTTYPE=Cash INITIALDATE=2023-12-30 ACCESSINFO= CURRENCYID=2 ACCOUNTNUM= NOTES= INITIALBAL=0 WEBSITE= HELDAT=) 12-30 22:37:28.119 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.119 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.119 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:28.119 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.119 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.119 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:28.178 21038 21038 D EventBus: No subscribers registered for event class com.money.manager.ex.home.events.AccountsTotalLoadedEvent 12-30 22:37:28.178 21038 21038 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent 12-30 22:37:28.180 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.180 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.180 21038 21038 V Database: args: [PASSCODEMOBILE] 12-30 22:37:28.181 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.181 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.181 21038 21038 V Database: args: [PASSCODEMOBILE] 12-30 22:37:28.183 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.183 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.183 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:37:28.183 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.183 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.183 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:37:28.183 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.183 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.183 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:37:28.183 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.183 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.183 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:37:28.184 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountbills 12-30 22:37:28.184 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/report_income_vs_expenses 12-30 22:37:28.184 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountbills 12-30 22:37:28.185 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/report_income_vs_expenses 12-30 22:37:28.186 21038 16154 V Database: QUERY (0ms) 12-30 22:37:28.186 21038 16154 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.186 21038 16154 V Database: args: [USERNAME] 12-30 22:37:28.186 21038 16154 V Database: QUERY (0ms) 12-30 22:37:28.186 21038 16154 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.186 21038 16154 V Database: args: [USERNAME] 12-30 22:37:28.187 21038 21255 V MmxContentProvider: Rows returned: 1 12-30 22:37:28.187 21038 21255 V MmxContentProvider: Rows returned: 1 12-30 22:37:28.187 21038 21243 V MmxContentProvider: Rows returned: 0 12-30 22:37:28.187 21038 21243 V MmxContentProvider: Rows returned: 0 12-30 22:37:28.216 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.216 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.216 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:28.216 21038 21038 V Database: QUERY (0ms) 12-30 22:37:28.216 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:28.216 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:28.216 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:28.217 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:28.218 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:28.218 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:28.242 21038 21038 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 12-30 22:37:28.619 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a6cc630 (RippleDrawable) with handle 0xb400006e5a51fac0 12-30 22:37:29.699 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:29.700 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:29.701 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.701 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.701 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:29.701 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.701 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.701 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:29.723 21038 16154 V Database: QUERY (0ms) 12-30 22:37:29.723 21038 16154 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.723 21038 16154 V Database: args: [USERNAME] 12-30 22:37:29.723 21038 16154 V Database: QUERY (0ms) 12-30 22:37:29.723 21038 16154 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.723 21038 16154 V Database: args: [USERNAME] 12-30 22:37:29.724 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.724 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.724 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:37:29.724 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.724 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.724 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:37:29.724 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.724 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.724 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:37:29.724 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.724 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.724 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:37:29.724 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountbills 12-30 22:37:29.724 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountbills 12-30 22:37:29.724 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/report_income_vs_expenses 12-30 22:37:29.724 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/report_income_vs_expenses 12-30 22:37:29.725 21038 21242 V MmxContentProvider: Rows returned: 1 12-30 22:37:29.725 21038 21242 V MmxContentProvider: Rows returned: 1 12-30 22:37:29.726 21038 21161 V MmxContentProvider: Rows returned: 0 12-30 22:37:29.726 21038 21161 V MmxContentProvider: Rows returned: 0 12-30 22:37:29.736 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.736 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.736 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:29.736 21038 21038 V Database: QUERY (0ms) 12-30 22:37:29.736 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:29.736 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:29.737 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:29.737 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:29.738 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:29.739 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:32.240 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:32.241 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:32.242 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.242 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.242 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:32.242 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.242 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.242 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:32.260 21038 16154 V Database: QUERY (0ms) 12-30 22:37:32.260 21038 16154 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.260 21038 16154 V Database: args: [USERNAME] 12-30 22:37:32.260 21038 16154 V Database: QUERY (0ms) 12-30 22:37:32.260 21038 16154 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.260 21038 16154 V Database: args: [USERNAME] 12-30 22:37:32.260 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.260 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.260 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:37:32.260 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.260 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.260 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:37:32.261 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.261 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.261 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:37:32.261 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.261 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.261 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:37:32.261 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/report_income_vs_expenses 12-30 22:37:32.261 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/report_income_vs_expenses 12-30 22:37:32.262 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountbills 12-30 22:37:32.262 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountbills 12-30 22:37:32.263 21038 21255 V MmxContentProvider: Rows returned: 0 12-30 22:37:32.263 21038 21255 V MmxContentProvider: Rows returned: 0 12-30 22:37:32.263 21038 21159 V MmxContentProvider: Rows returned: 1 12-30 22:37:32.263 21038 21159 V MmxContentProvider: Rows returned: 1 12-30 22:37:32.274 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.274 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.274 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:32.274 21038 21038 V Database: QUERY (0ms) 12-30 22:37:32.274 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:32.274 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:32.274 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:32.275 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:32.276 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:32.276 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:38.594 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountlist 12-30 22:37:38.594 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountlist 12-30 22:37:38.599 21038 21243 V MmxContentProvider: Rows returned: 1 12-30 22:37:38.599 21038 21243 V MmxContentProvider: Rows returned: 1 12-30 22:37:39.692 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.692 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.692 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:39.692 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.692 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.692 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:37:39.692 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:39.692 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:39.693 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:39.693 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:39.694 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.694 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.694 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:39.694 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.694 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.694 21038 21038 V Database: args: [android:default_account_id] 12-30 22:37:39.696 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.700 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.700 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.701 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.702 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.702 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.703 21038 21038 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 12-30 22:37:39.704 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.704 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.704 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:39.704 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.704 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.704 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:39.705 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:39.705 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:39.706 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:39.706 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:39.707 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.707 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.707 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:39.707 21038 21038 V Database: QUERY (0ms) 12-30 22:37:39.707 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:39.707 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:40.137 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a84ea30 (RippleDrawable) with handle 0xb400006e5a520ab0 12-30 22:37:40.854 21038 21038 D InputMethodManager: showSoftInput() view=com.money.manager.ex.view.RobotoEditText{67c731 VFED..CL. .F.P..ID 0,0-996,128 #7f0900ff app:id/editTextAccountName aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT 12-30 22:37:40.867 21038 21038 I AssistStructure: Flattened final assist data: 6068 bytes, containing 1 windows, 31 views 12-30 22:37:40.933 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:37:41.885 21038 21230 I OpenGLRenderer: Davey! duration=9223339469434ms; Flags=0, FrameTimelineVsyncId=2374315, IntendedVsync=32567420592615, Vsync=32567420592615, InputEventId=0, HandleInputStart=32567421036653, AnimationStart=32567421038945, PerformTraversalsStart=32567421041341, DrawStart=32567421637799, FrameDeadline=32567437814837, FrameInterval=32567421031705, FrameStartTime=11111111, SyncQueued=32567422226601, SyncStart=32567422353008, IssueDrawCommandsStart=32567422932070, SwapBuffers=32567428335352, FrameCompleted=9223372036854775807, DequeueBufferDuration=56719, QueueBufferDuration=1394166, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32567430522644, DisplayPresentTime=0, 12-30 22:37:42.384 21038 21230 I OpenGLRenderer: Davey! duration=9223339468932ms; Flags=0, FrameTimelineVsyncId=2374361, IntendedVsync=32567921771255, Vsync=32567921771255, InputEventId=0, HandleInputStart=32567922444151, AnimationStart=32567922446443, PerformTraversalsStart=32567922448891, DrawStart=32567923114568, FrameDeadline=32567950104588, FrameInterval=32567922437797, FrameStartTime=11111111, SyncQueued=32567923615193, SyncStart=32567923736912, IssueDrawCommandsStart=32567924457381, SwapBuffers=32567929598371, FrameCompleted=9223372036854775807, DequeueBufferDuration=75677, QueueBufferDuration=2048594, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32567932640090, DisplayPresentTime=0, 12-30 22:37:45.723 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:45.723 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:45.726 21038 21242 V MmxContentProvider: Rows returned: 168 12-30 22:37:45.726 21038 21242 V MmxContentProvider: Rows returned: 168 12-30 22:37:45.777 21038 21038 I AssistStructure: Flattened final assist data: 8280 bytes, containing 1 windows, 82 views 12-30 22:37:45.829 21038 21038 D InputMethodManager: showSoftInput() view=androidx.appcompat.widget.SearchView$SearchAutoComplete{3e38df4 VFED..CL. .F...... 0,14-597,109 #7f090288 app:id/search_src_text aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT 12-30 22:37:45.833 21038 21038 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 12-30 22:37:45.876 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:37:45.876 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:37:46.173 21038 21038 V Database: QUERY (0ms) 12-30 22:37:46.173 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:46.173 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:46.173 21038 21038 V Database: QUERY (0ms) 12-30 22:37:46.173 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:37:46.173 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:37:47.514 21038 27091 I OpenGLRenderer: Davey! duration=9223339463803ms; Flags=0, FrameTimelineVsyncId=2374944, IntendedVsync=32573050835893, Vsync=32573050835893, InputEventId=0, HandleInputStart=32573051269402, AnimationStart=32573051271589, PerformTraversalsStart=32573051274037, DrawStart=32573051798620, FrameDeadline=32573068058115, FrameInterval=32573051266068, FrameStartTime=11111111, SyncQueued=32573052568464, SyncStart=32573052682579, IssueDrawCommandsStart=32573053324141, SwapBuffers=32573057843152, FrameCompleted=9223372036854775807, DequeueBufferDuration=91771, QueueBufferDuration=1251094, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32573059803778, DisplayPresentTime=0, 12-30 22:37:48.315 21038 27091 I OpenGLRenderer: Davey! duration=9223339463001ms; Flags=0, FrameTimelineVsyncId=2375042, IntendedVsync=32573852727958, Vsync=32573852727958, InputEventId=0, HandleInputStart=32573853175107, AnimationStart=32573853177711, PerformTraversalsStart=32573853180211, DrawStart=32573853824169, FrameDeadline=32573881061291, FrameInterval=32573853167607, FrameStartTime=11111111, SyncQueued=32573854451253, SyncStart=32573854596253, IssueDrawCommandsStart=32573855165888, SwapBuffers=32573860130003, FrameCompleted=9223372036854775807, DequeueBufferDuration=74375, QueueBufferDuration=1841458, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32573862956149, DisplayPresentTime=0, 12-30 22:37:48.817 21038 21230 I OpenGLRenderer: Davey! duration=9223339462500ms; Flags=0, FrameTimelineVsyncId=2375088, IntendedVsync=32574353921259, Vsync=32574353921259, InputEventId=0, HandleInputStart=32574354661042, AnimationStart=32574354663125, PerformTraversalsStart=32574354665261, DrawStart=32574355264011, FrameDeadline=32574382254592, FrameInterval=32574354652917, FrameStartTime=11111111, SyncQueued=32574355999896, SyncStart=32574356135417, IssueDrawCommandsStart=32574356738542, SwapBuffers=32574362121668, FrameCompleted=9223372036854775807, DequeueBufferDuration=79948, QueueBufferDuration=1598802, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32574364666928, DisplayPresentTime=0, 12-30 22:37:49.148 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:49.148 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:49.153 21038 21161 V MmxContentProvider: Rows returned: 45 12-30 22:37:49.153 21038 21161 V MmxContentProvider: Rows returned: 45 12-30 22:37:50.059 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:50.059 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:50.065 21038 21255 V MmxContentProvider: Rows returned: 0 12-30 22:37:50.065 21038 21255 V MmxContentProvider: Rows returned: 0 12-30 22:37:50.932 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:50.932 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:50.938 21038 21159 V MmxContentProvider: Rows returned: 45 12-30 22:37:50.939 21038 21159 V MmxContentProvider: Rows returned: 45 12-30 22:37:51.112 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.113 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.120 21038 21243 V MmxContentProvider: Rows returned: 168 12-30 22:37:51.120 21038 21243 V MmxContentProvider: Rows returned: 168 12-30 22:37:51.400 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.401 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.406 21038 21242 V MmxContentProvider: Rows returned: 71 12-30 22:37:51.406 21038 21242 V MmxContentProvider: Rows returned: 71 12-30 22:37:51.497 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.497 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.501 21038 21161 V MmxContentProvider: Rows returned: 5 12-30 22:37:51.501 21038 21161 V MmxContentProvider: Rows returned: 5 12-30 22:37:51.907 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.908 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:51.912 21038 21255 V MmxContentProvider: Rows returned: 0 12-30 22:37:51.913 21038 21255 V MmxContentProvider: Rows returned: 0 12-30 22:37:52.445 21038 27091 I OpenGLRenderer: Davey! duration=9223339458880ms; Flags=0, FrameTimelineVsyncId=2375596, IntendedVsync=32577973958523, Vsync=32577973958523, InputEventId=0, HandleInputStart=32577974686871, AnimationStart=32577974689215, PerformTraversalsStart=32577974691611, DrawStart=32577975528382, FrameDeadline=32578002291856, FrameInterval=32577974683173, FrameStartTime=11111111, SyncQueued=32577975872861, SyncStart=32577976029996, IssueDrawCommandsStart=32577976426455, SwapBuffers=32577981048487, FrameCompleted=9223372036854775807, DequeueBufferDuration=92552, QueueBufferDuration=1553542, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32577983807028, DisplayPresentTime=0, 12-30 22:37:53.018 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:53.019 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:53.024 21038 21159 V MmxContentProvider: Rows returned: 5 12-30 22:37:53.025 21038 21159 V MmxContentProvider: Rows returned: 5 12-30 22:37:53.387 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:53.388 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:53.393 21038 21243 V MmxContentProvider: Rows returned: 71 12-30 22:37:53.394 21038 21243 V MmxContentProvider: Rows returned: 71 12-30 22:37:53.592 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:53.592 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:53.601 21038 21242 V MmxContentProvider: Rows returned: 168 12-30 22:37:53.602 21038 21242 V MmxContentProvider: Rows returned: 168 12-30 22:37:54.120 21038 27090 I OpenGLRenderer: Davey! duration=9223339457198ms; Flags=0, FrameTimelineVsyncId=2375811, IntendedVsync=32579655716467, Vsync=32579655716467, InputEventId=0, HandleInputStart=32579656665997, AnimationStart=32579656668341, PerformTraversalsStart=32579656670893, DrawStart=32579657448133, FrameDeadline=32579684049800, FrameInterval=32579656660008, FrameStartTime=11111111, SyncQueued=32579658169487, SyncStart=32579658338237, IssueDrawCommandsStart=32579658987872, SwapBuffers=32579667760738, FrameCompleted=9223372036854775807, DequeueBufferDuration=87865, QueueBufferDuration=1557344, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32579670512769, DisplayPresentTime=0, 12-30 22:37:54.262 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.262 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.270 21038 21161 V MmxContentProvider: Rows returned: 73 12-30 22:37:54.270 21038 21161 V MmxContentProvider: Rows returned: 73 12-30 22:37:54.383 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.383 21038 21255 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.389 21038 21255 V MmxContentProvider: Rows returned: 33 12-30 22:37:54.389 21038 21255 V MmxContentProvider: Rows returned: 33 12-30 22:37:54.607 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.608 21038 21159 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.614 21038 21159 V MmxContentProvider: Rows returned: 23 12-30 22:37:54.615 21038 21159 V MmxContentProvider: Rows returned: 23 12-30 22:37:54.796 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.796 21038 21243 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:54.801 21038 21243 V MmxContentProvider: Rows returned: 23 12-30 22:37:54.802 21038 21243 V MmxContentProvider: Rows returned: 23 12-30 22:37:55.321 21038 27090 I OpenGLRenderer: Davey! duration=9223339455996ms; Flags=0, FrameTimelineVsyncId=2375942, IntendedVsync=32580858460566, Vsync=32580858460566, InputEventId=0, HandleInputStart=32580860032888, AnimationStart=32580860035492, PerformTraversalsStart=32580860037940, DrawStart=32580860890961, FrameDeadline=32580886793899, FrameInterval=32580860026742, FrameStartTime=11111111, SyncQueued=32580861234190, SyncStart=32580861374138, IssueDrawCommandsStart=32580861931326, SwapBuffers=32580866910753, FrameCompleted=9223372036854775807, DequeueBufferDuration=68125, QueueBufferDuration=1225417, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32580869082055, DisplayPresentTime=0, 12-30 22:37:55.822 21038 27090 I OpenGLRenderer: Davey! duration=9223339455494ms; Flags=0, FrameTimelineVsyncId=2375988, IntendedVsync=32581359745108, Vsync=32581359745108, InputEventId=0, HandleInputStart=32581360672313, AnimationStart=32581360674657, PerformTraversalsStart=32581360677104, DrawStart=32581361427730, FrameDeadline=32581388078441, FrameInterval=32581360665177, FrameStartTime=11111111, SyncQueued=32581361821532, SyncStart=32581361971219, IssueDrawCommandsStart=32581362574396, SwapBuffers=32581367973459, FrameCompleted=9223372036854775807, DequeueBufferDuration=79531, QueueBufferDuration=1614583, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32581370754658, DisplayPresentTime=0, 12-30 22:37:59.475 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:59.475 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:37:59.478 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:59.479 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:37:59.913 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a886290 (ListView) with handle 0xb400006e5a52ba90 12-30 22:38:00.559 21038 4066 I OpenGLRenderer: Davey! duration=9223339450761ms; Flags=0, FrameTimelineVsyncId=2376748, IntendedVsync=32586093303928, Vsync=32586093303928, InputEventId=0, HandleInputStart=32586094212368, AnimationStart=32586094215336, PerformTraversalsStart=32586094217732, DrawStart=32586094592368, FrameDeadline=32586110526150, FrameInterval=32586094203618, FrameStartTime=11111111, SyncQueued=32586095167264, SyncStart=32586095341691, IssueDrawCommandsStart=32586096161482, SwapBuffers=32586104039504, FrameCompleted=9223372036854775807, DequeueBufferDuration=89843, QueueBufferDuration=1468438, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32586107060911, DisplayPresentTime=0, 12-30 22:38:01.066 21038 4066 I OpenGLRenderer: Davey! duration=9223339450260ms; Flags=0, FrameTimelineVsyncId=2376794, IntendedVsync=32586594449409, Vsync=32586594449409, InputEventId=0, HandleInputStart=32586594949657, AnimationStart=32586594952053, PerformTraversalsStart=32586594954501, DrawStart=32586595314553, FrameDeadline=32586622782742, FrameInterval=32586594943720, FrameStartTime=11111111, SyncQueued=32586595847418, SyncStart=32586595992574, IssueDrawCommandsStart=32586596913616, SwapBuffers=32586604767262, FrameCompleted=9223372036854775807, DequeueBufferDuration=87708, QueueBufferDuration=1567916, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32586607793981, DisplayPresentTime=0, 12-30 22:38:01.905 21038 21038 D InputMethodManager: showSoftInput() view=com.money.manager.ex.view.RobotoEditText{67c731 VFED..CL. .F.P..ID 0,0-996,128 #7f0900ff app:id/editTextAccountName aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT 12-30 22:38:01.937 21038 4066 I OpenGLRenderer: Davey! duration=9223339449391ms; Flags=0, FrameTimelineVsyncId=2376903, IntendedVsync=32587463168399, Vsync=32587474279510, InputEventId=622110834, HandleInputStart=32587475123599, AnimationStart=32587475125891, PerformTraversalsStart=32587475140995, DrawStart=32587484244537, FrameDeadline=32587491501732, FrameInterval=32587475120057, FrameStartTime=11111111, SyncQueued=32587484547819, SyncStart=32587484628027, IssueDrawCommandsStart=32587484805319, SwapBuffers=32587486536621, FrameCompleted=9223372036854775807, DequeueBufferDuration=25468, QueueBufferDuration=529739, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32587487532142, DisplayPresentTime=0, 12-30 22:38:01.980 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:38:05.765 21038 21038 V Database: QUERY (0ms) 12-30 22:38:05.765 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:05.765 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:38:05.765 21038 21038 V Database: QUERY (0ms) 12-30 22:38:05.765 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:05.765 21038 21038 V Database: args: [DATEFORMAT] 12-30 22:38:05.767 21038 21038 D MmxContentProvider: Insert Uri: content://com.money.manager.ex.provider/accountlist 12-30 22:38:05.767 21038 21038 D MmxContentProvider: Insert Uri: content://com.money.manager.ex.provider/accountlist 12-30 22:38:05.768 21038 21038 D MmxContentProvider: INSERT INTO accountlist_v1 VALUES ( CONTACTINFO= STATUS=Open FAVORITEACCT=FALSE ACCOUNTNAME=usd ACCOUNTTYPE=Cash INITIALDATE=2023-12-30 ACCESSINFO= CURRENCYID=1 ACCOUNTNUM= NOTES= INITIALBAL=0 WEBSITE= HELDAT=) 12-30 22:38:05.768 21038 21038 D MmxContentProvider: INSERT INTO accountlist_v1 VALUES ( CONTACTINFO= STATUS=Open FAVORITEACCT=FALSE ACCOUNTNAME=usd ACCOUNTTYPE=Cash INITIALDATE=2023-12-30 ACCESSINFO= CURRENCYID=1 ACCOUNTNUM= NOTES= INITIALBAL=0 WEBSITE= HELDAT=) 12-30 22:38:05.772 21038 21038 V Database: QUERY (0ms) 12-30 22:38:05.772 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:05.772 21038 21038 V Database: args: [android:default_account_id] 12-30 22:38:05.772 21038 21038 V Database: QUERY (0ms) 12-30 22:38:05.772 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:05.772 21038 21038 V Database: args: [android:default_account_id] 12-30 22:38:05.773 21038 27091 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10490; state: ENABLED 12-30 22:38:05.838 21038 21038 V Database: QUERY (0ms) 12-30 22:38:05.838 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:05.838 21038 21038 V Database: args: [PASSCODEMOBILE] 12-30 22:38:05.838 21038 21038 V Database: QUERY (0ms) 12-30 22:38:05.838 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:05.838 21038 21038 V Database: args: [PASSCODEMOBILE] 12-30 22:38:05.844 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountlist 12-30 22:38:05.845 21038 21242 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountlist 12-30 22:38:05.847 21038 21242 V MmxContentProvider: Rows returned: 2 12-30 22:38:05.847 21038 21242 V MmxContentProvider: Rows returned: 2 12-30 22:38:05.888 21038 21038 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 12-30 22:38:06.291 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a876780 (RippleDrawable) with handle 0xb400006e5a530680 12-30 22:38:08.337 21038 21230 I OpenGLRenderer: Davey! duration=9223339442981ms; Flags=0, FrameTimelineVsyncId=2377849, IntendedVsync=32593872920076, Vsync=32593872920076, InputEventId=0, HandleInputStart=32593873345747, AnimationStart=32593873348663, PerformTraversalsStart=32593873351059, DrawStart=32593873597257, FrameDeadline=32593890142298, FrameInterval=32593873341580, FrameStartTime=11111111, SyncQueued=32593874356059, SyncStart=32593874467778, IssueDrawCommandsStart=32593875664862, SwapBuffers=32593882265644, FrameCompleted=9223372036854775807, DequeueBufferDuration=77031, QueueBufferDuration=1638542, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32593885581842, DisplayPresentTime=0, 12-30 22:38:11.738 21038 21038 V Database: QUERY (0ms) 12-30 22:38:11.738 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:11.738 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:38:11.739 21038 21038 V Database: QUERY (0ms) 12-30 22:38:11.739 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:11.739 21038 21038 V Database: args: [android:show_fav_accounts] 12-30 22:38:11.739 21038 21038 V Database: QUERY (0ms) 12-30 22:38:11.739 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:11.739 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:38:11.739 21038 21038 V Database: QUERY (0ms) 12-30 22:38:11.739 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:11.739 21038 21038 V Database: args: [android:show_open_accounts] 12-30 22:38:11.739 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountlist 12-30 22:38:11.739 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/accountlist 12-30 22:38:11.740 21038 21038 V MmxContentProvider: Rows returned: 2 12-30 22:38:11.740 21038 21038 V MmxContentProvider: Rows returned: 2 12-30 22:38:11.741 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:38:11.741 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:38:11.742 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:38:11.742 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:38:11.742 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:38:11.742 21038 21038 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:38:11.743 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:38:11.743 21038 21038 V MmxContentProvider: Rows returned: 1 12-30 22:38:11.744 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:38:11.744 21038 21161 V MmxContentProvider: Querying URI: content://com.money.manager.ex.provider/currencyformats 12-30 22:38:11.745 21038 21161 V MmxContentProvider: Rows returned: 2 12-30 22:38:11.745 21038 21161 V MmxContentProvider: Rows returned: 2 12-30 22:38:11.786 21038 21038 I AssistStructure: Flattened final assist data: 3136 bytes, containing 1 windows, 25 views 12-30 22:38:11.826 21038 21038 D InputMethodManager: showSoftInput() view=androidx.appcompat.widget.SearchView$SearchAutoComplete{427b66c VFED..CL. .F...... 0,14-597,109 #7f090288 app:id/search_src_text aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT 12-30 22:38:11.889 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:38:12.180 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a464cd0 (ExpandableListView) with handle 0xb400006e5a52fb10 12-30 22:38:14.820 21038 4066 I OpenGLRenderer: Davey! duration=9223339436499ms; Flags=0, FrameTimelineVsyncId=2378606, IntendedVsync=32600355170025, Vsync=32600355170025, InputEventId=0, HandleInputStart=32600355973736, AnimationStart=32600355976028, PerformTraversalsStart=32600355978476, DrawStart=32600356659674, FrameDeadline=32600372392247, FrameInterval=32600355965663, FrameStartTime=11111111, SyncQueued=32600357605247, SyncStart=32600358065612, IssueDrawCommandsStart=32600358515560, SwapBuffers=32600363258008, FrameCompleted=9223372036854775807, DequeueBufferDuration=86042, QueueBufferDuration=1999115, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32600366370404, DisplayPresentTime=0, 12-30 22:38:15.455 21038 21038 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 12-30 22:38:17.375 21038 21038 V Database: QUERY (0ms) 12-30 22:38:17.375 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:17.375 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:38:17.375 21038 21038 V Database: QUERY (0ms) 12-30 22:38:17.375 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:17.375 21038 21038 V Database: args: [BASECURRENCYID] 12-30 22:38:17.377 21038 21038 V Database: QUERY (0ms) 12-30 22:38:17.377 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:17.377 21038 21038 V Database: args: [EXCHANGE_RATE_PROVIDER] 12-30 22:38:17.377 21038 21038 V Database: QUERY (0ms) 12-30 22:38:17.377 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:17.377 21038 21038 V Database: args: [EXCHANGE_RATE_PROVIDER] 12-30 22:38:17.442 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a8fe760 (RippleDrawable) with handle 0xb400006e5a536a70 12-30 22:38:18.592 21038 21038 D InputMethodManager: showSoftInput() view=androidx.appcompat.widget.SearchView$SearchAutoComplete{427b66c VFED..CL. .F...... 0,14-597,109 #7f090288 app:id/search_src_text aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT 12-30 22:38:18.664 21038 21038 D InsetsController: show(ime(), fromIme=true) 12-30 22:38:20.065 21038 4066 I OpenGLRenderer: Davey! duration=9223339431253ms; Flags=0, FrameTimelineVsyncId=2379360, IntendedVsync=32605601544824, Vsync=32605601544824, InputEventId=0, HandleInputStart=32605602025769, AnimationStart=32605602028165, PerformTraversalsStart=32605602030665, DrawStart=32605602653374, FrameDeadline=32605618767046, FrameInterval=32605602018217, FrameStartTime=11111111, SyncQueued=32605603332384, SyncStart=32605603531655, IssueDrawCommandsStart=32605603919936, SwapBuffers=32605608791030, FrameCompleted=9223372036854775807, DequeueBufferDuration=77500, QueueBufferDuration=1866823, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32605611628479, DisplayPresentTime=0, 12-30 22:38:21.251 21038 21038 V Database: QUERY (0ms) 12-30 22:38:21.251 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:21.251 21038 21038 V Database: args: [PASSCODEMOBILE] 12-30 22:38:21.251 21038 21038 V Database: QUERY (0ms) 12-30 22:38:21.251 21038 21038 V Database: sql: SELECT FROM infotable_v1 WHERE (INFONAME=?) 12-30 22:38:21.251 21038 21038 V Database: args: [PASSCODEMOBILE] 12-30 22:38:21.296 21038 21038 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 12-30 22:38:21.686 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a8ed900 (RippleDrawable) with handle 0xb400006e5a539380 12-30 22:38:23.657 21038 21230 I OpenGLRenderer: Davey! duration=9223339427661ms; Flags=0, FrameTimelineVsyncId=2379991, IntendedVsync=32609193219994, Vsync=32609193219994, InputEventId=0, HandleInputStart=32609193970867, AnimationStart=32609193973471, PerformTraversalsStart=32609193975867, DrawStart=32609194193731, FrameDeadline=32609210442216, FrameInterval=32609193966544, FrameStartTime=11111111, SyncQueued=32609195099617, SyncStart=32609195191127, IssueDrawCommandsStart=32609196142013, SwapBuffers=32609202834149, FrameCompleted=9223372036854775807, DequeueBufferDuration=92916, QueueBufferDuration=2443177, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32609206555243, DisplayPresentTime=0, 12-30 22:38:24.614 21038 21069 D OpenGLRenderer: endAllActiveAnimators on 0xb400006f4a464cd0 (ExpandableListView) with handle 0xb400006e5a533dd0 12-30 22:38:34.893 21038 21230 I OpenGLRenderer: Davey! duration=9223339416423ms; Flags=0, FrameTimelineVsyncId=2381504, IntendedVsync=32620431091400, Vsync=32620431091400, InputEventId=71167466, HandleInputStart=32620431451309, AnimationStart=32620431452872, PerformTraversalsStart=32620433365788, DrawStart=32620433488497, FrameDeadline=32620448313622, FrameInterval=32620431447038, FrameStartTime=11111111, SyncQueued=32620438152299, SyncStart=32620438746727, IssueDrawCommandsStart=32620439052247, SwapBuffers=32620440749956, FrameCompleted=9223372036854775807, DequeueBufferDuration=39948, QueueBufferDuration=1869323, GpuCompleted=9223372036854775807, SwapBuffersCompleted=32620443065060, DisplayPresentTime=72905704066777096,

guanlisheng commented 11 months ago

no much finding yet, for these low freq fetch/update (e.g. daily), i would recommend using Desktop MMEX

github-actions[bot] commented 7 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 7 months ago

This issue was closed because it has been stalled for 5 days with no activity.

guanlisheng commented 3 months ago

hi @aligitor , can you try v2024.08.25(1038) ?

luisdev commented 3 months ago

v2024.08.25(1038) seems to work for me - after I worked out that I need to unselect the "Show only used" checkbox.

aligitor commented 3 months ago

@guanlisheng I tried it, but the UI is very laggy, and at the end a long toast message appeared on the screen, which didn't disappear, so I couldn't use the app anymore. However, I can confirm that the currency rates update works.

guanlisheng commented 3 months ago

ok, updating selected/limited currencies might be better. it is also related to the exchange rate service location.