Commit Graph

91 Commits

Author SHA1 Message Date
ricky ee943ea218 Added airplane mode feature
closes #147
2012-08-23 12:25:09 -04:00
ricky a769a38472 Populate Default Ringer
The default ringer is not populated with the user's current settings
after database creation

closes #60
2012-08-20 12:04:50 -04:00
ricky ec9f0d18dc Added an else block to prevent a null pointer in
RingerProcessingService.onStartCommand()

closes #145
2012-08-20 11:22:24 -04:00
ricky 7d75bb162d Changed the order of refreshing the listview and dismissing the progress
dialog

closes #144
2012-08-16 11:41:22 -04:00
ricky d36c436143 Added a null check for mProgress in ListActivity.onActivityResult()
closes #143
2012-08-16 11:23:40 -04:00
ricky d1b09be0ce Added a progress dialog for new ringers
closes #129
2012-08-08 10:10:09 -04:00
ricky 7a726f22c5 Added a null check for the RingerProcessingService starting intent
closes #134
2012-08-08 09:46:31 -04:00
ricky 5ad5cb4a00 Numerical Indicator For location radius
closes #136

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-07 12:24:24 -04:00
ricky a664e0ad57 Removed original icon and updated first boot dialog 2012-07-23 00:58:40 -04:00
ricky 1e45d7911a Updated Shortcut icons to use new launcher icon.
removed skyhook location services from mapview

fixed map progress wheel
2012-07-23 00:52:54 -04:00
ricky 79873c8efc Updated widget with new backdrop
closes #130
2012-07-23 00:29:49 -04:00
ricky 89bc8aa55f Added new status bar icons
closes #80
2012-07-22 10:00:45 -04:00
ricky f06f790b48 Cleaned up code 2012-07-22 09:37:28 -04:00
ricky 19b5c13206 Cleaned up some code 2012-07-21 22:55:36 -04:00
ricky c708c3dc00 Started removing skyhook location services from the project 2012-07-21 22:44:35 -04:00
ricky 6d759ee2c5 Added new drawables for the following features:
bluetooth
wifi
volume
ringtone

closes #81 closes #82 closes #83 closes #84
2012-07-19 14:22:04 -04:00
ricky 10b9420a2f Fixed incorrect service intents, and made centralized static convice
methods for starting the location service

closes #113

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-21 10:04:36 -04:00
ricky 4d3dd96e26 Removed dev settings
Closes #111

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-18 11:34:19 -04:00
ricky 60d3e1582a Deleted LocationRinger.java and updates respected files
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-07 12:34:03 -04:00
ricky 49ae1bfb0b Show keyboard when searching
closes #104

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-07 11:24:23 -04:00
ricky 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
ricky 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
ricky 74ed68aef1 Fixed action related null pointer
closes #100

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-04 12:14:22 -04:00
ricky 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
ricky 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
ricky 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
ricky 74e9f298a8 Added @SuppressLint("ValidFragment") to all fragments
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-04 10:55:31 -04:00
ricky 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
ricky d887272068 Fixed some lint errors
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-03 11:36:32 -04:00
ricky 8bbecd3fc9 Fixed various lint issues
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-02 17:05:24 -04:00
ricky c5c02e3984 Cleaned up code in location fragment
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-02 16:17:21 -04:00
ricky 4874a12020 Removed automatic zoom in from
LocationInfomationFragment.onLocationSelected()

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-06-02 16:09:20 -04:00
ricky 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
ricky 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
ricky 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
ricky 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
ricky 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
ricky 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
ricky 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
ricky 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
ricky 10a0ee47b8 Finished Deleteing features from the database
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-05-26 18:52:39 -04:00
ricky 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
ricky 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
ricky 0f119a8d3b Fixed the feature item duplication bug
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-05-26 14:42:30 -04:00
ricky 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
ricky 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
ricky 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
ricky 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
ricky 8230aa2115 Removed unsed import from RingerProcessingService
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-05-25 22:53:41 -04:00
ricky 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