marcocorvi / topodroid

TopoDroid code base
https://sites.google.com/site/speleoapps/
GNU General Public License v3.0
54 stars 26 forks source link

"Split sketch" not adding symbols in new sketch #102

Closed rsevero closed 5 months ago

rsevero commented 7 months ago

Describe the bug "Split sketch" not adding symbols in new sketch.

To Reproduce Steps to reproduce the behavior:

  1. Open to a sketch.
  2. Click on "Rename/delete" in the "3 dots" menu
  3. Change the name of the sketch
  4. Click on "Split"
  5. Draw a line around some symbols in the sketch
  6. See that the symbols disappear from the original sketch as intended
  7. Open the new sketch
  8. See that it is empty.

Expected behavior The new sketch should have the symbols that were removed from the original sketch.

Device:

Additional context If I set "Copy items" in the "Rename/delete" dialog, the selected symbols are not deleted from the original sketch but they still don't appear in the new sketch.

rsevero commented 7 months ago

Apparently the issue was with the debug version I installed from Android Studio. Sorry for the noise.

marcocorvi commented 7 months ago

pleaae, solve all the issues that arise with the debug version you install from android studio: find the cause of the problem, and submit a patch for the sources or for the android studio project.

On Thu, Apr 18, 2024, 02:25 Rodrigo Severo @.***> wrote:

Apparently the issue was with the debug version I installed from Android Studio. Sorry for the noise.

— Reply to this email directly, view it on GitHub https://github.com/marcocorvi/topodroid/issues/102#issuecomment-2062769788, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXMYC7Z4XGO4DI4LH7PAP3Y54HGLAVCNFSM6AAAAABGMAPVX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRSG43DSNZYHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rsevero commented 7 months ago

pleaae, solve all the issues that arise with the debug version you install from android studio: find the cause of the problem, and submit a patch for the sources or for the android studio project.

I will try but I have no experience with Java, nor with Android development and neither with Android Studio so these strange errors are hard to track.