- 20 Nov, 2020 2 commits
-
-
Eric Eastwood authored
Add iOS app deprecation notice See merge request !21
-
Eric Eastwood authored
Part of webapp#2281
-
- 10 Sep, 2020 1 commit
-
-
Eric Eastwood authored
-
- 02 Sep, 2020 3 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
added Gitlab login to iOS app Closes #24 See merge request gitlab-org/gitter/gitter-ios-app!20
-
Brandon Everett authored
fixes #24
-
- 25 Feb, 2020 1 commit
-
-
Tomas Vik authored
Prepare 4.4.x release See merge request gitlab-org/gitter/gitter-ios-app!18
-
- 19 Feb, 2020 1 commit
-
-
Tomas Vik authored
Add app store link to readme See merge request gitlab-org/gitter/gitter-ios-app!19
-
- 18 Feb, 2020 1 commit
- 14 Feb, 2020 1 commit
-
-
Tomas Vik authored
-
- 15 Jan, 2020 2 commits
-
-
Tomas Vik authored
Connecting the iOS app to local webapp See merge request gitlab-org/gitter/gitter-ios-app!17
-
Tomas Vik authored
This MR contains several changes in the code replacing hardcoded `gitter.im` references with using URL from config. There is a change to Transport security settings, allowing HTTP connections to `localhost:5000`. Lastly, the updated README explains the necessary steps for connecting to the local webapp. Thank you @MadLittleMods for unblocking me with the transport security settings, saving me hours if not days of struggle.
❣ https://gitlab.com/gitlab-org/gitter/gitter-ios-app/merge_requests/17
-
- 14 Nov, 2019 1 commit
-
-
Tomas Vik authored
fix bottom margin in login screen See merge request gitlab-org/gitter/gitter-ios-app!13
-
- 13 Nov, 2019 1 commit
-
-
Dimitris Togias authored
-
- 03 Nov, 2019 1 commit
-
-
Eric Eastwood authored
Prepare 4.3.x release Closes #3 and #39 See merge request gitlab-org/gitter/gitter-ios-app!6
-
- 01 Nov, 2019 1 commit
-
-
Tomas Vik authored
-
- 29 Oct, 2019 3 commits
-
-
Eric Eastwood authored
Update prod release docs See merge request gitlab-org/gitter/gitter-ios-app!12
-
Eric Eastwood authored
Doc updates while working on https://gitlab.com/gitlab-org/gitter/gitter-ios-app/merge_requests/6
-
Eric Eastwood authored
-
- 23 Oct, 2019 3 commits
- 18 Oct, 2019 2 commits
- 17 Oct, 2019 1 commit
-
-
Tomas Vik authored
-
- 14 Oct, 2019 2 commits
-
-
Eric Eastwood authored
Add some docs on how to push out a new release Closes #49 See merge request gitlab-org/gitter/gitter-ios-app!9
-
Eric Eastwood authored
-
- 13 Oct, 2019 2 commits
-
-
Eric Eastwood authored
- 10 Oct, 2019 7 commits
-
-
Eric Eastwood authored
Repackage assets and upgrade to Swift 5 Closes #42 and #45 See merge request gitlab-org/gitter/gitter-ios-app!8
-
Ben Jackson authored
-
Ben Jackson authored
-
Ben Jackson authored
When logging out, we attempted to clear out some core data entities named "Suggestion", but this didn't exist, leading to an abort. It's not clear why "Room" and "Suggestion" were the only things cleared, but it makes sense to clear all of the entities on logout, as they will be reloaded anyway. Delegate the list to the JsonToDatabase, so as to avoid these getting out of sync again (albeit not in the ideal way).
-
Ben Jackson authored
-
Ben Jackson authored
This requires a patch to the SlackTextViewController cocoapod. Unfortunately the upstream is abandoned, so we use a fork containing the fix.
-
Ben Jackson authored
* sudo gem install cocoapods * pod update
-
- 03 Oct, 2019 3 commits
-
-
Ben Jackson authored
-
Ben Jackson authored
-
Ben Jackson authored
-
- 02 Oct, 2019 1 commit
-
-
Ben Jackson authored
-