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

v2.12.3: "Share into" launcher shortcut crashing #2371

Open
4 tasks done
anlar opened this issue Jul 27, 2024 · 7 comments
Open
4 tasks done

v2.12.3: "Share into" launcher shortcut crashing #2371

anlar opened this issue Jul 27, 2024 · 7 comments
Labels

Comments

@anlar
Copy link

anlar commented Jul 27, 2024

⚠️ This issue respects the following points: ⚠️

  • This is a bug. Not a question or feature request.
  • The topic is not already reported at Issues. (I've searched it).
  • Markor is up to date. See Releases for the latest version. Updates are available from F-Droid and GitHub.
  • The bug is still present in the latest development version (git master). (Please download and try the test version of Markor, named Marder. Don't worry; Markor and Marder appear as completely separate applications. You can install both side-by-side, and Markor settings are not touched. In case the issue is resolved there, you don't need to create a bug report. The change will be part of the next Markor update.)

Description

After update from v2.12.2 to v2.12.3 "Share into" launcher become broken. I click on it, quick animation of its trying to open screen appears, and then nothing happens.

Reproduced in both Fdroid version and nightly build.

Screen_Recording_20240730_102444_One.UI.Home.mp4

Steps to reproduce

  1. In Markor settings enable "Launcher" option.
  2. Add "Share into" launcher to home screen.
  3. Open "Share into".

AR: quick animation appears, but window not opened.
ER: open share into screen.

Information

Android version: 14
Device: Samsung Galaxy A55
App Version: 2.12.3
Nightly App Version: net.gsantner.markor-v153-2.12.4-flavorAtest-debug.apk

Source

F-Droid

Format / File type

Not specific

Additional info / Log

07-29 17:54:03.487 27781 27781 I ViewRootImpl@cd11a15[MainActivity]: stopped(true) old = false
07-29 17:54:03.487 27781 27781 D ViewRootImpl@cd11a15[MainActivity]: WindowStopped on net.gsantner.markor/net.gsantner.markor.activity.MainActivity set to true
07-29 17:54:03.488 27781 27871 D OpenGLRenderer: CacheManager::trimMemory(20)
07-29 17:54:15.568 27781 27781 I DecorView: setWindowBackground: isPopOver=false color=ffeeeeee d=android.graphics.drawable.ColorDrawable@d10dcde
07-29 17:54:15.582 27781 27781 I DecorView: setWindowBackground: isPopOver=false color=ffeeeeee d=android.graphics.drawable.ColorDrawable@b498cc1
07-29 17:54:15.622 27781 27835 W cr_media: BLUETOOTH_CONNECT permission is missing.
07-29 17:54:15.626 27781 27835 W cr_media: getBluetoothAdapter() requires BLUETOOTH permission
07-29 17:54:15.626 27781 27835 W cr_media: registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
07-29 17:54:15.632 27781 27781 W cr_AwContents: WebView.destroy() called while WebView is still attached to window.
07-29 17:54:15.641 27781 27781 W cr_AwContents: WebView.destroy() called while WebView is still attached to window.
07-29 17:54:15.646 27781 27990 D libEGL  : dlopen (libGLESv2_samsung.so) success at 0xd8e45d42718d69bb
07-29 17:54:15.646 27781 27781 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@8eb76cd
07-29 17:54:15.649 27781 27871 D OpenGLRenderer: CacheManager::trimMemory(20)
07-29 17:54:15.650 27781 27781 I ViewRootImpl@cd11a15[MainActivity]: dispatchDetachedFromWindow
07-29 17:54:15.652 27781 27781 D InputTransport: Input channel destroyed: 'd5166dd', fd=163
07-29 17:54:15.663 27781 27781 E chromium: [ERROR:aw_browser_terminator.cc(166)] Renderer process (27823) crash detected (code -1).
07-29 17:54:15.681 27781 27871 D OpenGLRenderer: CacheManager::trimMemory(40)
07-29 17:54:15.683 27781 27871 D OpenGLRenderer: RenderThread::destroyRenderingContext()

And each time I try to open share into after that:

07-29 17:54:43.898 27781 27871 D libEGL  : dlopen (libGLESv2_samsung.so) success at 0xd8e45d42718d69bb
07-29 17:54:43.930 27781 27781 I DecorView: setWindowBackground: isPopOver=false color=ffeeeeee d=android.graphics.drawable.ColorDrawable@4b01b46
07-29 17:54:43.958 27781 27781 I DecorView: setWindowBackground: isPopOver=false color=ffeeeeee d=android.graphics.drawable.ColorDrawable@7b07ed0
07-29 17:54:44.163 27781 27871 D OpenGLRenderer: CacheManager::trimMemory(40)
07-29 17:54:44.163 27781 27871 D OpenGLRenderer: RenderThread::destroyRenderingContext()
@gsantner

This comment was marked as outdated.

@anlar

This comment was marked as outdated.

@gsantner

This comment was marked as outdated.

@anlar
Copy link
Author

anlar commented Jul 30, 2024

Yes, editor and viewer screens works fine in Markor itself (for both todo and markdown files).

Attached video with issue.

Screen_Recording_20240730_102444_One.UI.Home.mp4

@SebJM

This comment was marked as duplicate.

@gsantner
Copy link
Owner

Thank you for the video. This is why describing issues best you can is important. It helps a lot if you add picture or video, makes it more likely to understand what you mean.

I thought you generally speak about ShareInto (when you share....something from browser to Markor) i.e.

I see that it's crashing here too. Probably related to @harshad1 recent changes to the activity launchers

@gsantner gsantner added the bug label Jul 30, 2024
@gsantner gsantner changed the title v2.12.3: "Share into" launcher not working v2.12.3: "Share into" launcher shortcut not working Jul 30, 2024
@gsantner gsantner changed the title v2.12.3: "Share into" launcher shortcut not working v2.12.3: "Share into" launcher shortcut crashing Jul 30, 2024
@TruongNguyen5395
Copy link

I experienced this issue too in my Z fold 5, One UI

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

4 participants