Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HOS16.0.0 #76

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

zdm65477730
Copy link
Contributor

@zdm65477730 zdm65477730 commented Mar 15, 2023

  1. Support HOS16.0.0.
  2. Fix play time in total time exceed 100%.
  3. Add year suffix for some local lang, e.g. Chinese.
  4. Allow run under Applet mode.
  5. Make sure all account play events in list.
  6. Optimize the memory usage.
  7. Fix ghost record issue in all views(All, Recent and Hidden view).
  8. Fix crash when deleting import data.
  9. Correct the time unit(time_t in second should be uint64_t).

1. Support HOS16.0.0.
2. Fix play tiem in total time exceed 100%.
3. Add year suffix.
4. Allow run under Applet mode.
5. Make sure all account play events in list.

Signed-off-by: Damien Zhao <zdm65477730@126.com>
Signed-off-by: Damien Zhao <zdm65477730@126.com>
Signed-off-by: Damien Zhao <zdm65477730@126.com>
Signed-off-by: Damien Zhao <zdm65477730@126.com>
There are some ghost records in the export json file
"id": "0000000000000000",
"name": "",
"summary": {
    "firstPlayed": 0,
    "lastPlayed": 0,
    "launches": 0,
    "playtime": 0
}

Signed-off-by: Damien Zhao <zdm65477730@126.com>
… data

Signed-off-by: Damien Zhao <zdm65477730@126.com>
Signed-off-by: Damien Zhao <zdm65477730@126.com>
Signed-off-by: Damien Zhao <zdm65477730@126.com>
@BullishVince
Copy link

Can you please merge this into master and make it as a release? @tallbl0nde

@haren724
Copy link

haren724 commented Jul 26, 2023

Hi, @zdm65477730. Is your git repository still being stored locally? The submodule 'SimpleIniParser' doesn't exist anymore. I planned to add a tiny functionality that play an .wav audio file (whistle twice sound in stock) after launching this app from the user page. Could you send me a copy or any other valid link of this submodule.

Thanks!

@Lukas2288
Copy link

I found simpleiniparser that are active here
https://github.com/zdm65477730/SimpleIniParser
and here
https://github.com/HamletDuFromage/Simple-INI-Parser

A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly?

https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file

Thank you

@haren724
Copy link

haren724 commented Aug 3, 2023

I found simpleiniparser that are active here https://github.com/zdm65477730/SimpleIniParser and here https://github.com/HamletDuFromage/Simple-INI-Parser

A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly?

https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file

Thank you

@Lukas2288
I got the same result. It causes a kernel panic in applet mode and a exefs crash in exefs mode.
Trying to figure it out.

@Lukas2288
Copy link

I found simpleiniparser that are active here https://github.com/zdm65477730/SimpleIniParser and here https://github.com/HamletDuFromage/Simple-INI-Parser
A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly?
https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file
Thank you

@Lukas2288 I got the same result. It causes a kernel panic in applet mode and a exefs crash in exefs mode. Trying to figure it out.

I think that there should be problem with new version of devkit libraries. I´ve got version 1.4 which i updated with my theme and adjustments and it compiles and runs fine. But 2 years later i cannot start it anymore, when i recompile it.

Signed-off-by: Damien Zhao <zdm65477730@126.com>
Signed-off-by: Damien Zhao <zdm65477730@126.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants