ADFA-2788 Change warning message from AndroidIDE to Code On the Go#977
Conversation
…gsender's strings.xml where possible
📝 WalkthroughRelease NotesChanges
Files Modified
Considerations
WalkthroughThis pull request updates application branding and notification strings across the logsender service and tooling API modules. Hardcoded notification values are replaced with string resources, and all references to "AndroidIDE" are updated to "Code On The Go" throughout the codebase. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
logsender/src/main/java/com/itsaky/androidide/logsender/LogSenderService.java (1)
37-37:⚠️ Potential issue | 🟡 MinorJavadoc still references "AndroidIDE".
The class-level Javadoc on line 37 says "sends logs to AndroidIDE" — should be updated to "Code On The Go" for consistency with the rest of this PR.
-/** - * A {`@link` Service} which runs in the background and sends logs to AndroidIDE. +/** + * A {`@link` Service} which runs in the background and sends logs to Code On The Go.
Changed AndroidIDE to CodeOnTheGo in some debug messages
Moved to logsender's strings.xml where possible