Commit Graph

1020 Commits

Author SHA1 Message Date
manuroe 1f9d46db4e Spontaneous logout: Try to detect it in AuthenticationViewController and crash the app if it happens (#1643) 2018-02-06 12:48:34 +01:00
Giom Foret 0ad063b974 Groups: Display flair for users in room history.
Force the matrix session to refresh the cached data related to the publicised groups of the users when the application enters in foreground

vector-im/riot-meta#118
2018-02-04 17:13:44 +01:00
manuroe ed47769d1c Merge pull request #1753 from vector-im/piwik2
Replace Google Analytic by Matomo(Piwik)
2018-02-02 14:56:19 +01:00
manuroe aedf8712bc Piwik: Fix screen tracking 2018-01-31 18:20:11 +01:00
manuroe 5d6417651f Piwik: Point to the piwik API URL, not the site landing page 2018-01-30 15:10:26 +01:00
manuroe b69cc875c4 Piwik: our PR on Piwik now just need to be released 2018-01-30 08:36:52 +01:00
manuroe c09a7b4d9f Piwik: our PR on Piwik now just need to be released 2018-01-30 08:35:29 +01:00
manuroe 82af61996e Piwik: Remove @TODO 2018-01-29 16:30:20 +01:00
manuroe 05d353172a Piwik: Use it for analytics 2018-01-29 15:26:44 +01:00
giomfo c90702cbde Merge pull request #1737 from tellowkrinkle/tellowkrinkle-cancelbutton-fix
Cancel Buttons use style Cancel
2018-01-22 15:47:34 +01:00
giomfo aed78ede2a Merge pull request #1740 from vector-im/settings_community_publicity
App Settings - Communities: Let the user update the publicity for eac…
2018-01-22 15:43:54 +01:00
giomfo 03fd4de555 Merge pull request #1739 from vector-im/room_details_flair
Room Settings: Add the Flair section
2018-01-22 15:43:32 +01:00
Giom Foret c0880eb5b0 Code cleaning 2018-01-22 15:43:16 +01:00
giomfo c9621ab55e Merge pull request #1735 from vector-im/render_html
Group Home screen: render the potential images in the long description.
2018-01-22 15:31:48 +01:00
Giom Foret 4bd9093462 Fix Manu's comments 2018-01-22 15:14:33 +01:00
Giom Foret 863d862ea2 App Settings - Communities: Let the user update the publicity for each his community 2018-01-20 13:49:02 +01:00
Giom Foret 86d56f3027 Room Settings: Add the Flair section
to handle the communities related to a room
2018-01-19 17:08:44 +01:00
Evan Tang 889f34b6d6 When you realize there's more than one cancel button 2018-01-18 20:46:25 -06:00
tellowkrinkle 3fba3fa71b Cancel Button uses style Cancel
This allows you to tap outside of the popup to cancel
2018-01-18 20:10:40 -06:00
Giom Foret 466ec98ccc Bug Fix -iPad: export e2e keys failed, there pops no window up where to save the keys
#1733

Do not pass the frame of the view to present the document interaction controller. The given rect is supposed to be in the coordinates of the view.
2018-01-17 12:26:40 +01:00
Giom Foret 6ca308102b Improvement: use the right property to check whether the view is currently loaded into memory. 2018-01-17 11:05:49 +01:00
Giom Foret 8b84e38c44 Improvement: use the right property to check whether the view is currently loaded into memory. 2018-01-17 11:02:02 +01:00
Giom Foret e968bd3627 Bug Fix - Contact Details: The contact avatar quality is very low
when the contact details screen is opened from a link
2018-01-17 10:55:31 +01:00
Giom Foret df1502b948 Merge branch 'develop' into render_html 2018-01-17 10:37:13 +01:00
Giom Foret 189718e112 Group Details - Home screen: handle the room, user and group links in the long description. 2018-01-17 10:36:02 +01:00
Giom Foret aacd68bfc4 Group Details: Handle the item selection in rooms and users list.
- Open a contact details screen when the user selects a group member
- Open the room history or a room preview in case of room selection
2018-01-16 23:49:04 +01:00
Giom Foret a71d202fc6 Group Home screen: render the potential images in the long description. 2018-01-15 17:14:00 +01:00
Giom Foret 152fb21bfa Move all the view controllers related to the communities 2018-01-08 19:18:56 +01:00
Giom Foret e092aac9a0 Riot project: group all the view controllers related to the communities 2018-01-08 19:17:29 +01:00
Dawid Rączka 9eb6ba1053 Moved fix to userInterfaceThemeDidChange method. 2018-01-08 17:26:31 +01:00
Unknown 421eda9eba Fixed keyboard color when entering bug report (#1720)
Signed-off-by: Dawid Rączka <dawidraczka@gmail.com>
2018-01-08 13:02:56 +01:00
manuroe 4b8ce0f20f Remove Google Analytics 2018-01-05 10:02:10 +01:00
manuroe 83a51295aa 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 78d19e7334 Merge remote-tracking branch 'origin/master' into develop 2018-01-03 15:06:18 +01:00
manuroe f6037dc12d Fix build 2018-01-03 14:59:01 +01:00
manuroe c6d56095d6 version++ 2018-01-03 14:48:19 +01:00
manuroe 1a8ae234ce 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 0931c91b53)
2018-01-03 11:29:17 +01:00
manuroe 6418751418 Push notifications: UILocalNotification.fireDate is useless to dedup notifications. Remove it
(cherry picked from commit c6027c428c)
2018-01-03 11:29:09 +01:00
manuroe 02af0b030a 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 9be538bf0e)
2018-01-03 11:29:09 +01:00
manuroe 948e770833 Push notifications: More logs to track duplicated notifications
(cherry picked from commit ce1a024289)
2018-01-03 11:29:09 +01:00
manuroe 93610d2dd1 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 c72a96b159)

# Conflicts:
#	Riot/AppDelegate.m
2018-01-03 11:28:41 +01:00
manuroe 38ab6e0f53 Test: Disable again loop on [application isProtectedDataAvailable] because I have bg watchdog crash again
(cherry picked from commit 5f65b5a887)
2018-01-03 11:26:54 +01:00
manuroe 0931c91b53 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
Giom Foret 52e138e3c4 Groups: Improve the groups notifications handling at application level 2018-01-02 16:23:12 +01:00
manuroe c6027c428c Push notifications: UILocalNotification.fireDate is useless to dedup notifications. Remove it 2018-01-02 15:46:43 +01:00
manuroe 9be538bf0e 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 ce1a024289 Push notifications: More logs to track duplicated notifications 2018-01-02 14:15:50 +01:00
manuroe 07c4341f14 Merge pull request #1717 from vector-im/group_details_rooms
Group details: Add Rooms page
2018-01-02 12:46:24 +01:00
manuroe c72a96b159 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 9e0aeb3a94 Merge pull request #1719 from vector-im/groups_link
AppDelegate - Groups: handle links to groups
2018-01-02 11:35:23 +01:00