Eliz
efa4f71a68
feat: Set sleep cover from BMP viewer ( #1104 )
2026-05-05 12:23:20 +03:00
Eliz and Eliz Kilic
128eb614a6
feat: Current page as QR ( #1099 )
...
## Summary
* **What is the goal of this PR?** Implements QR text of the current
page
* **What changes are included?**
## Additional Context
I saw this feature request at #982
It made sense to me so I implemented. But if the team thinks it is not
necessary please let me know and we can close the PR.
| Page | Menu | QR |
|------|-------|----|
|

|

|

|
---
### AI Usage
Did you use AI tools to help write this code? _** YES
---------
Co-authored-by: Eliz Kilic <elizk@google.com >
2026-02-25 12:12:31 +03:00
Eliz and Eliz Kilic
9e4ef008cc
feat: Download links for web server ( #1039 )
...
## Summary
* **What is the goal of this PR?** Add a link to files to download on
web server
## Additional Context
* There was already an api to download files, i just added a link to it
for files.
---
### AI Usage
Did you use AI tools to help write this code? **NO**
Addresses #621
---------
Co-authored-by: Eliz Kilic <elizk@google.com >
2026-02-23 11:16:40 +03:00
c1fad16e10
feat: Take screenshots ( #759 )
...
## Summary
* **What is the goal of this PR?** Implements a take-screenshot feature
* **What changes are included?**
- Quick press Power button and Down button at the same time to take a
screenshot
- Screenshots are saved in `screenshots` folder
## Additional Context
- Currently it does not use the device orientation.
---
Example screenshots:

[screenshot-6771.bmp](https://github.com/user-attachments/files/25157071/screenshot-6771.bmp )

[screenshot-14158.bmp](https://github.com/user-attachments/files/25157073/screenshot-14158.bmp )
### AI Usage
Did you use AI tools to help write this code? _** YES
---------
Co-authored-by: Eliz Kilic <elizk@google.com >
Co-authored-by: Xuan Son Nguyen <son@huggingface.co >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Arthur Tazhitdinov <lisnake@gmail.com >
2026-02-22 15:22:32 +11:00
98e6789626
feat: Connect to last wifi by default ( #752 )
...
## Summary
* **What is the goal of this PR?**
Use last connected network as default
* **What changes are included?**
- Refactor how an action type of Settings are handled
- Add a new System Settings option → Network
- Add the ability to forget a network in the Network Selection Screen
- Add the ability to Refresh network list
- Save the last connected network SSID
- Use the last connection whenever network is needed (OPDS, Koreader
sync, update etc)
## Additional Context
* Add any other information that might be helpful for the reviewer
(e.g., performance implications, potential risks,
specific areas to focus on).


https://github.com/user-attachments/assets/95bf34a8-44ce-4279-8cd8-f78524ce745b
---
### AI Usage
Did you use AI tools to help write this code? _** PARTIALLY: I wrote
most of it but I also used Gemini as assist.
---------
Co-authored-by: Eliz Kilic <elizk@google.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-10 20:41:44 +11:00
Eliz and Eliz Kilic
172916afd4
feat: Display epub metadata on Recents ( #511 )
...
* **What is the goal of this PR?** Implement a metadata viewer for the
Recents screen
* **What changes are included?**
| Recents | Files |
| --- | --- |
| <img alt="image"
src="https://github.com/user-attachments/assets/e0f2d816-ddce-4a2e-bd4a-cd431d0e6532 "
/> | <img alt="image"
src="https://github.com/user-attachments/assets/3225cdce-d501-4175-bc92-73cb8bfe7a41 "
/> |
For the Files screen, I have not made any changes on purpose. For the
Recents screen, we now display the Book title and author. If it is a
file with no epub metadata like txt or md, we display the file name
without the file extension.
---
Did you use AI tools to help write this code? _**< YES >**_
Although I went trough all the code manually and made changes as well,
please be aware the majority of the code is AI generated.
---------
Co-authored-by: Eliz Kilic <elizk@google.com >
2026-01-28 04:25:42 +11:00
Eliz and Dave Allie
4848a77e1b
feat: Add support to B&W filters to image covers ( #476 )
...
## Summary
* **What is the goal of this PR?** (e.g., Implements the new feature for
file uploading.)
Implementation of a new feature in Display options as Image Filter
* **What changes are included?**
Black & White and Inverted Black & White options are added.
## Additional Context
Here are some examples:
| None | Contrast | Inverted |
| --- | --- | --- |
| <img alt="image"
src="https://github.com/user-attachments/assets/fe02dd9b-f647-41bd-8495-c262f73177c4 "
/> | <img alt="image"
src="https://github.com/user-attachments/assets/2d17747d-3ff6-48a9-b9b9-eb17cccf19cf "
/> | <img alt="image"
src="https://github.com/user-attachments/assets/792dea50-f003-4634-83fe-77849ca49095 "
/> |
| <img alt="image"
src="https://github.com/user-attachments/assets/28395b63-14f8-41e2-886b-8ddf3faeafc4 "
/> | <img alt="image"
src="https://github.com/user-attachments/assets/71a569c8-fc54-4647-ad4c-ec96e220cddb "
/> | <img alt="image"
src="https://github.com/user-attachments/assets/9139e32c-9175-433e-8372-45fa042d3dc9 "
/> |
* Add any other information that might be helpful for the reviewer
(e.g., performance implications, potential risks,
specific areas to focus on).
I have also tried adding Color inversion, but could not see much
difference with that. It might be because my implementation was wrong.
---
### AI Usage
While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? _** PARTIALLY **_
---------
Co-authored-by: Dave Allie <dave@daveallie.com >
2026-01-28 00:21:59 +11:00