Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mock-foundation/moc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: mock-foundation/moc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nightly
Choose a head ref
  • 18 commits
  • 97 files changed
  • 1 contributor

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    5380199 View commit details
    Browse the repository at this point in the history
  2. Update FUNDING.yml

    voltangle authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c84c07c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Update FUNDING.yml

    voltangle authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3d1fb7c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Oct 18, 2022

  1. Full chat info UI + shortcuts (#158)

    * feat: added an early implementation of full chat info view
    also, as a bonus, added two keyboard shortcuts: Cmd+I to open inspector, and Cmd+Shift+I to open chat info
    
    * chore: bump TDLibKit to 3.0.2-1.8.4-07b7faf6
    
    * refactor: move menu bar related code to it's own module
    
    * feat: improved keyboard shortcuts
    
    * feat: implemented a system for updating UI on menubar interactions
    
    * feat: implemented keyboard shortcuts for chat
    
    * feat: rebuilt the menubar update delivery system
    and now you can't create new windows lmao
    
    * ci: set xcode 14.1 as the used xcode version
    
    * feat: created didSet(execute:) extension for Binding that allows executing code when a binding changes
    
    * fix: compilation error
    
    * feat: added a keyboard shortcut for archive chat list
    
    * feat: improved acknowledgments (added more info)
    
    * refactor: bro how did I miss this file
    
    * feat: improved large inspector UI
    
    * fix: padding
    voltangle authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d2f2239 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    d560c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116cbb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. L10n module (#164)

    * feat: added L10n module with a basic implementation of L10nManager
    
    * feat: created first working implementation of LocalizationService
    this all is subject to change btw
    
    * feat: nuked LocalizationService, moved it's logic into L10nManager
    
    * feat: added Localizable.strings, for later to be filled up
    
    * feat: added TDLibKit and Backend to L10n dependencies
    
    * feat: fully implemented Telegram Translation Platform string retriaval and formatting, now it's only left to implement local strings
    and also renamed L10nSource to LocalizationSource
    
    * fix: remove injection of LocalizationService
    
    * fix: some random debug string being wrong
    
    * fix: supress SwiftLint warning
    
    * feat: now logging functions don't require String's to be passed to them, now you can pass anything to them
    
    * feat: getTelegramString now does not throw errors
    
    * feat: implemented local localization
    
    * feat: added an ability to change languages
    
    * feat: created L10nText
    
    * feat: it's fucking done
    voltangle authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    a3ad44f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Localized UI (partially) (#170)

    * taskfile: added commands for managing docs (docs:build and docs:find-archive)
    
    * fix: crash on usage of .ordinary cloud strings
    
    * fix: L10nText initializer is now public
    
    * feat: L10nManager.shared.setLanguage(from:) is now called on startup to start L10nManager properly
    
    * feat: started implementing localization in UI
    voltangle authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    875077c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Update README.md

    voltangle authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    29ea2eb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    voltangle authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4db5ecb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Language settings UI (#171)

    * feat: added a base UI for changing languages
    
    * feat: changed localization target to ios
    
    * feat: implemented "language" settings tab UI and logic
    
    * feat: started working on on-the-fly language change support
    
    * feat: refactored update handling code so it's now sane
    
    * fix: fully fixed crash on getting telegram string with automatic selection mode
    
    * feat: localized macOS settings tab names (except of general and account)
    
    * feat: localized folder settings
    
    * feat: localize remaining parts in folders and language settings tabs
    
    * feat: improve settings window size interactions
    
    * feat: localized general and accounts tab names
    
    * feat: implemented languagePacksDatabaseURL
    
    * feat: started implementing local string cache
    
    * feat: made localization instantaneous
    voltangle authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    31f8f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    14ee59a View commit details
    Browse the repository at this point in the history
  2. docs: add readme badge

    voltangle committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f2629ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c48de7e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Localized UI (#174)

    * fix: not using English local strings if they are not localized for target language
    
    * feat: localized a lot of the general settings tab
    
    * taskfile: added l10n:export task to expor .xcloc files for localization purposes
    
    * feat: fully localized general settings tab
    
    * feat: partially localized account settings tab
    also slightly improved design of the former and of the QR code login view
    
    * feat: added two new labels in account settings tab
    
    * feat: localized what's left of the account settings tab
    
    * feat: made strings much shorter
    
    * feat: slightly improved about command design
    
    * feat: tried translating the menubar using standart ways
    
    * fix: iPadOS build
    voltangle authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a86fe98 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Nuke macOS 12 support (#182)

    * initial removal of all macOS 12 specific code
    
    * migrated over modules
    
    * small cleanup
    voltangle authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    41af727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc2b4ce View commit details
    Browse the repository at this point in the history
Loading