chinwag-android/app
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
..
schemas/com.keylesspalace.tusky.db.AppDatabase Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
src Issue 2477: Show account's creation date in Profile. (#2480) 2022-05-17 19:49:42 +02:00
.gitignore Adds a forgotten keystore. 2017-06-02 04:47:22 -04:00
build.gradle Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
proguard-rules.pro fix crash in drafts caused by minification of DraftAttachment (#2337) 2022-02-14 19:20:15 +01:00