Git Product home page Git Product logo

app's People

Contributors

hpieters avatar ktorz avatar pierregui avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

pierregui abada

app's Issues

Error during navigation on Android

  1 [ERROR] TiExceptionHandler: (main) [10454,44386] ----- Titanium Javascript Runtime Error -----
  2 [ERROR] TiExceptionHandler: (main) [0,44386] - In windowManager.js:1,69
  3 [ERROR] TiExceptionHandler: (main) [1,44387] - Message: Uncaught TypeError: Cannot call method
  4 'push' of undefined
  5 [ERROR] TiExceptionHandler: (main) [0,44387] - Source:
  6 (t)},openWinWithBack:function(e,t){setTitleIfAny(e,t),_groupWindows.push(e),e.
  7 [ERROR] ViewRootImpl: mIsPenSupport: :false
  8 [ERROR] V8Exception: Exception occurred at windowManager.js:1: Uncaught TypeError: Cannot call
  9 method 'push' of undefined
 10 [INFO]  [lib/event] Already tracking an event
 11 [ERROR] TiExceptionHandler: (main) [13412,57799] ----- Titanium Javascript Runtime Error -----
 12 [ERROR] TiExceptionHandler: (main) [1,57800] - In windowManager.js:1,69
 13 [ERROR] TiExceptionHandler: (main) [0,57800] - Message: Uncaught TypeError: Cannot call method
 14 'push' of undefined
 15 [ERROR] TiExceptionHandler: (main) [0,57800] - Source:
 16 (t)},openWinWithBack:function(e,t){setTitleIfAny(e,t),_groupWindows.push(e),e.
 17 [ERROR] ViewRootImpl: mIsPenSupport: :false
 18 [ERROR] V8Exception: Exception occurred at windowManager.js:1: Uncaught TypeError: Cannot call
 19 method 'push' of undefined

Procedure:

  • Start the App
  • Start a new survey
  • Select or Create a profile (both way works)
  • Complete details
  • Do not start survey but press back and stop survey
  • Select any other menu than "surveys"
  • Press back
  • Start a new survey

---> Crash

Impossible to finalize a survey on Android and ios

[ERROR] TiExceptionHandler: (main) [12802,186170] ----- Titanium Javascript Runtime Error -----
[ERROR] TiExceptionHandler: (main) [0,186170] - In alloy/controllers/surveys/done.js:1,69
[ERROR] TiExceptionHandler: (main) [0,186170] - Message: Uncaught TypeError: Cannot read property 'id' of null
[ERROR] TiExceptionHandler: (main) [0,186170] - Source: function t(){r.increase(1);var e=a.getUser();d.fetch();var t=d.get(e.id),i=t.g
[ERROR] ViewRootImpl: mIsPenSupport: :false
[ERROR] V8Exception: Exception occurred at alloy/controllers/surveys/done.js:1: Uncaught TypeError: Cannot read property 'id' of null

Procedure:

  • Start a new survey
  • Select a profile and complete detail
  • Click on "start survey"
  • Wait for the timer to end
  • Click on finalize

---> Crash

Error while stopping the service Track location on Android

[WARN]  W/System.err: java.lang.IllegalArgumentException: connection is null
[WARN]  W/System.err:   at android.app.ContextImpl.unbindService(ContextImpl.java:1738)
[WARN]  W/System.err:   at android.content.ContextWrapper.unbindService(ContextWrapper.java:529)
[WARN]  W/System.err:   at org.appcelerator.titanium.proxy.ServiceProxy.unbindService(ServiceProxy.java:144)
[WARN]  W/System.err:   at org.appcelerator.titanium.proxy.ServiceProxy.stop(ServiceProxy.java:104)
[WARN]  W/System.err:   at org.appcelerator.kroll.runtime.v8.V8Function.nativeInvoke(Native Method)
[WARN]  W/System.err:   at org.appcelerator.kroll.runtime.v8.V8Function.callSync(V8Function.java:57)
[WARN]  W/System.err:   at org.appcelerator.kroll.runtime.v8.V8Function.call(V8Function.java:43)
[WARN]  W/System.err:   at ti.modules.titanium.geolocation.GeolocationModule.getCurrentPosition(GeolocationModule.java:729)
[WARN]  W/System.err:   at org.appcelerator.kroll.runtime.v8.V8Object.nativeFireEvent(Native Method)
[WARN]  W/System.err:   at org.appcelerator.kroll.runtime.v8.V8Object.fireEvent(V8Object.java:62)
[WARN]  W/System.err:   at org.appcelerator.kroll.KrollProxy.doFireEvent(KrollProxy.java:908)
[WARN]  W/System.err:   at org.appcelerator.kroll.KrollProxy.handleMessage(KrollProxy.java:1131)
[WARN]  W/System.err:   at org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:347)
[WARN]  W/System.err:   at android.os.Handler.dispatchMessage(Handler.java:98)
[WARN]  W/System.err:   at android.os.Looper.loop(Looper.java:136)
[WARN]  W/System.err:   at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:112)
[INFO]  ActivityManager: Timeline: Activity_idle id: android.os.BinderProxy@43d6ec68 time:123273757
[ERROR] TiExceptionHandler: (main) [137,89186] ----- Titanium Javascript Runtime Error -----
[ERROR] TiExceptionHandler: (main) [0,89186] - In surveyManager.js:1,69
[ERROR] TiExceptionHandler: (main) [0,89186] - Message: Uncaught Error: connection is null
[ERROR] TiExceptionHandler: (main) [0,89186] - Source: top current survey"),!0&&serviceTrack.service&&serviceTrack.service.stop(),sur
[ERROR] ViewRootImpl: mIsPenSupport: :false
[ERROR] V8Exception: Exception occurred at surveyManager.js:1: Uncaught Error: connection is null

Procedure :

  • Start a new survey
  • Select a profile and complete detail
  • Click on "start survey"
  • Wait for the timer to end
  • Click on finalize

---> Crash sometimes with the above error.

Version 1.0

Getting Ocean Cleanup iOS application to fully work on Android, with Titanium.

  • Porting interface and modules to Android
  • Navigation in windows
  • Drawer menu
  • Specific assets files

Porting logic and specific behaviours to Android

  • GPS tracking
  • Custom settings
  • Remove heavy processes (mostly animations)

Tests, release and bug fixes

  • Full testing on Android platform
  • Fix all reported bugs related to Android specific platform
  • Release app to Google Play Store

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.