0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding properties - not sure they're necessary More... almost 16 years ago
removing some cruft More... almost 16 years ago
adding updated R More... almost 16 years ago
fixing layout bug in Graph display. Some api cleanup as well to prevent further confusion for future generations. Layout of graph is now resolution independent as it pulls from the Activity's screensize directly vs. hard coded heights and widths. More... about 16 years ago
checkin of classpath More... about 16 years ago
fixing the creation of Fields for a form. Remove unique constraint on field.name More... almost 17 years ago
fixing the line endings to use LF instead of CRLF More... almost 17 years ago
apply apache license to rapidsms.java More... almost 17 years ago
applying apache license to rapidandroid More... almost 17 years ago
overdue checkin of the global settings and ack back override settings More... over 17 years ago
Fixed checkbox cancellation issue on the globals screen More... over 17 years ago
added some secret sections for FormReview for debug data injection More... over 17 years ago
applying GPL license to source More... over 17 years ago
code reformatting More... over 17 years ago
fix logic for form cache to update on new form creation More... over 17 years ago
added some stronger orientation change tolerance in FormCreator. More... over 17 years ago
- fixed db startup procedure for blank phones. - fixed inefficient lookup/insert of monitors on new message receipts. - profiler has shown that datetime formatting is an expensive operation on message reciept. - proifle also shows that form lookup is inefficient due to the cache being rebuilt every time. perhaps cache it on application bootstrap? More... over 17 years ago
quick profiling showed we could put some optimizations of the parsing logic and date conversions. More... over 17 years ago
fix non sd card based storage issues. More... over 17 years ago
Changing the way we plot bools to show two lines for yes and no, bucketized by time histogram-style. More... over 17 years ago
added gridview flipper, and default gridview More... over 17 years ago
bunch of fixes here. More... over 17 years ago
Update the start date on the plot to be the date of the first message in the case where it is set before that. More... over 17 years ago
incremented databse version number to include receive_time for messages More... over 17 years ago
Updating the axes on the graph to display dates on the granularity of the plot (including times for the hourly plots). Changing the "no data" display to be a popup instead of an html page because of some weird threading issues. Also changing the progress dialog from a toggle to an explicit on/off to hopefully prevent any scenarios where it pops up indefinitely. More... over 17 years ago
fix delete for sms inbox added debug search for email from dimagi for spam testing More... over 17 years ago
oops, forgot to put this file in More... over 17 years ago
added title fix for graphs to show dateranges dashboard/graph interaction is more stable as is orientation change. More... over 17 years ago
Fix the messages by hour graph. More... over 17 years ago
Refactoring the message view to be bucketized the same way it happens within the form. Also fix the orientation bug that always showed "empty" when you switched orientations. Improving the amount of code sharing between the form and message brokers More... over 17 years ago