timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Make RadinGroupView work with participants and coefficients #113

Closed timozattol closed 9 years ago

timozattol commented 9 years ago

Now it is hardcoded that every transaction is for "Roger, Michelle and Bob", I'll try to make it use the TransactionWithParticipants instead of just Transaction.

timozattol commented 9 years ago

Done, it works now! Had to find bug #144 to make it work