Commit Graph

4181 Commits

Author SHA1 Message Date
manuroe d28e95d6b0 Piwik: our PR on Piwik now just need to be released 2018-01-30 08:35:29 +01:00
manuroe d9b65e35b4 Piwik: Remove @TODO 2018-01-29 16:30:20 +01:00
manuroe b2a81d7c0b Piwik: Use it for analytics 2018-01-29 15:26:44 +01:00
manuroe f3d1b081c0 Podfile: Enable use_frameworks so that we can use Swift pods 2018-01-23 20:18:07 +01:00
manuroe c28423d370 Remove Google Analytics 2018-01-05 10:02:10 +01:00
manuroe 7e7fdb35e1 Merge pull request #1724 from vector-im/widget_missing_scalar_token
Widgets: Make sure we have a scalar token before opening one
2018-01-04 12:28:12 +01:00
manuroe 25420dce05 Widgets: Make sure we have a scalar token before opening one (#1723).
Make the build of the true widget URL asynchronous and build it only when necessary.
2018-01-04 12:25:32 +01:00
manuroe e658d60710 Merge remote-tracking branch 'origin/master' into develop 2018-01-03 15:06:18 +01:00
manuroe 1f762f4ddb Fix build 2018-01-03 14:59:01 +01:00
manuroe 82fc5d67ad version++ 2018-01-03 14:48:19 +01:00
manuroe b269a5fc6c Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
BF: Return a string
(cherry picked from commit fef278424a9ad21b4baebe829067e01a59558a86)
2018-01-03 11:29:17 +01:00
manuroe 6fe06eba56 Push notifications: UILocalNotification.fireDate is useless to dedup notifications. Remove it
(cherry picked from commit 8041730f61aa9331af7faba7dae37a9fd41a7b83)
2018-01-03 11:29:09 +01:00
manuroe 82dc8de69d Push notifications: Add fireDate to UILocalNotification in order to retrieve them afterwards.
It seems to be mandatory to make `[[UIApplication sharedApplication] scheduledLocalNotifications]` non empty

(cherry picked from commit 564b1f2b2aa47562ccec8d5c6f2069b8950460fb)
2018-01-03 11:29:09 +01:00
manuroe 3c7a4cf456 Push notifications: More logs to track duplicated notifications
(cherry picked from commit 2b297d07852f7d2dde6e24ba0f74aaeadb3912ce)
2018-01-03 11:29:09 +01:00
manuroe 26d0f18c5d 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).

(cherry picked from commit f1a410e6adb3a53afc5b2c77048de83d0b0f03ae)

# Conflicts:
#	Riot/AppDelegate.m
2018-01-03 11:28:41 +01:00
manuroe d08dddc772 Test: Disable again loop on [application isProtectedDataAvailable] because I have bg watchdog crash again
(cherry picked from commit 228866199bf611aafc447cafb82ceb357b6a3cdd)
2018-01-03 11:26:54 +01:00
manuroe 23149b6e6c Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs to get all data.
BF: Return a string
2018-01-03 11:06:39 +01:00
manuroe 3e2a7e5dca Merge pull request #1722 from vector-im/groups_update_listener
Groups: Improve the groups notifications handling at application level
2018-01-02 16:33:20 +01:00
Giom Foret 628f303c0f Groups: Improve the groups notifications handling at application level 2018-01-02 16:23:12 +01:00
manuroe ff4fac627e Push notifications: UILocalNotification.fireDate is useless to dedup notifications. Remove it 2018-01-02 15:46:43 +01:00
manuroe e0792ce988 Push notifications: Add fireDate to UILocalNotification in order to retrieve them afterwards.
It seems to be mandatory to make `[[UIApplication sharedApplication] scheduledLocalNotifications]` non empty
2018-01-02 15:03:25 +01:00
manuroe 574f5a579c Push notifications: More logs to track duplicated notifications 2018-01-02 14:15:50 +01:00
manuroe 8461fa1fea Merge pull request #1717 from vector-im/group_details_rooms
Group details: Add Rooms page
2018-01-02 12:46:24 +01:00
manuroe e2187378f8 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 b5cda9ac85 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 cfed3023a1 Merge pull request #1719 from vector-im/groups_link
AppDelegate - Groups: handle links to groups
2018-01-02 11:35:23 +01:00
manuroe 5a9088ad43 Merge pull request #1716 from vector-im/groups
Groups enhancements
2018-01-02 11:14:10 +01:00
Giom Foret 51f96953cb AppDelegate - Groups: handle links to groups 2017-12-31 16:24:47 +01:00
Giom Foret 670ef42634 Group details: Add Rooms page
https://github.com/vector-im/riot-meta/issues/117
2017-12-31 12:52:22 +01:00
manuroe 6dc333e838 Test: Disable again loop on [application isProtectedDataAvailable] because I have bg watchdog crash again 2017-12-31 10:21:22 +01:00
Giom Foret 498c7ea2dd 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 16623d8ac2 Merge remote-tracking branch 'origin/master' into develop 2017-12-29 18:02:44 +01:00
manuroe df69ec1c8b version++ 2017-12-29 18:01:40 +01:00
manuroe d8c797daf3 Merge remote-tracking branch 'origin/release-v0.6.7' into develop 2017-12-29 17:16:25 +01:00
manuroe 5ecf5594ec Missing Push Notifications: Localise SINGLE_UNREAD_IN_ROOM for Frencs 2017-12-29 17:15:13 +01:00
manuroe 016e01f128 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 3bc2a46efd 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 0d79ba80a1 Merge pull request #1714 from vector-im/notif_for_failed_sync
Missing Push Notifications again
2017-12-29 16:50:55 +01:00
manuroe f52c4a4bf5 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 abc71e32cd 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 6363f195a2 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 c95bf1d5f5 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 9c8c10b192 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 80d4b31448 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 1d546a9040 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 0e9e35509d 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 40da0baf7f 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 e6320e20af 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 864353280d Merge remote-tracking branch 'origin/release-v0.6.7' into develop 2017-12-28 14:44:16 +01:00
manuroe e0b4f8a300 Log: Add logs for tracking "Silent crash at startup in [MXKContactManager loadCachedMatrixContacts]" (#1711) 2017-12-28 14:23:12 +01:00