chinwag-android/app/src/main/java/com/keylesspalace/tusky/components
Martin Marconcini d97493d312
Issue 2477: Show account's creation date in Profile. (#2480)
* Show account's creation date in Profile.

* Fix broken test.

* Store account creation date in the Database.

* Reformat and reposition Joined Date according to PR Feedback.

* Revert "Store account creation date in the Database."

This reverts commit d9761f53 as it's not needed.

* Change Account's Creation Date to a java.util.Date.
Update Test.

* Fix wildcard import.

* Show full month instead of an abbreviation.

* Remove `lazy` usage in favor of local instantiation.

Co-authored-by: Martin Marconcini <martin.marconcini.rodriguez@nl.abnamro.com>
Co-authored-by: Konrad Pozniak <connyduck@users.noreply.github.com>
2022-05-17 19:49:42 +02:00
..
account Issue 2477: Show account's creation date in Profile. (#2480) 2022-05-17 19:49:42 +02:00
announcements fix unparsed html in announcements (#2451) 2022-04-21 18:47:05 +02:00
compose fix deleting media attachments removing the wrong ones (#2517) 2022-05-12 18:21:43 +02:00
conversation move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
drafts Fix crash when saving redrafted media to drafts (#2502) 2022-05-09 19:39:43 +02:00
instanceinfo Remove code to check the server version (#2469) 2022-04-29 18:35:25 +02:00
instancemute Fix toolbar for instance list activity. (#2248) 2021-09-28 19:55:30 +02:00
login Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
notifications Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
preference Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
report Improve time format of posts when using absolute time (#2413) 2022-04-18 21:41:18 +02:00
scheduled introduce KotlinResultCallAdapter for nice suspending network calls (#2415) 2022-04-14 19:49:49 +02:00
search fix SearchActivity transition animations (#2464) 2022-04-28 20:37:46 +02:00
timeline Unbreak link previews in timelines (#2506) 2022-05-05 18:27:05 +02:00