-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Milestone
Description
In the web and iOS app it is possible to set an emoji as space image. The Android app should be able to offers the ability to change the space image using an emoji selected from the device’s system emoji picker.
- New option in the bottom menu:
Set icon. Permission level required to perform the action:"libre.graph/driveItem/permissions/update". As checked in the web, onlyspace managerusers seem to be able to set icon, regardless the platform role.
Steps
- Select the emoji from emoji picker in a dialog
- Convert the emoji (as a string) into an octet-stream or another valid image format.
- Upload the file to
/.spacedirectory - Update the space image
Steps 3 and 4 should be the same as for a regular image.
⚙️ References
Emoji picker: https://developer.android.com/develop/ui/views/text-and-emoji/emoji-picker
TASKS
- Research (if needed)
- Create branch feature/set_emoji_as_space_image
- Development tasks
- Add a menu option to set an icon/emoji as space image
- Open a dialog with the emoji picker
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/set_emoji_as_space_image into master