-
Notifications
You must be signed in to change notification settings - Fork 1
Communication
: Redesign chat & alignment with iOS
#228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
61f0044
changed arrangement of items in post item and added PostItemViewJoine…
julian-wls 389de55
added colors for role badges
julian-wls 05476de
adjusted post header
julian-wls 1d97c10
minor changes
julian-wls 456321f
changed time formatting
julian-wls 117ecf7
added reply icon
julian-wls 7a22896
redesigned DateDivider
julian-wls 49a3fe5
added emojiDialogButton to posts that already have reactions and pare…
julian-wls fc66b76
changed chat settings icon
julian-wls d5cc2a9
changed changed resolving label location and added date to answer posts
julian-wls 415fba8
made adjustments and resolved merge conflicts
julian-wls 5a48839
Merge branch 'develop' into general/communication/redesign-chat
julian-wls c8ef563
added DateFormats
julian-wls bb3ca21
Merge branch 'develop' into general/communication/redesign-chat
FelberMartin a9c4075
fixed postHeadlineHeight and added require statement to getRelativeTime
julian-wls 0aca9f3
fixed background color for selected emoji chips
julian-wls 8e47364
`Bugfix`: Fix author role changing when updating post (#266)
julian-wls a9e54d7
adjusted inner spacing for posts
julian-wls File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...ui/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/core/ui/date/DateFormats.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package de.tum.informatics.www1.artemis.native_app.core.ui.date | ||
|
||
import android.icu.text.DateFormat | ||
import android.icu.text.SimpleDateFormat | ||
|
||
enum class DateFormats(val format: DateFormat) { | ||
DefaultDateAndTime(SimpleDateFormat.getDateTimeInstance( | ||
SimpleDateFormat.MEDIUM, | ||
SimpleDateFormat.SHORT | ||
)), | ||
OnlyTime(SimpleDateFormat.getTimeInstance(SimpleDateFormat.SHORT)), | ||
EditTimestamp(SimpleDateFormat.getDateTimeInstance( | ||
SimpleDateFormat.SHORT, | ||
SimpleDateFormat.SHORT | ||
)) | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.