Closed GoogleCodeExporter closed 8 years ago
Original comment by case.and...@gmail.com
on 4 Jul 2010 at 6:53
Original comment by case.and...@gmail.com
on 6 Jul 2010 at 2:19
Trying to work on this but can't figure out how to add filters
Original comment by eligeler...@gmail.com
on 6 Jul 2010 at 8:33
Original comment by eligeler...@gmail.com
on 6 Jul 2010 at 10:17
Elig (What's your realname btw?),
These are actually event attributes. They're stored in the DB using these
lines:
eventAttributeDbAdapter.insert(SMSReceivedEvent.ATTRIB_MESSAGE_TIME, eventIdSmsRec, dataTypeIdDate);
...
eventAttributeDbAdapter.insert(PhoneRingingEvent.ATTRIBUTE_TIMESTAMP, eventIdPhoneRings, dataTypeIdDate);
...
etc.,
And of course that means they need to be implemented in the
[INSERTEVENTNAME]Event.java files as well.
That may or may not be all that needs to happen. A bit of experimenting I'm
sure will need to be done. If you can write a Wiki article about how to do
this afterwards, it would be helpful as well.
Original comment by case.and...@gmail.com
on 8 Jul 2010 at 3:07
Issue 123 is a more generalized version of this bug.
Original comment by case.and...@gmail.com
on 13 Jul 2010 at 5:45
Original comment by eligeler...@gmail.com
on 13 Jul 2010 at 10:38
Merging this into the more general ticket since this is a subset of it and
you're working on them both.
Original comment by case.and...@gmail.com
on 13 Jul 2010 at 10:38
Original issue reported on code.google.com by
case.and...@gmail.com
on 3 Jul 2010 at 5:32