Skip to content

Releases: linagora/Twake-Mobile

ver. 2.1.2

20 Jan 18:43
7722571
Compare
Choose a tag to compare

Change log:

  • reactions has been fixed (count, unreaction).
  • when channels (public and direct) are synced with server, deleted channels are also removed locally
  • infinite thread opening via reply button has been removed
  • thread opening crash while still loading messages has been fixed
  • Empty-characters check added to the channel creation screen in order to avoid channels with blank names.
  • Channel creation: "Create" button stays locked during the request, to avoid duplications.
  • Input text caching reworked and now should be available in threads as well.
  • Fixed channel creation screen appearance after the first collapse.
  • Experiments on Direct creation feature - it has been extracted to a different flow, with only one screen of participants to choose from before creation. At this point, it should be more convenient.

ver. 2.1.1

19 Jan 16:54
c243dc1
Compare
Choose a tag to compare

Change log:

  • Dates and times have been standardized down to one consistent format
  • Loading more messages screen has been fixed (icon displays correctly, without white screen)
  • Application now detects internet connection loss when sending messages
  • Parent messages is no longer clickable in threads
  • Parent message is always shown in thread (even if thread is empty)
  • User is able to leave the screen has text in the chatbox and then retrieve it next visit.
  • The keyboard is properly disappearing when leaving the channel creation sheet.
  • Direct channel names now exclude the owner of account

ver. 2.1.0

18 Jan 08:27
c243dc1
Compare
Choose a tag to compare

Change log:

  • Authorization now happens via webview, which opens beta.twake.app
  • Removed multiple loading screens on application startup
  • All the data which is downloaded at least once from twake server,
    will be stored locally. And all successive data requests are redirected to local storage.
  • Swipe down on main screen refreshes both public channels and directs
  • Removed emoji keyboard (temporary), thinking of a better solution
  • When copying a message with username, userid is cut out.
  • Thread messages are now part of responses list and can be scrolled as part of the list
  • Keyboard is autofocused when replying in thread, but doesn't show up automatically when just opening thread
  • New feature was added: adding new channels (public and direct)
  • A lot of minor UI bug fixes: bold fonts, text overflows to name a few

ver. 2.0.0

15 Jan 15:51
b10c9a0
Compare
Choose a tag to compare

Complete state management refactor, authentication provider is changed to Twake Console.

ver. 1.3.6

11 Jan 18:47
7c8e7fd
Compare
Choose a tag to compare
Merge pull request #164 from TwakeApp/dev

Dev