immopoly / android

The Android client app
http://immopoly.appspot.com
Apache License 2.0
15 stars 4 forks source link

Sprung nach Notification in App #50

Closed mrschtief closed 12 years ago

mrschtief commented 12 years ago

es gibt jetzt nicht nur bei Wohnungsübernahme sondern auch bei vermietung eine notification siehe

https://github.com/immopoly/appengine/issues/9

wenn man diese im android client aktiviert, landet man auf der Karte, man sollte in der history landen, auch der type sollte auf 2 erkannt werden.

mrschtief commented 12 years ago

http://immopoly.org/apk/immopoly-android-1.0.0-SNAPSHOT.apk

Gleich den ersten Force Close nach dem Start, "You are only allowed to have a single MapView in a MapActivity"

liegt das eventuell an tobis fixes für

https://github.com/immopoly/android/issues/50

01-26 14:43:32.226 I/IMPO ( 1760): MapFragment.onDestroyView 01-26 14:43:32.296 D/dalvikvm( 1760): GC_CONCURRENT freed 499K, 4% free 16504K/17095K, paused 5ms+4ms 01-26 14:43:32.320 D/AndroidRuntime( 1760): Shutting down VM 01-26 14:43:32.320 W/dalvikvm( 1760): threadid=1: thread exiting with uncaught exception (group=0x40a6b1f8) 01-26 14:43:32.335 E/AndroidRuntime( 1760): FATAL EXCEPTION: main 01-26 14:43:32.335 E/AndroidRuntime( 1760): android.view.InflateException: Binary XML file line #17: Error inflating class com.google.android.maps.MapView 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.createView(LayoutInflater.java:606) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.rInflate(LayoutInflater.java:739) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.inflate(LayoutInflater.java:489) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.inflate(LayoutInflater.java:396) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at org.immopoly.android.adapter.PortfolioFlatsAdapter.getView(PortfolioFlatsAdapter.java:93)

01-26 14:43:32.335 E/AndroidRuntime( 1760): Caused by: java.lang.IllegalStateException: You are only allowed to have a single MapView in a MapActivity 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapActivity.setupMapView(MapActivity.java:397) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapView.(MapView.java:289) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapView.(MapView.java:264)

tobibo commented 12 years ago

Kann ich mir grade nicht erklren, werde es morgen frh mal testen, kannst du mir ja evtl. nochmal zeigen spter beim twitter event.

On Thu, Jan 26, 2012 at 3:12 PM, Mister Scthief < reply@reply.github.com

wrote:

http://immopoly.org/apk/immopoly-android-1.0.0-SNAPSHOT.apk

Gleich den ersten Force Close nach dem Start, "You are only allowed to have a single MapView in a MapActivity"

liegt das eventuell an tobis fixes fr

https://github.com/immopoly/android/issues/50

01-26 14:43:32.226 I/IMPO ( 1760): MapFragment.onDestroyView 01-26 14:43:32.296 D/dalvikvm( 1760): GC_CONCURRENT freed 499K, 4% free 16504K/17095K, paused 5ms+4ms 01-26 14:43:32.320 D/AndroidRuntime( 1760): Shutting down VM 01-26 14:43:32.320 W/dalvikvm( 1760): threadid=1: thread exiting with uncaught exception (group=0x40a6b1f8) 01-26 14:43:32.335 E/AndroidRuntime( 1760): FATAL EXCEPTION: main 01-26 14:43:32.335 E/AndroidRuntime( 1760): android.view.InflateException: Binary XML file line #17: Error inflating class com.google.android.maps.MapView 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.createView(LayoutInflater.java:606) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.rInflate(LayoutInflater.java:739) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.inflate(LayoutInflater.java:489) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.inflate(LayoutInflater.java:396) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at

org.immopoly.android.adapter.PortfolioFlatsAdapter.getView(PortfolioFlatsAdapter.java:93)

01-26 14:43:32.335 E/AndroidRuntime( 1760): Caused by: java.lang.IllegalStateException: You are only allowed to have a single MapView in a MapActivity 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapActivity.setupMapView(MapActivity.java:397) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapView.(MapView.java:289) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapView.(MapView.java:264)


Reply to this email directly or view it on GitHub: https://github.com/immopoly/android/issues/50#issuecomment-3669369

mrschtief commented 12 years ago

ok bis gleich

On Thu, Jan 26, 2012 at 5:32 PM, tosa reply@reply.github.com wrote:

Kann ich mir grade nicht erklren, werde es morgen frh mal testen, kannst du mir ja evtl. nochmal zeigen spter beim twitter event.

On Thu, Jan 26, 2012 at 3:12 PM, Mister Scthief < reply@reply.github.com

wrote:

http://immopoly.org/apk/immopoly-android-1.0.0-SNAPSHOT.apk

Gleich den ersten Force Close nach dem Start, "You are only allowed to have a single MapView in a MapActivity"

liegt das eventuell an tobis fixes fr

https://github.com/immopoly/android/issues/50

01-26 14:43:32.226 I/IMPO    ( 1760): MapFragment.onDestroyView 01-26 14:43:32.296 D/dalvikvm( 1760): GC_CONCURRENT freed 499K, 4% free 16504K/17095K, paused 5ms+4ms 01-26 14:43:32.320 D/AndroidRuntime( 1760): Shutting down VM 01-26 14:43:32.320 W/dalvikvm( 1760): threadid=1: thread exiting with uncaught exception (group=0x40a6b1f8) 01-26 14:43:32.335 E/AndroidRuntime( 1760): FATAL EXCEPTION: main 01-26 14:43:32.335 E/AndroidRuntime( 1760): android.view.InflateException: Binary XML file line #17: Error inflating class com.google.android.maps.MapView 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.createView(LayoutInflater.java:606) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.rInflate(LayoutInflater.java:739) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.inflate(LayoutInflater.java:489) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at android.view.LayoutInflater.inflate(LayoutInflater.java:396) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at

org.immopoly.android.adapter.PortfolioFlatsAdapter.getView(PortfolioFlatsAdapter.java:93)

01-26 14:43:32.335 E/AndroidRuntime( 1760): Caused by: java.lang.IllegalStateException: You are only allowed to have a single MapView in a MapActivity 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapActivity.setupMapView(MapActivity.java:397) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapView.(MapView.java:289) 01-26 14:43:32.335 E/AndroidRuntime( 1760): at com.google.android.maps.MapView.(MapView.java:264)


Reply to this email directly or view it on GitHub: https://github.com/immopoly/android/issues/50#issuecomment-3669369


Reply to this email directly or view it on GitHub: https://github.com/immopoly/android/issues/50#issuecomment-3671641

tobibo commented 12 years ago

Habe es gerade noch mal getestet, schein so als wenn der bild vom bottler nicht die richtigen keys hat, also bekomme da auch gar keine daten von immoscout. http://immopoly.org/apk/immopoly-android-1.0.0-SNAPSHOT.apk

@keyboardsurfer hatte die neuen daten ja mal rumgeschickt

Selbst wenn wir keine Daten von immoscout bekommen, sollte die app nicht abstürzen. Ich schaue es mir mal an, aber evtl. noch wer :)

mrschtief commented 12 years ago

also laut log bekomme ich daten, aber halt die exception mit der mapview

2012/1/28 tosa reply@reply.github.com:

Habe es gerade noch mal getestet, schein so als wenn der bild vom bottler nicht die richtigen keys hat, also bekomme da auch gar keine daten von immoscout. http://immopoly.org/apk/immopoly-android-1.0.0-SNAPSHOT.apk

@keyboardsurfer hatte die neuen daten ja mal rumgeschickt

Selbst wenn wir keine Daten von immoscout bekommen, sollte die app nicht abstürzen. Ich schaue es mir mal an, aber evtl. noch wer :)


Reply to this email directly or view it on GitHub: https://github.com/immopoly/android/issues/50#issuecomment-3701633

tobibo commented 12 years ago

kann man sehen ob der build vom richtigen branch gemacht wird? Meine nderungen sind im develop branch. Wenn ich aus eclipse installiere luft die app ohne probleme.

2012/1/28 Mister Scthief < reply@reply.github.com

also laut log bekomme ich daten, aber halt die exception mit der mapview

2012/1/28 tosa reply@reply.github.com:

Habe es gerade noch mal getestet, schein so als wenn der bild vom bottler nicht die richtigen keys hat, also bekomme da auch gar keine daten von immoscout. http://immopoly.org/apk/immopoly-android-1.0.0-SNAPSHOT.apk

@keyboardsurfer hatte die neuen daten ja mal rumgeschickt

Selbst wenn wir keine Daten von immoscout bekommen, sollte die app nicht abstrzen. Ich schaue es mir mal an, aber evtl. noch wer :)


Reply to this email directly or view it on GitHub: https://github.com/immopoly/android/issues/50#issuecomment-3701633


Reply to this email directly or view it on GitHub: https://github.com/immopoly/android/issues/50#issuecomment-3701746