Commit Graph

6 Commits

Author SHA1 Message Date
Bas Broek
377161aed0 Fix Int format crash + unify String localization (#1273)
* Use %d over %zi to prevent a possible crash

* Clean up / unify localization behavior

Before, we were doing double localization (Feeding a `LocalizedString` into a `.localizedStringWithFormat`).
2017-12-17 16:10:57 -05:00
Ryan Nystrom
5b17a19ae3 fix array OOB mismatch from #542 2017-10-14 12:30:32 -04:00
Bas Broek
105336275a Use model.count instead of users.count which caps at 3 (#542)
* Use model.count instead of users.count which caps at 3

* Add tests for reactionDetailLabel
2017-10-14 12:11:55 -04:00
James Sherlock
e12eadb894 Add list of reactors on long press
- Each permutation is individually localized
- Limits to 3 names before just saying how many people again
2017-07-20 09:18:07 +01:00
Ryan Nystrom
e3042c65e5 reaction mutations working 2017-06-07 11:56:46 -04:00
Ryan Nystrom
4f88ad6e23 make rx view models 2017-06-01 00:27:24 -04:00