topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday May 16, 2024, 11:06 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Any chance to update WhenLast?  (Read 1003 times)

Jedi

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 10
    • View Profile
    • Jedi's BLOG
    • Donate to Member
Any chance to update WhenLast?
« on: April 06, 2024, 10:39 PM »
Recently I switch to a Sony mobile phone running Android 14 and find out that WhenLast won't work on it. (It keeps crashed.)
Now I have to keep my old phone on my desk just for using WhenLast.

Is there any chance that WhenLast will get an update to newer versions of Android system?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,906
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #1 on: April 08, 2024, 12:36 AM »
i'll give it a try.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,906
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #2 on: May 11, 2024, 06:18 AM »
I've finally got WhenLast rebuilt for new android googleplay requirements.. now i just have to test the beta on the play store before i can make it official.  thank you for your patience!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,906
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #3 on: May 11, 2024, 10:22 AM »
I've tried to push out an update -- let me know if it works for you.

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,613
    • View Profile
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #4 on: May 11, 2024, 12:13 PM »
Well, I just got an automatic update, so that part worked :Thmbsup:

Jedi

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 10
    • View Profile
    • Jedi's BLOG
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #5 on: May 11, 2024, 09:26 PM »
There are some problem in v2.26 I encountered:

1. Crash: Preferences -> Advanced Settings -> Item Date format
2. Failed to get permission: android.permission.READ_EXTERNAL_STORAGE: Import data from file
3. Failed to get permission: android.permission.WRITE_EXTERNAL_STORAGE: Export data to file
4. Import data from file (from other/older/working devices) won't work even using internal storage. The file doesn't show up in the selection screen. Only files exported from the same device show up.
5. Import data from url doesn't work. There is no detail message. It downloads file but imports no entry.
6. Multi-Device Synchronization (Public folder and own sync tool) doesn't work. It keep saying everything is in sync but it's not.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,906
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #6 on: May 11, 2024, 09:48 PM »
Thank you for the report I will check; the first 3 sound like they should be easy to fix.
Multi-device sync stopped working when dropbox api stopped working.. That's probably not something easily fixed.

Jedi

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 10
    • View Profile
    • Jedi's BLOG
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #7 on: May 11, 2024, 09:53 PM »
Multi-device sync stopped working when dropbox api stopped working.. That's probably not something easily fixed.
No no, I'm not using dropbox to sync. I'm using own sync tool option (DriveSync with Google Drive account in this case).
I suspect that it's JSON parse error problem. I can provide my cbsyncdata file if that help.
Otherwise it may be the read permission issue?
« Last Edit: May 12, 2024, 12:35 AM by Jedi »

Jedi

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 10
    • View Profile
    • Jedi's BLOG
    • Donate to Member
Re: Any chance to update WhenLast?
« Reply #8 on: May 12, 2024, 03:40 AM »
My current workaround:
0. drop sync (at least for now) since I'm migrating to a new device.
1. Export entries from OLD device (let's name it OLD.json), transfer it to new device.
2. Export default entries from NEW device (let's name it NEW.json).
3. Using text editor (I'm using QuickEdit in this case, for its ability to handle text encoding) to do following:
3-1. Open OLD.json
3-2. Select all content.
3-3. Copy (into system clipboard)
3-4. Open NEW.json
3-5. Select all content.
3-6. Paste (from system clipboard) to replace all content.
3-7. Save NEW.json
4. Import NEW.json. Since the file permission is kept, there is no permission issue reading its content.
5. That's it. Done.

So it seems more like a permission issue.