Skip to content
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

Communication: Save failed-to-send answers #90

Closed

Commits on Mar 2, 2024

  1. Prototype model

    nityanandaz committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f5c5f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Green

    nityanandaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1ddb1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156214c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/communication/retry-offline-message' of github.…

    …com:ls1intum/artemis-ios into feature/communication/retry-offline-message
    nityanandaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    549b0b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    289be8c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Preview ConversationView

    nityanandaz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a0bc17f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96034c View commit details
    Browse the repository at this point in the history
  3. Add failed to send

    nityanandaz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a6de48d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c766872 View commit details
    Browse the repository at this point in the history
  5. Organize MessageCell

    nityanandaz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e3e43dc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Format

    nityanandaz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3e1a6f0 View commit details
    Browse the repository at this point in the history
  2. Add retry button action

    nityanandaz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    af922ab View commit details
    Browse the repository at this point in the history
  3. Delegate send message

    nityanandaz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ec1cc6a View commit details
    Browse the repository at this point in the history
  4. Create ConversationOfflineMessageCell

    - Add offline messages
    - Redact author
    nityanandaz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0b9999b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    85d1a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c79f79 View commit details
    Browse the repository at this point in the history
  3. Retry send message

    nityanandaz committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    45b8c37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e814008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40a21ad View commit details
    Browse the repository at this point in the history
  6. On review

    nityanandaz committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    32c06d2 View commit details
    Browse the repository at this point in the history
  7. On review

    - Cancel sending on disappear
    nityanandaz committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    74d319b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Fix warning

    nityanandaz committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f63af1a View commit details
    Browse the repository at this point in the history
  2. On review

    nityanandaz committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    58d54b3 View commit details
    Browse the repository at this point in the history
  3. taskDidFail = true

    Thread 14: "-[UIKeyboardTaskQueue waitUntilAllTasksAreFinished] may only be called from the main thread."
    nityanandaz committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f20c463 View commit details
    Browse the repository at this point in the history
  4. Supplement f20c463

    nityanandaz committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fa9a91b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f95d0d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db66f88 View commit details
    Browse the repository at this point in the history
  7. Supplement f95d0d2

    nityanandaz committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2e5d264 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d66932 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix warning:

    - Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
    nityanandaz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4d5274e View commit details
    Browse the repository at this point in the history
  2. Investigate

    nityanandaz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    adb4aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d0d4b View commit details
    Browse the repository at this point in the history
  4. Remove compexity

    nityanandaz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    591cc26 View commit details
    Browse the repository at this point in the history
  5. Fix empty conversation

    nityanandaz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    63466ac View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. On review

    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    345ce3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04f7b2 View commit details
    Browse the repository at this point in the history
  3. Add isMessageOffline

    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    28ed3d3 View commit details
    Browse the repository at this point in the history
  4. On review

    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bcfce02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b7614a View commit details
    Browse the repository at this point in the history
  6. Remove dead code

    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    47c927a View commit details
    Browse the repository at this point in the history
  7. Prototype delegate

    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    518eac4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c86d8c View commit details
    Browse the repository at this point in the history
  9. Revert "Update IPHONEOS_DEPLOYMENT_TARGET"

    This reverts commit 6c86d8c.
    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    628c741 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b14285e View commit details
    Browse the repository at this point in the history
  11. Supplement b14285e

    nityanandaz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    03c6be8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d148f4a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    9da1047 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/communication/retry-offline-message' into featu…

    …re/communication/retry-offline-answers
    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3affb83 View commit details
    Browse the repository at this point in the history
  3. Create MessagePathView

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6a2c695 View commit details
    Browse the repository at this point in the history
  4. Supplement 6a2c695

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9c1b951 View commit details
    Browse the repository at this point in the history
  5. Remove async

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c5a0d25 View commit details
    Browse the repository at this point in the history
  6. Supplement initializer

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cb6a36d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17b2312 View commit details
    Browse the repository at this point in the history
  8. BtM 1

    BaseMessage to Message
    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    37484ab View commit details
    Browse the repository at this point in the history
  9. BtM 2

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6ca3fbe View commit details
    Browse the repository at this point in the history
  10. BtM 3

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d6f2dfd View commit details
    Browse the repository at this point in the history
  11. BtM 4

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8ff077a View commit details
    Browse the repository at this point in the history
  12. Supplement c5a0d25

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    75c07ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0f5849 View commit details
    Browse the repository at this point in the history
  14. Extend MessagesService

    nityanandaz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5d51505 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. On review

    nityanandaz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cdd1cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eed3065 View commit details
    Browse the repository at this point in the history
  3. Load message

    nityanandaz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9920282 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Load message later…

    nityanandaz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ae67f2b View commit details
    Browse the repository at this point in the history
  2. Add stomp

    nityanandaz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e81f51e View commit details
    Browse the repository at this point in the history
  3. Subscribe and receive

    nityanandaz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4caebae View commit details
    Browse the repository at this point in the history
  4. Remove dead code

    nityanandaz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5169983 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/communication/retry-offline-answers

    # Conflicts:
    #	ArtemisKit/Sources/Messages/ViewModels/ConversationViewModels/ConversationViewModel.swift
    #	ArtemisKit/Sources/Messages/ViewModels/SendMessageViewModels/SendMessageViewModel.swift
    #	ArtemisKit/Sources/Messages/ViewModels/SendMessageViewModels/SendMessageViewModelDelegate.swift
    #	ArtemisKit/Sources/Messages/Views/MessageDetailView/MessageCell.swift
    #	ArtemisKit/Sources/Messages/Views/MessageDetailView/MessageDetailView.swift
    nityanandaz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    77ab53f View commit details
    Browse the repository at this point in the history