0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 02, 2025 — Apr 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tried to fix functional test - no luck. More... over 15 years ago
time to pay back tech debt... add test for ShoutService More... over 15 years ago
try to stop tracking stuff More... over 15 years ago
refactor AddLocationActivity More... over 15 years ago
move AddLocation to the top of the list of locations More... over 15 years ago
rename WaitTask.run() to WaitTask.doStuff(), so we dont get confused and accidentally call WaitTask.run() instead of WaitTask.execute() More... over 15 years ago
retrieve locations from server. cowgirl style More... over 15 years ago
shout sms working against server. cowgirl style! More... over 15 years ago
spiking sms More... over 15 years ago
Refactor BackgroundTask More... over 15 years ago
typo More... over 15 years ago
start shout service. fix up shout UI. More... over 15 years ago
fix bug - NPE if location autoupdate runs before user registers on device More... over 15 years ago
experiment different way of doing async task More... over 15 years ago
get shout activity to show which location it will use to send message More... over 15 years ago
start Shout activity More... over 15 years ago
wire up RegisterActivity to set mobile_number of user More... over 15 years ago
add mobile number to user domain object More... over 15 years ago
add permissions for SMS More... over 15 years ago
added ViewUtils - minor refactoring More... over 15 years ago
fix build so it fails if there is an error before functional tests are run More... over 15 years ago
start send sms story - populate mobile number text box on registration form More... over 15 years ago
put events poll time in config More... over 15 years ago
finished displaying only events since the last time task was run (first time it runs, it will only show events that happened at time now-delay) More... over 15 years ago
rename method More... over 15 years ago
add in cutoff time for parsing events - unfortunately jodatime doesnt work in android More... over 15 years ago
fix up hamcrest class conflict problems with mockito and junit jars More... over 15 years ago
split parsing out of EventService More... over 15 years ago
implement AHTTPClient.get so events now come from server More... over 15 years ago
more tests on EventService More... over 15 years ago