Olvid, a secure messenger, is finally open-source! They said before the end of 2021, well it’s really just before the end but it’s there. They released the source for their Android and their IOS app.

  • AgreeableLandscape@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    3 years ago

    Just browsing around the Swift files in the iOS app, I found these:

    final class PersistedDiscussionOneToOneLockedToPersistedDiscussionOneToOneLockedMigrationPolicyV24ToV25: NSEntityMigrationPolicy {

    private func processContactGroupHasUpdatedPendingMembersAndGroupMembersNotification(obvContactGroup: ObvContactGroup) {

    try UtilsForAppMigrationV24ToV25.createDefaultPersistedDiscussionSharedConfiguration(forDiscussion: dInstance, destinationContext: manager.destinationContext)

    And they say Java has verbose names.

    • Copio@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      3 years ago

      Sometimes, for my own internal solo projects, I give my variations and functions wacky names because I was bored, I wonder if that’s the same for whoever named those.