Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visual glitches on 4.0.4 #350

Closed
binarybucks opened this issue Mar 29, 2016 · 14 comments
Closed

visual glitches on 4.0.4 #350

binarybucks opened this issue Mar 29, 2016 · 14 comments
Labels

Comments

@binarybucks
Copy link

On the MAP: Sliding in the menu from the left does not work well, the menu panel is not completely visible (only partly visible), 90% of the panel is transparent!

@eghetto
Copy link

eghetto commented Mar 29, 2016

It's totaly weird: On the native system screenshot it looks lovely but the real screen is broken... Please refer to both attachments:

Might be my individual issue...
glitch
screenshot_2016-03-29-19-31-26

@binarybucks
Copy link
Author

Looks more like a GPU bug to me to be honest.
Do the other pages look ok or do they have similar glitches?

@eghetto
Copy link

eghetto commented Mar 29, 2016

other Screens are all fine!

Am 29. März 2016 20:02:53 schrieb Alexander Rust notifications@github.com:

Looks more like a GPU bug to me to be honest.
Do the other pages look ok or do they have similar glitches?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#350 (comment)

@binarybucks
Copy link
Author

The map is rendered with GPU support and OpenGL so this might be a cause. I'll look into it.

@binarybucks
Copy link
Author

Similar issue reported in https://community.owntracks.org/topic/143/stuck-on-map-screen

binarybucks pushed a commit that referenced this issue Mar 31, 2016
Improved map follow behavior (#352), fixed crt import for some content
providers (#339), fixed missing actionbar on lower APIs (#350), fixed
Google Play services check on startup
@binarybucks
Copy link
Author

Hopefully fixed in next release. Could you please report back if the issue is fixed?

@eghetto
Copy link

eghetto commented Apr 3, 2016

sorry, the last Version Crashes on Start, nullpointer exception... Sent
the report, is there anything else I can help with on that issue?

Am 3. April 2016 16:23:45 schrieb Alexander Rust notifications@github.com:

Hopefully fixed in next release. Could you please report back if the issue
is fixed?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#350 (comment)

@binarybucks
Copy link
Author

Ironically, you've hit a bug in the Google Support library that should make things backwards compatible on older versions of Android. I might have found a way to work around this.

Could you subscribe to the beta channel at https://play.google.com/apps/testing/org.owntracks.android ? I'll push a new version for you to try.

@binarybucks binarybucks reopened this Apr 3, 2016
@eghetto
Copy link

eghetto commented Apr 3, 2016

Done, I'm a tester now :-)

Am 3. April 2016 18:34:29 schrieb Alexander Rust notifications@github.com:

Ironically, you've hit a bug in the Google Support library that should make
things backwards compatible on older versions of Android. I might have
found a way to work around this.

Could you subscribe to the beta channel at
https://play.google.com/apps/testing/org.owntracks.android ? I'll push a
new version for you to try.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#350 (comment)

@eghetto
Copy link

eghetto commented Apr 4, 2016

0.6.12 still crashes on start

@binarybucks
Copy link
Author

0.6.13 is on the way to hopefully fix all that ;)

@eghetto
Copy link

eghetto commented Apr 4, 2016

sorry, no relief with 0.6.13 :( still crashes on start

@binarybucks
Copy link
Author

That thing is like a mine field.
Please give 0.6.14 a try.

@eghetto
Copy link

eghetto commented Apr 4, 2016

thanks Alexander! 0.6.14 works as expected and does not crash on start! but the visual anomaly on the map still persists :( It doesn't bother me that much, though. I can work around it. Not sure whether you want to "waste" your time on that issue any longer - just for the backwards compatibility sake...

mrdon pushed a commit to mrdon/android that referenced this issue Aug 11, 2016
Improved map follow behavior (owntracks#352), fixed crt import for some content
providers (owntracks#339), fixed missing actionbar on lower APIs (owntracks#350), fixed
Google Play services check on startup
nma83 pushed a commit to nma83/android that referenced this issue Sep 3, 2016
Refactored launcher activity for setup

Refactored wizzard activity

Added Play Services checks

general fixes

Improved map follow behavior (owntracks#352), fixed crt import for some content
providers (owntracks#339), fixed missing actionbar on lower APIs (owntracks#350), fixed
Google Play services check on startup

Fixed region action mode colors and behavior

Fixed bottom sheet

Gradle fixes (owntracks#360)

* Fix error running ./gradlew from command-line.

These changes were generated automatically by running:

    .../android-studio/gradle/gradle-2.10/bin/gradle wrapper

Previously. gradle-wrapper.jar was missing from the repo, so running
"./gradlew" would produce an error:

    Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

* Use secure connection to access gradle repositories (HTTPS).

ignore backups

new versions

sample code to get a widget created

got location into widget textview

refactored widget logic into ServiceWidget

Store list of waypoints per contact and crude distance computation

logs

Added StackView and moving to adaptor based updates

basic setup for the StackView in widget

restructuring progress rendering

first cut working version of widget

added better resources and widget preview

widget UI tweaks

cleaned up log prints

Tweaked widget UI to show geo-coded location

Adding support for incremental waypoint updates

Setting the right topic for remote command requesting other user's waypoints
nma83 pushed a commit to nma83/android that referenced this issue Jan 1, 2017
Refactored launcher activity for setup

Refactored wizzard activity

Added Play Services checks

general fixes

Improved map follow behavior (owntracks#352), fixed crt import for some content
providers (owntracks#339), fixed missing actionbar on lower APIs (owntracks#350), fixed
Google Play services check on startup

Fixed region action mode colors and behavior

Fixed bottom sheet

Gradle fixes (owntracks#360)

* Fix error running ./gradlew from command-line.

These changes were generated automatically by running:

    .../android-studio/gradle/gradle-2.10/bin/gradle wrapper

Previously. gradle-wrapper.jar was missing from the repo, so running
"./gradlew" would produce an error:

    Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

* Use secure connection to access gradle repositories (HTTPS).

ignore backups

new versions

sample code to get a widget created

got location into widget textview

refactored widget logic into ServiceWidget

Store list of waypoints per contact and crude distance computation

logs

Added StackView and moving to adaptor based updates

basic setup for the StackView in widget

restructuring progress rendering

first cut working version of widget

added better resources and widget preview

widget UI tweaks

cleaned up log prints

Tweaked widget UI to show geo-coded location

Adding support for incremental waypoint updates

Setting the right topic for remote command requesting other user's waypoints
nma83 pushed a commit to nma83/android that referenced this issue Jan 1, 2017
Refactored launcher activity for setup

Refactored wizzard activity

Added Play Services checks

general fixes

Improved map follow behavior (owntracks#352), fixed crt import for some content
providers (owntracks#339), fixed missing actionbar on lower APIs (owntracks#350), fixed
Google Play services check on startup

Fixed region action mode colors and behavior

Fixed bottom sheet

Gradle fixes (owntracks#360)

* Fix error running ./gradlew from command-line.

These changes were generated automatically by running:

    .../android-studio/gradle/gradle-2.10/bin/gradle wrapper

Previously. gradle-wrapper.jar was missing from the repo, so running
"./gradlew" would produce an error:

    Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

* Use secure connection to access gradle repositories (HTTPS).

ignore backups

new versions

sample code to get a widget created

got location into widget textview

refactored widget logic into ServiceWidget

Store list of waypoints per contact and crude distance computation

logs

Added StackView and moving to adaptor based updates

basic setup for the StackView in widget

restructuring progress rendering

first cut working version of widget

added better resources and widget preview

widget UI tweaks

cleaned up log prints

Tweaked widget UI to show geo-coded location

Adding support for incremental waypoint updates

Setting the right topic for remote command requesting other user's waypoints
nma83 pushed a commit to nma83/android that referenced this issue Aug 3, 2019
Improved map follow behavior (owntracks#352), fixed crt import for some content
providers (owntracks#339), fixed missing actionbar on lower APIs (owntracks#350), fixed
Google Play services check on startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants