ricky
453aa185e1
Feature List Is now readable on older devices
...
closes #74
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 14:12:06 -04:00
ricky
9e559d445e
Merge branch 'Feature/#50'
2012-05-25 11:42:05 -04:00
ricky
95d3536887
Ringtone names
...
ringtone names are no longer saved into the database.
closes #72
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 11:36:28 -04:00
ricky
d380d865d9
Set volume when silent
...
the volume in the ringtone fragment is not set to 0 when the tone is set
to silent
closes #71
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 11:12:55 -04:00
ricky
168b6478a6
Ringtone should display silent, when silent
...
closes #70
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 11:06:21 -04:00
ricky
0ac2e80c3d
I split FeatrueListFragment in 2, creating BaseFragmentListFragment.
...
BaseFragmentListFragment contians all the list specific funtionaitly
where FeatrueListFragment continans application specific funtions
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 12:56:35 -04:00
ricky
b5377fd841
I enabled greying out disabled list items in the Add Feature dialog
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 12:23:16 -04:00
ricky
0752cc1aa8
Fixed the Add Feature dialog title
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 12:06:20 -04:00
ricky
5675683133
Added som padding between the feature list and the add feature button
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 12:04:24 -04:00
ricky
cdbc10015a
I have successfully enabled filtering for the add a feature dialog.
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 11:54:52 -04:00
ricky
a3cd896cdd
I have got basic funtionaltiy for adding fragments.
...
The next step is to remove items from the list, if they already exist in
the UI
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 11:26:02 -04:00
ricky
acbae362d9
Fixed the addd ringer button to be of the button bar style
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 10:59:46 -04:00
ricky
ce1effd128
Added an add button to the feature list fragment's UI
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 10:59:02 -04:00
ricky
aca2dd0655
Address Search Dialog: Dismiss Keyboard
...
The keyboard is now dissmissed when the user clicks the ok button
closes #67
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 13:00:51 -04:00
ricky
f161b181da
Converted Ringer Information Activity Menu to XML
...
The save option is shown as an action when ever possible
closes #68
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 12:54:56 -04:00
ricky
6f0f6867ab
Made some minor tweaks to the Ringer Info Activity UI
...
closes #43
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 12:27:22 -04:00
ricky
97d6ef0420
Merge branch 'Support/#46'
2012-05-23 12:13:54 -04:00
ricky
e2fd797162
Fixed fragments dissapearing on activity result
...
I overrided FeatureListFragment.onActivtyResult() so I could remove and
reload the fragments.
Also in FeatureListFragment.loadFragments() I removed the if block that
replaces fragments.
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 12:10:29 -04:00
ricky
e552a77c71
I have canged the call from transaction.commit for
...
transaction/commitAllowingStateLoss() in
FeatureListFragmetn.onPause()
This has seemed to fix the issues with the fragments dissapearing after
the ringtone activity returns.
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 01:00:05 -04:00
ricky
1ad1eb8b8c
I added a call to Collections.reverse() for mFragments in
...
FeatureListFragment.onPause()
This has fixed the issuse of the fragments reversing their order.
The root cause is decribed here
http://code.google.com/p/android/issues/detail?id=31116#makechanges
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 00:31:18 -04:00
ricky
c9f119c2e6
I overrided FeatureListFragment.onPause() to remove the fragments from
...
the view.
This allows them to be redrawn in onResume. The only issue
that remains is that the fragments change order in which they are drawn
in the UI.
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-23 00:19:01 -04:00
ricky
d2c0e35a1b
Added some simple add/remove methods, and I removed the
...
FeatureListAdaptor
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-22 21:48:33 -04:00
ricky
2fdbb2e5bb
Inital commit of the new dynamic Fragment list. This fragment no longer
...
uses a listview or an adapter
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-22 21:21:56 -04:00
ricky
fbfc27c6a5
Created a short cut that is used to start the location service
...
closes #65
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-22 10:28:04 -04:00
ricky
7e051a7a2d
Enabled Back Navigation in Settings
...
closes #62
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 15:08:04 -04:00
ricky
7760e402dd
Updated the List Activity Menu
...
closes #63
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 15:03:46 -04:00
ricky
5577f6189a
Updated the List Activity Context Menu to use xml
...
closes #64
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 14:55:03 -04:00
ricky
5d1aa739ee
Cleaned up the Ringer List Item UI
...
closes #61
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 14:18:20 -04:00
ricky
35071d8aee
Fixed Marking location with Mark Location Button
...
closes #59
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 12:50:38 -04:00
ricky
11fe8becc6
I notify the listener in RingtoneFragment.onCreateView
...
only if it is popluated with system settings
closes #57
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 12:12:37 -04:00
ricky
a6b0928204
Cleaned up the Ringtone Fragment UI
...
closes #56
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 11:47:47 -04:00
ricky
834dff6f0b
I notify the listener in VolumeFragment.onCreateView
...
only if it is popluated with system settings
closes #58
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 10:53:02 -04:00
ricky
56372cd817
Fixed Tiltle bar
...
closes #55
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 10:50:31 -04:00
ricky
17e42b688b
Dismiss Keyboard when paging the RingerInfo Activity pager
...
refs #55
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-18 10:49:08 -04:00
ricky
a29ed10fae
What on Default
...
Updated default ringer to only display the what fragment, and added the
default ringer description to the ringer list view
closes #48
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-17 12:29:43 -04:00
ricky
5407d10b29
Cleaned up code involving location broadcasts and the location lib
...
Updates.
closes #54
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-17 11:50:08 -04:00
ricky
54c692718a
Started implmentation of the PassiveLocationListener
...
refs #54
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-15 13:55:48 -04:00
ricky
a62d5b4e76
Fixed GPS Progress bar
...
closes #49
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-13 11:43:51 -04:00
ricky
f311ede6d3
Enabled Holo theme for devices api 11+
...
closes #44
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-13 11:33:33 -04:00
ricky
370c7dacf7
Added the report posting service to the mainfest
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-12 01:17:36 -04:00
ricky
accdf02af2
Cleaned up the location information fragment
...
The button bar is now properly designed
The map fragment no longer has a user overlay to confuse things
refactored some code
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-12 01:04:57 -04:00
ricky
756f5aea86
Got the fragment list adaptor working a little better
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-11 12:05:43 -04:00
ricky
69597150ea
Inital Commit of the framented migration
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-10 13:07:38 -04:00
ricky
50f050dd33
Updated build props and git ignore
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-04-24 21:32:50 -04:00
ricky
9e5e3a26c0
Updated tracking of files and project props
...
Change-Id: Ia1e91b45862e4e5365a5ccbf82a719289afb4b7e
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-03-03 11:51:49 -05:00
ricky
c7cc1faabb
seperated how and what into diffrent activitys
2011-08-07 00:38:11 +00:00
ricky
87417dfc81
inital commit
2011-07-20 15:14:19 +00:00
ricky
d2a371bb2e
Share project "LocationRinger" into "svn+ssh://tcdevsvn1/svn/location_ringer"
2011-07-20 15:13:49 +00:00
ricky
e75e385759
2011-07-18 03:15:29 +00:00