Skip to content

Releases: tidev/liveview

1.0.1

17 Dec 19:46
Compare
Choose a tag to compare
  • Clean up fix for platform specific folders.
  • [TIMOB-14657] LiveView: Geocoder sample: File Server unavailable on Android Device

1.0.0

12 Dec 23:14
Compare
Choose a tag to compare

Stable Release.

0.1.36

11 Dec 00:52
Compare
Choose a tag to compare
  • Resolve TIMOB-14503 : A Live-View enabled app should force the screen to stay on

0.1.35

10 Dec 22:22
Compare
Choose a tag to compare
Release 0.1.35

0.1.34

02 Oct 16:47
Compare
Choose a tag to compare
  • remove nulling of Module namespace on restart
  • default to string name for locale
  • add locale feature
  • Merge pull request #58 from euforic/TIMOB-15009
  • remove console logging for debugging
  • [TIMOB-15009] update jsparse-tools to new 0.1.0 and remove var from global variable declarations in app.js
  • Merge pull request #57 from euforic/TIMOB-14489
  • bumb version to 0.1.34
  • [TIMOB-14489] properly shutdown client socket before restart to speedup restart

0.1.33

26 Aug 20:55
Compare
Choose a tag to compare
  • Merge pull request #56 from euforic/TIMOB-14836
  • throw error instead of logging to console when server is unavailalbe
  • Merge pull request #55 from euforic/TIMOB-14489
  • TIMOB-14489 - error with Ti.pump attempting to read stream on close causing reload to hang
  • Merge pull request #54 from euforic/linuxTMPDIR
  • fix pid path unreachable due to permission on linux

0.1.32

08 Aug 01:21
Compare
Choose a tag to compare
  • Merge pull request #53 from euforic/bug/ipdetect
  • bump version
  • fix incorrect resolution of users network ip address

0.1.31

07 Aug 19:30
Compare
Choose a tag to compare
  • cleaned up console log output for fs change events
  • moved pid file deletion into the try catch block when stoping the fs server

0.1.30

07 Aug 01:35
Compare
Choose a tag to compare
  • Merge pull request #51 from euforic/bug/TIMOB-14721
  • ignore try catch response in lex scope and clean up debug output
  • Merge pull request #50 from euforic/bug/TIMOB-14721
  • remove debug code
  • add mising dep
  • grab app.js lexscope vars
  • Merge pull request #48 from euforic/bug/TIMOB-14260
  • bump version
  • extend http request timeout and catch undefined platform in request header

0.1.29

26 Jul 22:25
Compare
Choose a tag to compare
  • TIMOB-13850 : Clicking login on field service app (from Studio Sample) throws error.
  • TIMOB-14226 : building/running fails when LiveView server is not running - subsequently build/run works as expected
  • TIMOB-14262 : Does not trigger code errors
  • TIMOB-14580 : LiveView: Spoof Crittercism function when Liveview is running
  • TIMOB-14645 : KitchenSink app fails to run with liveview enabled
  • TIMOB-14657 : LiveView: File Server unavailable on Android Device
  • Fixed Ti.Include override function not fetching and evaling code