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

Messages, iOS, Locale #1084

Merged
merged 23 commits into from
Dec 14, 2021
Merged

Messages, iOS, Locale #1084

merged 23 commits into from
Dec 14, 2021

Conversation

jeroenpeters1986
Copy link
Contributor

Hi, please don't mind the numerous commits, but in the end I did

Messages app

  • Added specific app icons
    • calendar
    • facebook
    • hangouts
    • instagram
    • gmail
    • google home
    • mail
    • messenger
    • outlook mail
    • phone
    • skype
    • slack
    • sms message (or iMessage)
    • twitter
    • telegram
    • whatsapp
    • wordfeud
  • Small layout 'fix' to not attach the icon button to the left side of the screen (give it a few pixels space)
  • Added a notification icon for when there are unread messages (instead of the blinking MESSAGES)
  • Added screenshots
    In the end I did not change the icons, as I mentioned somewhere else, because 'notifications' come in so many shapes, that the Envelope icon is just as good as a bell/bubble/phone+line icon.

iOS app

  • Fixed music attributes
  • Added new app-identifiers
  • Added a Readme

Locale (nl_NL)

  • Added translations for the Messages menu items

jeroenpeters1986 and others added 23 commits December 11, 2021 00:04
� Conflicts:
�	apps.json
�	apps/messages/ChangeLog
============
 Added more details from music (instead of Undefined)
 Added more app identifiers

Messages app 0.13
=================
 New animated widget bell icon (instead of large blinking 'MESSAGES')
 New app icon
 Added screenshot
 Extra app-specific notification icons
============
 Added more details from music (instead of Undefined)
 Added more app identifiers
 Added Readme

Messages app 0.13
=================
 New animated widget bell icon (instead of large blinking 'MESSAGES')
 New app icon
 Added screenshot
 Extra app-specific notification icons

 Locale 0.14
 ===========
  Added some first translations for Messages in nl_NL
…ould be anything from envelopes, to bells, to chatbubbles etc.. Also fixed duration
@gfwilliams
Copy link
Member

Nice - thanks!

A few things though:

@gfwilliams gfwilliams merged commit cfe70de into espruino:master Dec 14, 2021
@jeroenpeters1986
Copy link
Contributor Author

jeroenpeters1986 commented Dec 14, 2021

Thanks @gfwilliams and also thanks for the points. Must be the late nights working on it, it's very exciting for me to contribute to this platform. But you are right, I will reinstate the green-flashing messages too with a menu settings.
I'll also check #136 to see if I can manage that, maybe in a new app.
On the functions, I did create functions for the icons that I used more than once (FB is used for Facebook and for Messenger for example). I was used doing that from my python-coding experience, but I understand managing such a small device is somehow different. I will revert a few of them. Is the getMailIcon (used 4 times) also a good idea to "optimize", or also just place it inline?

@gfwilliams
Copy link
Member

Now it's done, please don't worry about reinstating the flashing message icon! If someone complains we'll add the settings, but no point doing it before!

I did create functions for the icons that I used more than once

Ahh, sorry, yes, that's perfect then. I'd had a quick glance down the code and didn't see any other references. If you're using it multiple times then it definitely makes sense.

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.

2 participants