Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Releases: RocketChat/Rocket.Chat.Cordova

2.4.0

23 Aug 18:17
2f68734
Compare
Choose a tag to compare
  • Enable geolocation button
  • Log more specific erros to bugsnag on index file load
  • Update cache

2.3.1

12 Apr 15:13
Compare
Choose a tag to compare
  • #93 Fix typo in English error message.
  • #90 Download files to a temp directory and only apply if all files was downloaded correctly

2.3.0

05 Apr 16:37
Compare
Choose a tag to compare
  • Update plugins and platforms to latest versions
  • Update cache to prevent download of files
  • Update the layout of the servers list
  • Now you can connect to rocket.chat instances using only the name, demo will resolve to https://demo.rocket.chat
  • Add new native action menu when pressing one message Rocket.Chat >= 0.25.0
  • New Social Share dialog when long press links and images Rocket.Chat >= 0.25.0

Android

  • Do not validate server field as URL

iOS

  • Allow landscape and portrait orientations
  • Fix Splashs for iPad
  • 3D Touch with servers list
  • 1Password integration Rocket.Chat >= 0.25.0
  • 3D Touch link preview Rocket.Chat >= 0.25.0

2.2.3

25 Jan 21:53
Compare
Choose a tag to compare

Android

2.2.2

12 Jan 17:36
Compare
Choose a tag to compare
  • Fix update server

2.2.1

26 Dec 18:29
Compare
Choose a tag to compare
  • Closes #50; Fix problem with cordova method callbacks

2.2.0

08 Dec 16:43
Compare
Choose a tag to compare
  • Add option to click in the info text to open server list on mais screen
  • Fix refresh of main screen on Android

2.1.0

07 Dec 17:05
Compare
Choose a tag to compare
  • Some translations fixes
  • Add translation for DE
  • Fix Android push notification

2.0.0

05 Apr 16:32
Compare
Choose a tag to compare

This release removes the iframe and use redirects to load the servers

  • Move all compiled files to shared/js_compiled and separate the server list functionality
  • Add callback for Servers load and save/load from disk
  • Start the http server in a specific host for each server and redirect to the host
  • Inject some scripts from local server into the downloaded index.html instead of removing the cordova.js
  • Remove the server list functionality from the index.coffee and comment some features
  • Remove the iframe and serverList from index.html
  • Fix the button to add new servers from the servers list
  • Fix cordovajs_root url
  • Allow to pass a path to method startServer
  • Redirect user to correct server when launch app via push notification
  • Fix server deletion
  • Re enable the script to update server files
  • Set the repo url of our com.meteor.cordova-update
  • Update android sdk from 4.1.1 to 5.0.0
  • Use a local http server to back user to the main view
  • Use a non versioned file to store the android sender id
  • Throw error if the file www/js/android_sender_id.js does not exists
  • Update versions to Beta 5
  • Add bugsnag
  • Use /api/info instead the header to validate servers
  • Add new plugin to improve dialogs
  • Add i18n, EN and PT
  • Update versions and add beta info in start view
  • Keep registration of push only at the app side
  • Redirect user to correct server when open app via push
  • Implement timeout of 5 seconds to abort server registration
  • Allow use return/go on keyboard to register server
  • Keep multiple servers logged
  • Open links in an external browser
  • Fix popups of social logins
  • Pass events of pause and resume to iframe and do not resize views on Android