Skip to content

CrossInk 5.7.26#8

Merged
wildfire070 merged 16 commits into
mainfrom
devFusion
May 8, 2026
Merged

CrossInk 5.7.26#8
wildfire070 merged 16 commits into
mainfrom
devFusion

Conversation

@wildfire070
Copy link
Copy Markdown
Owner

No description provided.

- Changed FW name in translations/english.yaml
- Changed FW name in scripts/git_branch.py
- Changed logo size in scr/activities/boot_sleep/BootActivity.cpp and SleepActivity.cpp
- Added logo png and logo120.h to src/images
- Added MakeFile
- BF files added to lib/BookFusionSync, src/activities/reader, and src/activities/settings
- Added STR_BF... to lib/l18n/translations/english.yaml
- Edited src/activities/reader/epubreaderactivity.cpp, src/activities/settings/settingsactivity.cpp and settings.h, src/jsonsettingsio.cpp and .h, and src/main.cpp
Updated Logo120.h
Update Logo120.h
PR for logo + BookFusion into CrossInk 1.2.8.1
- Add #include <algorithm> to line 10
- Line 232-237:

// Skip hidden/protected items
      bool shouldHide = (name[0] == '.');
      if (!shouldHide) {
        shouldHide = std::any_of(std::begin(HIDDEN_ITEMS), std::end(HIDDEN_ITEMS),
                                 [name](const char* item) { return strcmp(name, item) == 0; });
      }
@wildfire070 wildfire070 merged commit 35e3ba5 into main May 8, 2026
4 checks passed
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.

1 participant