SDKMonitor
SDKMonitor copied to clipboard
App stores
It seems like a great app, but unfortunately it is not in any app stores, which hinders findability, even for developers. Here are some I would suggest, from easiest to hardest:
Soon. I wanted to play with breaking changes and wait for the first users before putting it there. I think when I implement everything you asked it will be ready for the stores.
I opened a Request For Packaging on the F-Droid side here. Do not hesitate to join the discussion ;)
Yeah, I support it, and I still have no idea what to do to get it included in F-Droid. I don't understand what I need to do.
Debug application shows when system app enable else not please solve this
@Zebra67 Perhaps you mean #11?
sorry I tried old version without base view version, in that debugged apps not showing ,debugged apps only showing when system app toggle is enable
On Fri, 12 Apr, 2019, 2:41 PM Madis, [email protected] wrote:
@Zebra67 https://github.com/Zebra67 Perhaps you mean #11 https://github.com/bernaferrari/SDKMonitor/issues/11?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bernaferrari/SDKMonitor/issues/2#issuecomment-482500478, or mute the thread https://github.com/notifications/unsubscribe-auth/AnhBz5a8PVLiLVkZvyfvs-N6eN6wZmzkks5vgE3CgaJpZM4YF7-k .
I don't understand, is that fixed for you?
I will try new version then I tell you
On Fri, 12 Apr, 2019, 8:31 PM Bernardo Ferrari, [email protected] wrote:
I don't understand, is that fixed for you?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bernaferrari/SDKMonitor/issues/2#issuecomment-482607566, or mute the thread https://github.com/notifications/unsubscribe-auth/AnhBz9dgtmTX4Qchxjq9dbRUAuut_Zclks5vgJ_CgaJpZM4YF7-k .
Sir, how to call Logfragment from any other activity? I want to hide Logfragment from bottombar and call from settings
You remove it from menu xml and add to settings an item. I'm using navigation library with single activity, so you just need to follow this :
https://developer.android.com/guide/navigation/
how to call settingsfragment I tried StartActivity(Mainactivity.class,Settingsfragment.class) but not work
On Sat, 13 Apr, 2019, 6:05 PM Bernardo Ferrari, [email protected] wrote:
You remove it from menu xml and add to settings an item. I'm using navigation library with single activity, so you just need to follow this :
https://developer.android.com/guide/navigation/
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bernaferrari/SDKMonitor/issues/2#issuecomment-482805401, or mute the thread https://github.com/notifications/unsubscribe-auth/AnhBzxKRZ--PRr9qqjw1Pp2Bn5Zj7S7vks5vgc8fgaJpZM4YF7-k .
You don't, since all is fragment. You need to add an action on navigation and then call View.findNavController.navigate(R.id.actionName)
On Sat, Apr 13, 2019, 09:44 Zebra [email protected] wrote:
how to call settingsfragment I tried StartActivity(Mainactivity.class,Settingsfragment.class) but not work
On Sat, 13 Apr, 2019, 6:05 PM Bernardo Ferrari, [email protected] wrote:
You remove it from menu xml and add to settings an item. I'm using navigation library with single activity, so you just need to follow this :
https://developer.android.com/guide/navigation/
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/bernaferrari/SDKMonitor/issues/2#issuecomment-482805401 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AnhBzxKRZ--PRr9qqjw1Pp2Bn5Zj7S7vks5vgc8fgaJpZM4YF7-k
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bernaferrari/SDKMonitor/issues/2#issuecomment-482805930, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVblXLF2RIcsyh8pkboUSFqN0UdYIYKks5vgdEZgaJpZM4YF7-k .