AlmightyMegadeth00 / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 1 forks source link

Disable checkboxes on ActivitySavedRules when disabled #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When omnidroid is disabled the checkboxes from Issue66 should be disabled (not 
unchecked but disabled).

Original issue reported on code.google.com by case.and...@gmail.com on 13 Jul 2010 at 10:30

GoogleCodeExporter commented 8 years ago
Why? maybe someone wants to change the status of the rules even while omnidroid 
is disabled

Original comment by eligeler...@gmail.com on 13 Jul 2010 at 10:39

GoogleCodeExporter commented 8 years ago
Otherwise it gives the impression that those rules are enabled.  I guess as an 
alternative we could provide some visible indication on the SavedRules screen 
as to whether omnidroid is enabled or not.

I think users may disable omnidroid and forget that it's not running.  They 
realize that omnidroid isn't processing any rules and think it's broken since 
we show a list of enabled rules and yet none are being caught.

Original comment by case.and...@gmail.com on 13 Jul 2010 at 10:53

GoogleCodeExporter commented 8 years ago
also i might have set of rules that I have enable, and i want to shut down 
omnidroid, and then start again, i wouldn't want to go through all saved rules 
and enable the ones I want

Original comment by salomeju...@yahoo.com on 13 Jul 2010 at 11:15

GoogleCodeExporter commented 8 years ago
That's a good point. I think some indication on that screen will suffice to let 
the user know that omnidroid is disabled.

Original comment by eligeler...@gmail.com on 13 Jul 2010 at 11:16

GoogleCodeExporter commented 8 years ago
definitely, when you do enable rule, we would want pop up warning that 
omnidroid is disabled.

Original comment by sv767%ny...@gtempaccount.com on 13 Jul 2010 at 11:20

GoogleCodeExporter commented 8 years ago
We decided just to put a message on the main screen to let the user know that 
omnidroid is disabled (otherwise would have to hard code on every page that it 
is disabled)

Original comment by eligeler...@gmail.com on 13 Jul 2010 at 11:29

GoogleCodeExporter commented 8 years ago

Original comment by case.and...@gmail.com on 16 Jul 2010 at 12:51

GoogleCodeExporter commented 8 years ago
How do I edit a linear layout which was created in an xml file?

Original comment by eligeler...@gmail.com on 18 Jul 2010 at 9:07

GoogleCodeExporter commented 8 years ago
What do you mean by edit? Do you mean changing its properties during runtime? 
If that's the case, you should be able to get the instance of that layout by 
using findViewById().

Original comment by renc...@gmail.com on 18 Jul 2010 at 9:45

GoogleCodeExporter commented 8 years ago
I think this is done.

Original comment by case.and...@gmail.com on 5 Aug 2010 at 10:39