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

2.0.0

Compare
Choose a tag to compare
@rodrigok rodrigok released this 05 Apr 16:32
· 236 commits to develop since this release

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