This website requires JavaScript.
Explore
Help
Sign In
Bram
/
BangleApps
forked from
FOSS/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
0
Code
Pull Requests
Activity
7c17660dd3
BangleApps
/
apps
/
messages
/
ChangeLog
3 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Keep messages version rising so it'll actually update to the new version automatically
2022-11-28 15:03:00 +00:00
0.55: Moved messages library into standalone library
messages,messagegui: fix handling of music The library combines musicinfo+musicstate messages, and waited for a "complete" message before emitting the event. But once you are playing music you don't get new music state events. The problem was that when the first "complete" message arrives, the UI is load()ed, so the library forgets its state, and doesn't emit anymore music events until the play state changes. This - changes the library to keep combining music messages, but always emit an event - makes the UI only launch itself if it sees a "complete" music event - makes the UI also combine musicinfo+musicstate messages
2022-11-30 22:58:36 +00:00
0.56: Fix handling of music messages