bernaferrari / SDKMonitor

App to display and monitor the targetSDK from installed apps.
Apache License 2.0
131 stars 12 forks source link

App stores #2

Open Madis0 opened 5 years ago

Madis0 commented 5 years ago

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:

bernaferrari commented 5 years ago

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.

Poussinou commented 5 years ago

I opened a Request For Packaging on the F-Droid side here. Do not hesitate to join the discussion ;)

bernaferrari commented 5 years ago

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.

Zebra67 commented 5 years ago

Debug application shows when system app enable else not please solve this

Madis0 commented 5 years ago

@Zebra67 Perhaps you mean #11?

Zebra67 commented 5 years ago

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, notifications@github.com 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 .

bernaferrari commented 5 years ago

I don't understand, is that fixed for you?

Zebra67 commented 5 years ago

I will try new version then I tell you

On Fri, 12 Apr, 2019, 8:31 PM Bernardo Ferrari, notifications@github.com 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 .

Zebra67 commented 5 years ago

Sir, how to call Logfragment from any other activity? I want to hide Logfragment from bottombar and call from settings

bernaferrari commented 5 years ago

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/

Zebra67 commented 5 years ago

how to call settingsfragment I tried StartActivity(Mainactivity.class,Settingsfragment.class) but not work

On Sat, 13 Apr, 2019, 6:05 PM Bernardo Ferrari, notifications@github.com 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 .

bernaferrari commented 5 years ago

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 notifications@github.com 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, notifications@github.com 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 .