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.mlM
    link
    fedilink
    12
    edit-2
    2 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
      22 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.