[android-developers] Google App Invites got my app flagged as a Trojan by McAfee, Verizon, Samsung

2016-02-24 Thread Mind
What did I do wrong ? I added Google App invites. Tested it and it works fine. Then I pushed out a release and got a flood of messages from my users (I am an Indie) saying the app was being reported as a Trojan by their AV app. I checked and Verizon and Samsung are both using the McAfee engin

[android-developers] Re: onLongClickListener is driving me batshit crazy

2013-05-21 Thread Mind
Filed : 55676 <https://code.google.com/p/android/issues/detail?id=55676> On Tuesday, May 21, 2013 11:35:57 PM UTC-4, Mind wrote: > > Figured this out. > > Updating a TextView's text rapidly (more than 2 times/sec) will break ANY > ListView Adapter's onLongClickLis

[android-developers] Re: onLongClickListener is driving me batshit crazy

2013-05-21 Thread Mind
Figured this out. Updating a TextView's text rapidly (more than 2 times/sec) will break ANY ListView Adapter's onLongClickListener in some other part of the layout. If I ever find the Android developer responsible for that one.. -- -- You received this message because you are subscribed

[android-developers] Re: onLongClickListener is driving me batshit crazy

2013-05-17 Thread Mind
ected void UpdateTimer() { // update timer text view startTimer(); } Here is the HORRID part: If I set the timer interval to 500msec the onLongClickListener works! But it does not work at 200msec ! WTF ? Ideas ? On Friday, May 17, 2013 10:05:10 AM UTC-4, Mind

[android-developers] onLongClickListener is driving me batshit crazy

2013-05-17 Thread Mind
I have two activities. Each activity has a viewpager. The adapter for each viewpager instantiates a number of views. One of the views (let's call it ViewA) is a custom listview which populates itself with data from the internet. ViewA is instantiated in each Activity's ViewPager's Adapter an

[android-developers] ANR from internal function

2013-03-21 Thread Mind
Hi, I have implemented a 2D game using SurfaceView + GameThread (does nothing atm) + ViewThread pattern that calls a draw method on the SurfaceView. However, it randomly stops redrawing the screen. "Randomly" means it can take up to several minutes of play to freeze. Other things like timers/

Re: [android-developers] getExternalStorageDirectory() behaves differently on Jelly Bean 4.2

2013-01-02 Thread Mind
I ended up using the following: if (android.os.Environment.getExternalStorageState().equals(android.os.Environment.MEDIA_MOUNTED)) cacheDir=new File(android.os.Environment.getExternalStorageDirectory().getAbsolutePath(), context.getString(R.string.app_name_for_SharedPrefs));

[android-developers] Re: Relative layout : how to horizontally center align 2 children.

2012-11-08 Thread mind riot
It can be done without sub-layouts. Two views: http://stackoverflow.com/a/13280255/1011746 Three views: http://stackoverflow.com/a/13279846/1011746 On Tuesday, April 10, 2012 1:54:33 AM UTC-5, Zsolt Vasvari wrote: > > AFAIK, you cannot. You will have to frame them using a sub-layout. > > On Mo

[android-developers] N7 double loading activities in portrait mode only

2012-11-06 Thread Mind
I have an app that I can run in either landscape or portrait mode. The user can also disable landscape mode on tablets. On phones it runs in portrait only. On startup, it logs into a server. While doing so, it displays status messages by updating a textview. What I see on the N7 in portrait

Re: [android-developers] Seeing wierd things with JB on Nexus 7 and timers/activities

2012-07-18 Thread Mind
Ok, I figured this one out. Thank you for all the help! Comments: 1) JB seems to start two copies of an activity and then kill one. I was not explicitly killing my timers (implemented using Runnable) in the onDestroy() method. 2) Since the timer was not killed, my guess is the extra Activity

Re: [android-developers] Seeing wierd things with JB on Nexus 7 and timers/activities

2012-07-18 Thread Mind
Activity_GameScreen might already be running, consider adding > FLAG_ACTIVITY_REORDER_TO_FRONT to your Intent to bring the existing > activity to the foreground, rather than creating a new instance. > > On Wed, Jul 18, 2012 at 9:31 AM, Mind wrote: > > Debugged some more. This is n

Re: [android-developers] Seeing wierd things with JB on Nexus 7 and timers/activities

2012-07-18 Thread Mind
issed frames. > > If the code you printed is executing that log line more than once, then > you either have a race condition (because this is being executed from > multiple threads), or something is clearing that flag. Either way, at this > point it looks like an issue in the app. &

[android-developers] Seeing wierd things with JB on Nexus 7 and timers/activities

2012-07-17 Thread Mind
1st: This does NOT occur on ICS. I have two Activities that I cycle between. Game screen and Results screen (don't complain about not using Activity Fragments). I end one with finish() and then call the next. If I exit out using the back button, some time later one of the Activies pops up.

[android-developers] rotationAnimation w/ setFillAfter(true) and OnTouchListener help!

2011-09-27 Thread Mind
Hi All, I have a ViewGroup containing a 3x3 grid of tiles (custom Views) with symbols on the views. I wish to rotate the 3x3 grid of tiles while maintaining the symbol's visual alignment. I use View.OnTouchListener and override onTouch() to get player input on the tiles. Easy. Each tile gets a

[android-developers] TabActivity problem when tab change it lost it state

2011-04-02 Thread Master Mind
i have three tabs in my app. in first tab there is a textbox and listview for search when user search the list is populated but when user change the tab and come back the listview and text box both are cleared. any one having the solution for this. saving and restoring state manually is long proce

[android-developers] Object and Value Animator

2011-03-09 Thread Master Mind
Hello sir i am using object and value animator to rotate a picture with the pivot point X an Y 0. it rotates but it leaves it pivot position during rotation look like it flying not rotating that's why? while in old method of translator etc using it rotate well and look loike original rotation? --

[android-developers] Re: npapi plugin failed to load in android webview

2009-06-11 Thread MIND GAME
can anybody sugest me a way test npapi pluguns in android browser. On Jun 11, 4:09 pm, MIND GAME wrote: > thanks for ur tracking > can u help me out to solve this problem > > On Jun 11, 9:33 am, Marco Nelissen wrote: > > > > > This is the 4th or 5th time today t

[android-developers] Re: npapi plugin failed to load in android webview

2009-06-11 Thread MIND GAME
thanks for ur tracking can u help me out to solve this problem On Jun 11, 9:33 am, Marco Nelissen wrote: > This is the 4th or 5th time today that you've asked about this... > > On Wed, Jun 10, 2009 at 9:30 PM, MIND GAME wrote: > > > > > > > i am trying to lo

[android-developers] npapi plugin failed to load in android webview

2009-06-10 Thread MIND GAME
i am trying to load a npapi plugin using android api - webview. code is webview.getSettings().setJavaScriptEnabled(true); webview .getSettings().setPluginsEnabled(true); webview.getSettings().setPluginsPath("/android_asset/web/"); System.out.println("Default plugin

[android-developers] Fwd: is android supports npapi(c/c++) plugins

2009-06-10 Thread MIND GAME
-- Forwarded message -- From: MIND GAME Date: Jun 10, 4:08 pm Subject: is android supports npapi(c/c++) plugins To: android-framework i am trying to load a npapi plugin using webview. code is         webview.getSettings().setJavaScriptEnabled(true);         webview

[android-developers] Re: NP API Plugin

2009-06-10 Thread MIND GAME
please suggest way to install npapi plugin in to browser or to be loded by web view. how to modify the device firmware. On May 29, 11:07 pm, Mark Murphy wrote: > Migol wrote: > > Does any know how to install NP plugin into Android's browser? > > You can't install any plugins to Browser, except b

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-06-10 Thread MIND GAME
hii thanks this woks for me. On May 12, 6:56 am, Bill Zimmerly wrote: > I was successful in fixing the problem (above) and this details it... > > This line in the Webapp.java file had to be changed from this ... > > > webview= (WebView) findViewById(R.id.webview); > > To this... > > > webvie

[android-developers] npapi plugin failed to load in android webview

2009-06-10 Thread MIND GAME
i am trying to load a npapi plugin using webview. code is webview.getSettings().setJavaScriptEnabled(true); webview .getSettings().setPluginsEnabled(true); webview.getSettings().setPluginsPath("/android_asset/web/"); System.out.println("Default plugin path is :"+web