Commit Graph

18 Commits (f7c7c755279fd775b368a08215a6c5b17d81955a)

Author SHA1 Message Date
Morgan Pretty 6fd574916b Fixed a few bugs and build libSession-util from source
Added libSession-util as a submodule and wired into build
Updated the logic to run migrations when returning from the background as well (since we will have feature-flag controlled migrations it's possible for a "new" migration to become available at this point)
Fixed an issue where the 'Note to Self' conversation could appear when linking a device for a new user
Fixed an issue where the app would process the ConfigSyncJob before completing onboarding
1 year ago
nielsandriesse 64daed1cf5 Remove .gitmodules 3 years ago
Niels Andriesse bbac6cc5ed Attempt to fix extensions 3 years ago
nielsandriesse 3ef9a50ca6 Ditch Pods submodule 4 years ago
nielsandriesse ddbd2bc986 Update .gitmodules 4 years ago
Niels Andriesse c73466f753 Update .gitmodules 5 years ago
Niels Andriesse 058819539b Update .gitmodules 5 years ago
Mikunj 71cc25fbd6 Updated pod submodules. 5 years ago
Michael Kirk d997772488 use https:// url for gitmodules 6 years ago
Michael Kirk 91eba4dbfc Move WebRTC to separate submodule 6 years ago
Michael Kirk dc8b5fb97f track pod dependencies publicly
// FREEBIE
6 years ago
Michael Kirk dc1e7263f5 Fix tests on CI
partial revert of 8b3b283612

Easier for travis to fetch from https URL. If you as a developer want to
push to the submodule via git (maintainers only) you'll have to modify
your local git remotes after checkout:

    cd Carthage
    git remote origin set-url git@github.com:WhisperSystems/Signal-Carthage.git

// FREEBIE
7 years ago
Matthew Chen 8b3b283612 Update Carthage submodule.
* Merge feature/webrtc into master.
* Move submodule reference from https:// to git://

// FREEBIE
7 years ago
Michael Kirk 1dd06a5e6c Fix registration flow / Keep push tokens in sync
* Separate registering an account from registering for push notifications
  * Allows us to complete registration without prompting user for
    notification settings.

UX Changes
----------
* Automatically keep push tokens in sync on startup.
  Push tokens *can* change, though they rarely do. It happens more often
  for people switching between appstore/beta builds.

  fixes #1174

* Show alert with registration failure
  * add secret 8-tap debug log gesture to registration flow

* Move registration to separate flow
  * don't see flash of inbox when first launching

* show useful error messages when given wrong code / no code

* remove background fetch
  We werent using it, but only relying on a side effect of it which is
  no longer necessary.

Code Changes
------------

* More registration logging.

* Install PromiseKit with carthage

  Our dependencies are not yet framework compatible, so we can't use
  cocoapods.

* Merge preferences util "category" into superclass.

  The immediate reason for this is Swift interop was assuming optional
  types were not optional, and exploding when a value was nil.

  This is clearer anyway, since we were treating it like a subclass, and
  it was the only thing using the class anyway.

* auto-genstrings now searches *.swift (and *.h, which was previously
  broken) for translateable strings.

// FREEBIE
8 years ago
Frederic Jacobs 1b02e186f8 Fixes #146 #147. 9 years ago
Frederic Jacobs c6d44e59e2 TextSecureKit Refactoring
- Using same clang format file for old and new files.
- Moving out all TextSecure code to allow other clients (OS X, iOS) to
  integrate easily TextSecure functionality.
- Use TextSecure API to signup.
9 years ago
Frederic Jacobs 9051045b9e Fixes for Travis setup
//FREEBIE
10 years ago
Frederic Jacobs bf8f60bf09 Adding submodule
//FREEBIE
10 years ago