TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View

Results 84 TourGuide issues
Sort by recently updated
recently updated
newest added

The tooltip is flickering in a unpleasant way for one second after being displayed. See video capture here: https://mega.nz/#!qd8VQL4R!Z7hHVl5J8Oa_EAuynUXBI-HYsMrCJ1AVrbbw2tYJXw0 This occurs on both my test devices (Android 6.0.1 and 4.4.4)....

This pull request is focused on resolving occurrences of Sonar rule squid:S1213 The members of an interface declaration or class should appear in a pre-defined order You can find more...

This pull request is focused on resolving occurrences of Sonar rule squid:S1192 String literals should not be duplicated You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1192 Please let...

Hi, I have seen that the current code has Overlay with disableClickThroughHole, but the gradle version doesn't have that code ? so when we can expect that version for availability...

hihi, Awesome library! Have a look at the changes! Regards, workerApe

- allow for disabling click through the overlay hole - allow for no overlay hole - set custom view in ToolTip - hide ToolTip title or description depending on if...

java.lang.OutOfMemoryError: Failed to allocate a 8294412 byte allocation with 16777216 free bytes and 130MB until OOM at dalvik.system.VMRuntime.newNonMovableArray(Native Method) at android.graphics.Bitmap.nativeCreate(Native Method) at android.graphics.Bitmap.createBitmap(Bitmap.java:939) at android.graphics.Bitmap.createBitmap(Bitmap.java:912) at android.graphics.Bitmap.createBitmap(Bitmap.java:879) at tourguide.tourguide.FrameLayoutWithHole.init(FrameLayoutWithHole.java:122)...

bug

Hello!!! Thanks your repository,it helps me a lot!!! I have a problem, when I show all TourGuide in sequence,how do I cleanup the sequence? Does it have function like "mTourGuideHandler.cleanUp()"...

Hi, I have noticed something which may or may not be a bug. If a person rapidly clicks through the tourguide sequence (without waiting for next animation to appear) then...

in a sequence (only tested ContinueMethod.OverlayListener) fast clicks didn't remove the overlay correctly. therefore the UI was not useable anymore. this fixes "very" fast click through several tourguide steps. This...