Commit Graph

4160 Commits

Author SHA1 Message Date
manuroe f20a74e02e Push notifications: More logs to track duplicated notifications 2018-01-02 14:15:50 +01:00
manuroe 356516f120 Merge pull request #1717 from vector-im/group_details_rooms
Group details: Add Rooms page
2018-01-02 12:46:24 +01:00
manuroe 83d6be3d83 Merge pull request #1721 from vector-im/early_log_init
AppDelegate: Enable log to file earlier
2018-01-02 12:08:18 +01:00
manuroe 59c4cbe121 AppDelegate: Enable log to file earlier
Try another technique to save logs to files earlier.
The goal is to track unexpected app startup cycle like in https://riot.im/bugreports/listing/2017-12-29/081732/console.1.log.gz (https://github.com/matrix-org/riot-ios-rageshakes/issues/797) and https://riot.im/bugreports/listing/2017-12-31/133345/console.log.gz (https://github.com/matrix-org/riot-ios-rageshakes/issues/805).
2018-01-02 11:56:30 +01:00
manuroe e942eed725 Merge pull request #1719 from vector-im/groups_link
AppDelegate - Groups: handle links to groups
2018-01-02 11:35:23 +01:00
manuroe 61f4e63df5 Merge pull request #1716 from vector-im/groups
Groups enhancements
2018-01-02 11:14:10 +01:00
Giom Foret 173d218bf0 AppDelegate - Groups: handle links to groups 2017-12-31 16:24:47 +01:00
Giom Foret b5d0a0ae0b Group details: Add Rooms page
https://github.com/vector-im/riot-meta/issues/117
2017-12-31 12:52:22 +01:00
manuroe 09518a7e1c Test: Disable again loop on [application isProtectedDataAvailable] because I have bg watchdog crash again 2017-12-31 10:21:22 +01:00
Giom Foret 2975ba7fbf GroupParticipantsViewController: support the self-sizing cells,
and the self-sizing section headers.

vector-im/riot-meta#115
2017-12-29 19:54:13 +01:00
manuroe b4b2bb6ad5 Merge remote-tracking branch 'origin/master' into develop 2017-12-29 18:02:44 +01:00
manuroe ca3e83e14f version++ 2017-12-29 18:01:40 +01:00
manuroe 12d9ad6c93 Merge remote-tracking branch 'origin/release-v0.6.7' into develop 2017-12-29 17:16:25 +01:00
manuroe caa3802c8c Missing Push Notifications: Localise SINGLE_UNREAD_IN_ROOM for Frencs 2017-12-29 17:15:13 +01:00
manuroe fca638ca41 Merge pull request #1715 from vector-im/loop_again
App Startup: patchy patch: Reenable the loop on [application isProtecedDataAvailable]
2017-12-29 17:09:46 +01:00
manuroe d57f5b916b App Startup: patchy patch: Reenable the loop on [application isProtectedDataAvailable] at least for 10s to secure startup for the moment 2017-12-29 17:01:23 +01:00
manuroe c28a16c715 Merge pull request #1714 from vector-im/notif_for_failed_sync
Missing Push Notifications again
2017-12-29 16:50:55 +01:00
manuroe da245c0d14 Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
Fix last Giom's remark: Make sure we do not display a "limited" notif for an event with already a "full" notif.
2017-12-29 16:43:20 +01:00
Giom Foret 5a08fb284d GroupsViewController: adjust dynamically section header height.
Support the dynamic font in the section header.

vector-im/riot-meta#114
2017-12-29 16:05:51 +01:00
manuroe eac51d5c38 Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
Fixed easy Giom's remarks
2017-12-29 15:20:12 +01:00
manuroe d7e44de3de Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
wording
2017-12-29 13:40:55 +01:00
manuroe ddb7e24810 Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
Show notif on /sync failure callback too
2017-12-29 13:33:55 +01:00
manuroe e706e194c5 Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
Renaming
2017-12-29 13:22:29 +01:00
manuroe 9e9cd7163e Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
Build the string for the notification
2017-12-29 13:19:40 +01:00
manuroe aad40ad4b1 Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
This fixes the case logged at
https://riot.im/bugreports/listing/2017-12-27/163238/console.2.log.gz
2017-12-29 10:31:16 +01:00
giomfo 5887169a70 Merge pull request #1713 from vector-im/fix_crash
Bug Fix: App crashes when the user taps on a bubble in which a string…
2017-12-28 18:21:03 +01:00
Giom Foret 637035f926 Bug Fix: App crashes when the user taps on a bubble in which a string component is empty. 2017-12-28 16:45:45 +01:00
manuroe a57b81b262 Merge remote-tracking branch 'origin/release-v0.6.7' into develop 2017-12-28 14:44:16 +01:00
manuroe de73f4c4ea Log: Add logs for tracking "Silent crash at startup in [MXKContactManager loadCachedMatrixContacts]" (#1711) 2017-12-28 14:23:12 +01:00
giomfo 08595849e4 Merge pull request #1710 from vector-im/groups
Groups enhancements
2017-12-28 13:42:30 +01:00
Giom Foret c78f5e5f37 Groups list: Support dynamic fonts by enabling self-sizing table view cell, and use constraints to define the cell’s size.
vector-im/riot-meta#114
2017-12-28 12:02:21 +01:00
Giom Foret 5374d3379d Group Details: Home page
- Add the number of members and rooms in the home screens.

vector-im/riot-meta#115
2017-12-28 12:00:46 +01:00
manuroe 5d27fcd68e Merge remote-tracking branch 'origin/release-v0.6.7' into develop
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2017-12-27 16:23:42 +01:00
manuroe 7c13e0e298 Merge pull request #1708 from vector-im/MXKAccount_stored_in_file
Missing Push Notifications (#1696): We do not need to wait for `[appl…
2017-12-27 16:18:50 +01:00
manuroe 32ca8fc79a Missing Push Notifications (#1696): We do not need to wait for [application isProtectedDataAvailable] anymore
Thanks to https://github.com/matrix-org/matrix-ios-kit/pull/387
2017-12-27 15:40:25 +01:00
giomfo cf9ac76af1 Merge pull request #1707 from vector-im/riot_1701_tmp
Bug Fix: Share extension is not localized?
2017-12-27 14:57:47 +01:00
Giom Foret a1cfbc0612 Bug Fix: Share extension is not localized?
#1701
2017-12-27 14:53:17 +01:00
manuroe 3e22195ca7 Merge pull request #1703 from vector-im/rageshake_756
Widget: Fix crash when widget JSON data contains a number value
2017-12-27 09:03:49 +01:00
manuroe b63c0cbb49 Widget: Fix crash when widget JSON data contains a number value instead of an expected string (https://github.com/matrix-org/riot-ios-rageshakes/issues/765) 2017-12-27 08:57:14 +01:00
giomfo c6d9515107 Merge pull request #1693 from vector-im/groups
Add the Communities tab in Riot app:
- Support the self-management of the community membership.
- Display a community details with 2 sections: Home and People. A third section will be added later to list the rooms of the communities).

https://github.com/vector-im/riot-meta/issues/114
https://github.com/vector-im/riot-meta/issues/115
https://github.com/vector-im/riot-meta/issues/116
2017-12-22 15:41:29 +01:00
Giom Foret 1662e7eb0b Groups: self-management of membership of groups
Hide the (+) button on the groups list and on the group participants.
This will be handled later
2017-12-22 15:26:09 +01:00
Giom Foret 088b692dd0 Update the screen tracking 2017-12-22 15:03:41 +01:00
Giom Foret 847e970eef Merge branch 'develop' into groups 2017-12-22 14:50:40 +01:00
manuroe 5c4c94dd4c Merge pull request #1700 from vector-im/ga_factorisation
Analytics: Create a generic API in AppDelegate class
2017-12-22 14:39:17 +01:00
Giom Foret e12326c2dc Groups: self-management of membership of groups
- Custom the group view controllers with the blue color.

vector-im/riot-meta#114
2017-12-22 14:33:40 +01:00
manuroe 68c48387ac Analytics: Create a generic API in AppDelegate class
And move all Google Analytics code to AppDelegate.m
2017-12-22 13:19:40 +01:00
Giom Foret 2a2ca1e1de Groups: self-management of membership of groups
- Bug Fix: App layout is broken on iPad after having left a group.
- Improve the display of the Group Details Home screen

vector-im/riot-meta#114
vector-im/riot-meta#115
2017-12-21 17:19:36 +01:00
manuroe b31ec04e17 Merge remote-tracking branch 'origin/master' into develop 2017-12-21 09:50:10 +01:00
manuroe d4295ab36b version++ 2017-12-21 09:31:28 +01:00
manuroe df9490648b VoIP: increase call invite lifetime from 30 to 60s (https://github.com/vector-im/riot-meta/issues/129) 2017-12-21 09:28:40 +01:00