diff --git a/README.md b/README.md index b082a92..4ed9ad9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Telegram client for Sailfish OS ## Author -Sebastian J. Wolf [sebastian@ygriega.de](mailto:sebastian@ygriega.de) +Sebastian J. Wolf [sebastian@ygriega.de](mailto:sebastian@ygriega.de) and several contributors ## Contributions @@ -10,7 +10,7 @@ Fernschreiber wouldn't be the same without all the people helping in making it b ### Code (Features, Bugfixes, Optimizations etc.) - Chat list model, TDLib receiver, project dependencies: [Slava Monich](https://github.com/monich) -- Location support, app initialization/registration with Telegram, project dependencies: [jgibbon](https://github.com/jgibbon) +- Chat info page, location support, app initialization/registration with Telegram, project dependencies: [jgibbon](https://github.com/jgibbon) ### Logo/Icon - Designed by [Matteo](https://github.com/iamnomeutente) diff --git a/qml/components/AppNotification.qml b/qml/components/AppNotification.qml index eca2c97..5ba5fff 100644 --- a/qml/components/AppNotification.qml +++ b/qml/components/AppNotification.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/AppNotificationItem.qml b/qml/components/AppNotificationItem.qml index 63ec600..42aa3a8 100644 --- a/qml/components/AppNotificationItem.qml +++ b/qml/components/AppNotificationItem.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/AudioPreview.qml b/qml/components/AudioPreview.qml index 7184008..831a17c 100644 --- a/qml/components/AudioPreview.qml +++ b/qml/components/AudioPreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/BackgroundProgressIndicator.qml b/qml/components/BackgroundProgressIndicator.qml index a6c8dbe..bedb440 100644 --- a/qml/components/BackgroundProgressIndicator.qml +++ b/qml/components/BackgroundProgressIndicator.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/DocumentPreview.qml b/qml/components/DocumentPreview.qml index e0d566e..9f46a09 100644 --- a/qml/components/DocumentPreview.qml +++ b/qml/components/DocumentPreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/ImagePreview.qml b/qml/components/ImagePreview.qml index affd45c..395629c 100644 --- a/qml/components/ImagePreview.qml +++ b/qml/components/ImagePreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/InReplyToRow.qml b/qml/components/InReplyToRow.qml index 20f27d5..e610775 100644 --- a/qml/components/InReplyToRow.qml +++ b/qml/components/InReplyToRow.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/LocationPreview.qml b/qml/components/LocationPreview.qml index bb83ab5..b160072 100644 --- a/qml/components/LocationPreview.qml +++ b/qml/components/LocationPreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/ProfileThumbnail.qml b/qml/components/ProfileThumbnail.qml index e8d2221..9dafd91 100644 --- a/qml/components/ProfileThumbnail.qml +++ b/qml/components/ProfileThumbnail.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/StickerPicker.qml b/qml/components/StickerPicker.qml index 3ff4704..8173bfe 100644 --- a/qml/components/StickerPicker.qml +++ b/qml/components/StickerPicker.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/StickerPreview.qml b/qml/components/StickerPreview.qml index 1a3a991..af22328 100644 --- a/qml/components/StickerPreview.qml +++ b/qml/components/StickerPreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/VideoPreview.qml b/qml/components/VideoPreview.qml index b7a4d2a..458550c 100644 --- a/qml/components/VideoPreview.qml +++ b/qml/components/VideoPreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/WebPagePreview.qml b/qml/components/WebPagePreview.qml index 4b8fb83..260fb61 100644 --- a/qml/components/WebPagePreview.qml +++ b/qml/components/WebPagePreview.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationEditArea.qml b/qml/components/chatInformationPage/ChatInformationEditArea.qml index fc37aad..667ebb4 100644 --- a/qml/components/chatInformationPage/ChatInformationEditArea.qml +++ b/qml/components/chatInformationPage/ChatInformationEditArea.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationProfilePicture.qml b/qml/components/chatInformationPage/ChatInformationProfilePicture.qml index ad04316..2c7fff8 100644 --- a/qml/components/chatInformationPage/ChatInformationProfilePicture.qml +++ b/qml/components/chatInformationPage/ChatInformationProfilePicture.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationProfilePictureList.qml b/qml/components/chatInformationPage/ChatInformationProfilePictureList.qml index 3fa4f0d..8cbc677 100644 --- a/qml/components/chatInformationPage/ChatInformationProfilePictureList.qml +++ b/qml/components/chatInformationPage/ChatInformationProfilePictureList.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationTabItemBase.qml b/qml/components/chatInformationPage/ChatInformationTabItemBase.qml index a9f5cfd..a3472c4 100644 --- a/qml/components/chatInformationPage/ChatInformationTabItemBase.qml +++ b/qml/components/chatInformationPage/ChatInformationTabItemBase.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationTabItemDebug.qml b/qml/components/chatInformationPage/ChatInformationTabItemDebug.qml index 400ca76..6696c1c 100644 --- a/qml/components/chatInformationPage/ChatInformationTabItemDebug.qml +++ b/qml/components/chatInformationPage/ChatInformationTabItemDebug.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationTabItemMembersGroups.qml b/qml/components/chatInformationPage/ChatInformationTabItemMembersGroups.qml index 8ee4ae2..7be0b30 100644 --- a/qml/components/chatInformationPage/ChatInformationTabItemMembersGroups.qml +++ b/qml/components/chatInformationPage/ChatInformationTabItemMembersGroups.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationTabItemSettings.qml b/qml/components/chatInformationPage/ChatInformationTabItemSettings.qml index 05b2454..9b189ba 100644 --- a/qml/components/chatInformationPage/ChatInformationTabItemSettings.qml +++ b/qml/components/chatInformationPage/ChatInformationTabItemSettings.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationTabView.qml b/qml/components/chatInformationPage/ChatInformationTabView.qml index 6d4467c..2e62006 100644 --- a/qml/components/chatInformationPage/ChatInformationTabView.qml +++ b/qml/components/chatInformationPage/ChatInformationTabView.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/ChatInformationTextItem.qml b/qml/components/chatInformationPage/ChatInformationTextItem.qml index 46c250c..4cffc6e 100644 --- a/qml/components/chatInformationPage/ChatInformationTextItem.qml +++ b/qml/components/chatInformationPage/ChatInformationTextItem.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/EditGroupChatPermissionsColumn.qml b/qml/components/chatInformationPage/EditGroupChatPermissionsColumn.qml index b085ae4..cd19fd1 100644 --- a/qml/components/chatInformationPage/EditGroupChatPermissionsColumn.qml +++ b/qml/components/chatInformationPage/EditGroupChatPermissionsColumn.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/components/chatInformationPage/EditSuperGroupSlowModeColumn.qml b/qml/components/chatInformationPage/EditSuperGroupSlowModeColumn.qml index bada085..fb51291 100644 --- a/qml/components/chatInformationPage/EditSuperGroupSlowModeColumn.qml +++ b/qml/components/chatInformationPage/EditSuperGroupSlowModeColumn.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/harbour-fernschreiber.qml b/qml/harbour-fernschreiber.qml index 6c8d6e4..8c756cd 100644 --- a/qml/harbour-fernschreiber.qml +++ b/qml/harbour-fernschreiber.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/js/functions.js b/qml/js/functions.js index b8a795c..771d836 100644 --- a/qml/js/functions.js +++ b/qml/js/functions.js @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 1dd253e..0429b0d 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/ChatPage.qml b/qml/pages/ChatPage.qml index ac5da91..b2cd02d 100644 --- a/qml/pages/ChatPage.qml +++ b/qml/pages/ChatPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/CoverPage.qml b/qml/pages/CoverPage.qml index 7534181..633779f 100644 --- a/qml/pages/CoverPage.qml +++ b/qml/pages/CoverPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/ImagePage.qml b/qml/pages/ImagePage.qml index 338b3fb..2072e0f 100644 --- a/qml/pages/ImagePage.qml +++ b/qml/pages/ImagePage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/InitializationPage.qml b/qml/pages/InitializationPage.qml index e43c647..9493792 100644 --- a/qml/pages/InitializationPage.qml +++ b/qml/pages/InitializationPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/OverviewPage.qml b/qml/pages/OverviewPage.qml index 67eea4c..f3533f5 100644 --- a/qml/pages/OverviewPage.qml +++ b/qml/pages/OverviewPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/SettingsPage.qml b/qml/pages/SettingsPage.qml index f044f9c..0e73bf8 100644 --- a/qml/pages/SettingsPage.qml +++ b/qml/pages/SettingsPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/qml/pages/VideoPage.qml b/qml/pages/VideoPage.qml index 928bcef..4d939d1 100644 --- a/qml/pages/VideoPage.qml +++ b/qml/pages/VideoPage.qml @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/chatlistmodel.cpp b/src/chatlistmodel.cpp index 70da9e2..b45c82c 100644 --- a/src/chatlistmodel.cpp +++ b/src/chatlistmodel.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/chatlistmodel.h b/src/chatlistmodel.h index 00aed07..c4d9dfd 100644 --- a/src/chatlistmodel.h +++ b/src/chatlistmodel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/chatmodel.cpp b/src/chatmodel.cpp index 09dfea0..7525c8e 100644 --- a/src/chatmodel.cpp +++ b/src/chatmodel.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/chatmodel.h b/src/chatmodel.h index 2d317e0..de17095 100644 --- a/src/chatmodel.h +++ b/src/chatmodel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/dbusadaptor.cpp b/src/dbusadaptor.cpp index 4978061..5d46b54 100644 --- a/src/dbusadaptor.cpp +++ b/src/dbusadaptor.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/dbusadaptor.h b/src/dbusadaptor.h index c3bbbc1..7e5f9db 100644 --- a/src/dbusadaptor.h +++ b/src/dbusadaptor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/dbusinterface.cpp b/src/dbusinterface.cpp index ed31609..ab38826 100644 --- a/src/dbusinterface.cpp +++ b/src/dbusinterface.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/dbusinterface.h b/src/dbusinterface.h index 16281c5..8c3add7 100644 --- a/src/dbusinterface.h +++ b/src/dbusinterface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/emojisearchworker.cpp b/src/emojisearchworker.cpp index 5e97d0b..c239157 100644 --- a/src/emojisearchworker.cpp +++ b/src/emojisearchworker.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/emojisearchworker.h b/src/emojisearchworker.h index c728b07..25a785d 100644 --- a/src/emojisearchworker.h +++ b/src/emojisearchworker.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/harbour-fernschreiber.cpp b/src/harbour-fernschreiber.cpp index babb531..a17c420 100644 --- a/src/harbour-fernschreiber.cpp +++ b/src/harbour-fernschreiber.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/notificationmanager.cpp b/src/notificationmanager.cpp index 1300c88..fc0ba1f 100644 --- a/src/notificationmanager.cpp +++ b/src/notificationmanager.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/notificationmanager.h b/src/notificationmanager.h index 7e1c123..9cb3020 100644 --- a/src/notificationmanager.h +++ b/src/notificationmanager.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/stickermanager.cpp b/src/stickermanager.cpp index b27871f..92b63f6 100644 --- a/src/stickermanager.cpp +++ b/src/stickermanager.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/stickermanager.h b/src/stickermanager.h index f4378a3..3aae40f 100644 --- a/src/stickermanager.h +++ b/src/stickermanager.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/tdlibreceiver.cpp b/src/tdlibreceiver.cpp index 2debac2..cb80fe1 100644 --- a/src/tdlibreceiver.cpp +++ b/src/tdlibreceiver.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/tdlibreceiver.h b/src/tdlibreceiver.h index 511520b..a8eb27a 100644 --- a/src/tdlibreceiver.h +++ b/src/tdlibreceiver.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/tdlibwrapper.cpp b/src/tdlibwrapper.cpp index 05d014d..73d9127 100644 --- a/src/tdlibwrapper.cpp +++ b/src/tdlibwrapper.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/src/tdlibwrapper.h b/src/tdlibwrapper.h index cca025f..6ff2994 100644 --- a/src/tdlibwrapper.h +++ b/src/tdlibwrapper.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Sebastian J. Wolf + Copyright (C) 2020 Sebastian J. Wolf and other contributors This file is part of Fernschreiber. diff --git a/translations/harbour-fernschreiber-de.ts b/translations/harbour-fernschreiber-de.ts index 5b61b86..cd21158 100644 --- a/translations/harbour-fernschreiber-de.ts +++ b/translations/harbour-fernschreiber-de.ts @@ -922,22 +922,22 @@ Admin channel user role - + Administrator Banned channel user role - + Verbannt Creator channel user role - + Urheber Restricted channel user role - + Eingeschränkt changed the chat title to %1