e0bd7f8330
Re-added required permissions (no longer testing ADT 20)
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-07 10:19:19 -04:00
188b5eb323
Added an else block that finishes the ListActivity in onActivityResult()
...
if started via new ringer shortcut
refs #93
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-05 09:47:27 -04:00
74ed68aef1
Fixed action related null pointer
...
closes #100
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-04 12:14:22 -04:00
0dbd3c7984
Ringer LisT Activity now finishes in onActivityResult when started via
...
new ringer shortcut
closes #99
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-04 11:56:11 -04:00
2c365189d2
Updated the widget to display the currently applied ringer
...
closes #92
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-04 11:45:49 -04:00
a27441e412
Removed KEY_RINGTONE_IS_SILENT and KEY_NOTIFICATION_IS_SILENT From
...
Database
closes #98
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-04 11:11:33 -04:00
74e9f298a8
Added @SuppressLint("ValidFragment") to all fragments
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-04 10:55:31 -04:00
62bb65afd8
Added a new ringer shortcut
...
and I renamed LauncherShortCuts to CheckLocationShortcut
closes #93
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-04 10:37:30 -04:00
d887272068
Fixed some lint errors
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-03 11:36:32 -04:00
8bbecd3fc9
Fixed various lint issues
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 17:05:24 -04:00
c5c02e3984
Cleaned up code in location fragment
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 16:17:21 -04:00
4874a12020
Removed automatic zoom in from
...
LocationInfomationFragment.onLocationSelected()
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 16:09:20 -04:00
75894fdbf8
Cleaned up the address search dialog
...
I also enabled the IME search action, allowing users to search by
pressing the action key on their keyboard
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 16:05:35 -04:00
a192064c27
delted ScrollView, as it is no longer needed
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 15:39:21 -04:00
0a90c4220b
Started to clean up the shared prefs entries through out the application
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 15:32:48 -04:00
6af417f7dd
Changed IdFragment to BaseFeatureFragment
...
I also cleaned up some redundant code by moving most if the base
requirements of features into BaseFeatureFragment
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-06-02 14:59:08 -04:00
35453b5e0a
Added a Seach Requested Listener
...
and implmented the search listener in LocationInfomationFragment to
allow it to handle search requests from the hardware button
closes #69
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-31 14:15:32 -04:00
9c00820284
Cleaned up the saving of ringers by addeding a thread in
...
ListActivity.onActivtyResult()
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-28 00:54:40 -04:00
cb66aa6bcd
Updated database to save locations as on row entry, rather than 2
...
closes #86
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-28 00:37:17 -04:00
b0e17459b2
Cleaned up some code, updated comments and fix the bug with deleting
...
notification feature
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 19:13:25 -04:00
10a0ee47b8
Finished Deleteing features from the database
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 18:52:39 -04:00
f64d6a3d3b
Started working on deleteing features from the database, after they are
...
removed and saved.
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 17:17:02 -04:00
15d7b5a25a
Cleaned up some of the code, and updated comments
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 15:00:10 -04:00
0f119a8d3b
Fixed the feature item duplication bug
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 14:42:30 -04:00
fa7cbb8122
Fixed the null pointer caused by calling getActivity() before the
...
fragment had one.
Also I fixed the loading of the feaure list of saved ringers
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 13:27:31 -04:00
7aebd3b60d
I finished fixing the add feature list filtering
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 13:22:27 -04:00
36ecfc3507
I got the initial funtionality of removing fragmens from the List.
...
the next step is to better handle the added array
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 12:58:38 -04:00
8570fff4e4
Started intergrating the new fragment title bar into the following
...
fragments: ringtone fragment, toggle button fragment, volume fragment
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-26 12:09:20 -04:00
8230aa2115
Removed unsed import from RingerProcessingService
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 22:53:41 -04:00
8b7cc1aa82
Disabled Items Are Now Grey In Feature List on older devices
...
closes #75
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 22:50:27 -04:00
01af5297fc
Removed desperated refs to database keys in RingerInformationActivity
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 21:51:51 -04:00
97699298a9
Fixed the null pointer reported in #76
...
closes #76
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-25 21:48:01 -04:00
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
9e559d445e
Merge branch 'Feature/#50'
2012-05-25 11:42:05 -04:00
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
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
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
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
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
0752cc1aa8
Fixed the Add Feature dialog title
...
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-05-24 12:06:20 -04:00
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
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
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
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
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
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
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
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
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
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