Martin Kealey

Results 284 comments of Martin Kealey

I assumed you'd checked your "sent email" and/or searched for specific text that should occur in your list messages? That is, you've checked that the messages are actually deleted rather...

It is doubtful that `SMS Backup+` is responsible for any messages being removed, but I will continue to check for possible code paths where this might occur. I assume you're...

@jezzaaa & @phrontisteries These might be silly questions, but can you both confirm whether or not: 1. Google calendar is the default calendar app on your device? 1. You're signed...

Hi @sshaikh That is indeed an odd issue. The code that populates the list for the user to choose a calendar is `getCalendars`, either in [`CalendarAccessorPost40`](https://github.com/jberkel/sms-backup-plus/blob/efdc59004cd254692aa749fab3b1c35aa6680a9d/app/src/main/java/com/zegoggles/smssync/calendar/CalendarAccessorPost40.java#L74) or in [`CalendarAccessorPre40`](/jberkel/sms-backup-plus/blob/417ba5b0319e3db3aeab01f4d925de44a85a448d/app/src/main/java/com/zegoggles/smssync/calendar/CalendarAccessorPre40.java#L104). Those...

Thanks, I'll add that to the FAQ.

> Sorry I've taken so long to respond. me likewise. > > 4. Does disconnecting and reconnecting the account make any difference? (ie, log out of Google, stop _SMS Backup+_,...

(Closing issue #1044 as a duplicate of this one. It has entries being put in the wrong calendar with the calendar selection screen greyed out.)

Sorry, I've been busy with Life™ for a few months. This all boils down to "there's a stale cache somewhere". Our task is to find it, and figure out how...

By now it's obvious that the cache in question exists outside the app, presumably somewhere in the Android OS, or maybe server-side in Google somewhere, so clearing the _app's_ cache...

@sshaikh That's most helpful, thankyou. (I'm still not sure if I can track down the issue, but at least those labels help fine-tune my research.)