Giom Foret
78b7e33b70
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
5c0103e80b
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
0c14554193
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
82f5d6aa5e
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
080c44f3eb
Merge branch 'develop' into render_html
2018-01-17 10:37:13 +01:00
Giom Foret
97b4e1fd1f
Group Details - Home screen: handle the room, user and group links in the long description.
2018-01-17 10:36:02 +01:00
Simó Albert i Beltran
5ec9cddc8e
Added translation using Weblate (Catalan)
2018-01-17 07:15:14 +00:00
Simó Albert i Beltran
9e4a92a8b7
Added translation using Weblate (Catalan)
2018-01-17 07:14:56 +00:00
Simó Albert i Beltran
2435e7ff1e
Added translation using Weblate (Catalan)
2018-01-17 07:14:18 +00:00
Giom Foret
c28631726c
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
15c340a978
Group Home screen: render the potential images in the long description.
2018-01-15 17:14:00 +01:00
Giom Foret
443e50ef17
Move all the view controllers related to the communities
2018-01-08 19:18:56 +01:00
Giom Foret
d9b3210c64
Riot project: group all the view controllers related to the communities
2018-01-08 19:17:29 +01:00
giomfo
6451fba08a
Merge pull request #1729 from daverPL/fix_bug_report_keyboard_color
...
Fixed keyboard color when entering bug report (#1720 ).
2018-01-08 18:30:41 +01:00
Dawid Rączka
70aaa49a43
Moved fix to userInterfaceThemeDidChange method.
2018-01-08 17:26:31 +01:00
Unknown
f146150887
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
93655dfb02
Remove Google Analytics
2018-01-05 10:02:10 +01:00
manuroe
ac4d9d5eae
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
60bd53007e
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
870b061112
Merge remote-tracking branch 'origin/master' into develop
2018-01-03 15:06:18 +01:00
manuroe
e4d73ced89
Fix build
2018-01-03 14:59:01 +01:00
manuroe
b4863d75ab
version++
2018-01-03 14:48:19 +01:00
manuroe
b6725570d2
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 30125eaf4b669a997de91cd8f94063e72886605d)
2018-01-03 11:29:17 +01:00
manuroe
52e9a4828a
Push notifications: UILocalNotification.fireDate is useless to dedup notifications. Remove it
...
(cherry picked from commit 7fc23665b888a43f49ad6303c4252154e5306c1a)
2018-01-03 11:29:09 +01:00
manuroe
76bd47fba1
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 4e91844403c7f4d46a0457fa56864519c5a7febd)
2018-01-03 11:29:09 +01:00
manuroe
53610f3d4f
Push notifications: More logs to track duplicated notifications
...
(cherry picked from commit cf066a7e07ca19f62cfa02f5d998aee31866b927)
2018-01-03 11:29:09 +01:00
manuroe
d71c2b86ac
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 879f42782a9de8bcc8cca33642f9927177938115)
# Conflicts:
# Riot/AppDelegate.m
2018-01-03 11:28:41 +01:00
manuroe
e46c9cbb6c
Test: Disable again loop on [application isProtectedDataAvailable] because I have bg watchdog crash again
...
(cherry picked from commit 07f331c1604a0274d77c699008f5e101ef8dfd3e)
2018-01-03 11:26:54 +01:00
manuroe
51146f3116
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
2bd7e39dcd
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
f8698dcb76
Groups: Improve the groups notifications handling at application level
2018-01-02 16:23:12 +01:00
manuroe
bed0923cea
Push notifications: UILocalNotification.fireDate is useless to dedup notifications. Remove it
2018-01-02 15:46:43 +01:00
manuroe
a758a64a99
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
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
Osoitz
72489dd383
Translated using Weblate (Basque)
...
Currently translated at 100.0% (447 of 447 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2018-01-02 11:04:34 +00: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