Skip to content

Commit af4022c

Browse files
authored
Merge pull request #22 from Countly/android_recommends
[Android] Change recommended code snippets
2 parents e4e1b0a + 44331a6 commit af4022c

File tree

6 files changed

+135
-171
lines changed

6 files changed

+135
-171
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
XX.XX.X
2-
* For events, warning added for the negative count.
2+
* For events, warning added for the negative count.
3+
* Updated Android SDK with the latest methods.
4+
* Refreshed server URL and app key placeholders.
5+
* Enhanced push integration with the latest Android SDK calls.
6+
* Streamlined Android SDK integration steps for the current version.

css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,9 @@ legend {
315315
}
316316

317317
.advanced-list{display: none;}
318-
.advanced span.label {cursor:pointer;}
318+
.advanced span.label {cursor:pointer;}
319+
320+
.disabled {
321+
opacity: 0.5;
322+
pointer-events: none; /* Prevents interaction */
323+
}

0 commit comments

Comments
 (0)