From 5a17e2437a480914fd7d29d80232563a6c7df068 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Tue, 8 Jan 2019 16:28:05 +0100 Subject: [PATCH] Cleanup and reformatting, updated copyright --- app/build.gradle.kts | 60 ++ app/src/debug/res/values-de/strings.xml | 8 +- app/src/debug/res/values/colors.xml | 8 +- app/src/debug/res/values/strings.xml | 8 +- app/src/main/AndroidManifest.xml | 8 +- .../main/java/de/kuschku/quasseldroid/Keys.kt | 8 +- .../de/kuschku/quasseldroid/Quasseldroid.kt | 8 +- .../quasseldroid/QuasseldroidGlideModule.kt | 8 +- .../quasseldroid/dagger/ActivityBaseModule.kt | 8 +- .../quasseldroid/dagger/ActivityModule.kt | 8 +- .../quasseldroid/dagger/ActivityScope.kt | 8 +- .../quasseldroid/dagger/AppComponent.kt | 8 +- .../kuschku/quasseldroid/dagger/AppModule.kt | 8 +- .../quasseldroid/dagger/DatabaseModule.kt | 8 +- .../quasseldroid/dagger/SettingsModule.kt | 8 +- .../quasseldroid/defaults/DefaultNetwork.kt | 8 +- .../defaults/DefaultNetworkServer.kt | 8 +- .../quasseldroid/defaults/DefaultNetworks.kt | 8 +- .../kuschku/quasseldroid/defaults/Defaults.kt | 8 +- .../service/AndroidHeartBeatRunner.kt | 19 + .../quasseldroid/service/AsyncBackend.kt | 8 +- .../quasseldroid/service/BacklogRequester.kt | 8 +- .../quasseldroid/service/QuasselBinder.kt | 8 +- .../service/QuasselNotificationBackend.kt | 8 +- .../quasseldroid/service/QuasselService.kt | 8 +- .../service/QuasselServiceModule.kt | 8 +- .../QuasseldroidNotificationManager.kt | 4 +- .../kuschku/quasseldroid/service/SelfInfo.kt | 19 + .../settings/AppearanceSettings.kt | 8 +- .../settings/AutoCompleteSettings.kt | 8 +- .../quasseldroid/settings/BacklogSettings.kt | 8 +- .../settings/ConnectionSettings.kt | 8 +- .../quasseldroid/settings/MessageSettings.kt | 8 +- .../settings/NotificationSettings.kt | 8 +- .../kuschku/quasseldroid/settings/Settings.kt | 8 +- .../settings/SettingsMigration.kt | 8 +- .../settings/SettingsMigrationManager.kt | 8 +- .../ssl/BrowserCompatibleHostnameVerifier.kt | 8 +- .../ssl/QuasselHostnameVerifier.kt | 8 +- .../quasseldroid/ssl/QuasselTrustManager.kt | 8 +- .../de/kuschku/quasseldroid/ssl/X509Helper.kt | 19 + .../ssl/custom/QuasselCertificateManager.kt | 8 +- .../ssl/custom/QuasselHostnameManager.kt | 8 +- .../quasseldroid/ui/chat/ChatActivity.kt | 14 +- .../ui/chat/ChatActivityModule.kt | 8 +- .../ui/chat/ChatFragmentProvider.kt | 8 +- .../quasseldroid/ui/chat/ToolbarFragment.kt | 8 +- .../ui/chat/buffers/BufferListAdapter.kt | 8 +- .../chat/buffers/BufferViewConfigAdapter.kt | 8 +- .../chat/buffers/BufferViewConfigFragment.kt | 142 ++--- .../chat/info/channel/ChannelInfoActivity.kt | 8 +- .../chat/info/channel/ChannelInfoFragment.kt | 8 +- .../channel/ChannelInfoFragmentProvider.kt | 8 +- .../ui/chat/info/core/ClientAdapter.kt | 19 + .../ui/chat/info/core/CoreInfoActivity.kt | 8 +- .../ui/chat/info/core/CoreInfoFragment.kt | 8 +- .../info/core/CoreInfoFragmentProvider.kt | 8 +- .../ui/chat/info/user/IrcUserInfo.kt | 8 +- .../ui/chat/info/user/UserInfoActivity.kt | 8 +- .../ui/chat/info/user/UserInfoFragment.kt | 8 +- .../info/user/UserInfoFragmentProvider.kt | 8 +- .../ui/chat/input/AutoCompleteAdapter.kt | 8 +- .../ui/chat/input/AutoCompleteHelper.kt | 8 +- .../ui/chat/input/AutoCompletionState.kt | 8 +- .../ui/chat/input/ChatlineFragment.kt | 8 +- .../ui/chat/input/EditorHelper.kt | 8 +- .../ui/chat/input/MessageHistoryAdapter.kt | 8 +- .../ui/chat/input/RichEditText.kt | 10 +- .../quasseldroid/ui/chat/input/RichToolbar.kt | 8 +- .../ui/chat/messages/DisplayMessage.kt | 8 +- .../chat/messages/MarkerLineItemDecoration.kt | 8 +- .../ui/chat/messages/MessageAdapter.kt | 8 +- .../ui/chat/messages/MessageListFragment.kt | 10 +- .../ui/chat/messages/MessageRenderer.kt | 8 +- .../chat/messages/QuasselMessageRenderer.kt | 8 +- .../ui/chat/nicks/NickListAdapter.kt | 8 +- .../ui/chat/nicks/NickListFragment.kt | 8 +- .../ui/chat/topic/TopicActivity.kt | 8 +- .../ui/chat/topic/TopicFragment.kt | 8 +- .../ui/chat/topic/TopicFragmentProvider.kt | 8 +- .../ui/clientsettings/about/AboutActivity.kt | 8 +- .../ui/clientsettings/about/AboutFragment.kt | 8 +- .../about/AboutFragmentProvider.kt | 8 +- .../ui/clientsettings/about/Contributor.kt | 8 +- .../about/ContributorAdapter.kt | 8 +- .../ui/clientsettings/about/Library.kt | 8 +- .../ui/clientsettings/about/LibraryAdapter.kt | 8 +- .../ui/clientsettings/about/License.kt | 8 +- .../ui/clientsettings/about/Translator.kt | 8 +- .../clientsettings/about/TranslatorAdapter.kt | 8 +- .../client/ClientSettingsActivity.kt | 8 +- .../client/ClientSettingsFragment.kt | 8 +- .../client/ClientSettingsFragmentProvider.kt | 8 +- .../ui/clientsettings/crash/CrashActivity.kt | 8 +- .../ui/clientsettings/crash/CrashAdapter.kt | 8 +- .../ui/clientsettings/crash/CrashFragment.kt | 8 +- .../crash/CrashFragmentProvider.kt | 8 +- .../clientsettings/license/LicenseActivity.kt | 8 +- .../clientsettings/license/LicenseFragment.kt | 8 +- .../license/LicenseFragmentProvider.kt | 8 +- .../ui/clientsettings/whitelist/Whitelist.kt | 8 +- .../whitelist/WhitelistActivity.kt | 8 +- .../whitelist/WhitelistCertificateAdapter.kt | 8 +- .../whitelist/WhitelistFragment.kt | 8 +- .../whitelist/WhitelistFragmentProvider.kt | 8 +- .../whitelist/WhitelistHostnameAdapter.kt | 8 +- .../ui/coresettings/CoreSettingsActivity.kt | 8 +- .../ui/coresettings/CoreSettingsFragment.kt | 8 +- .../CoreSettingsFragmentProvider.kt | 8 +- .../ui/coresettings/SettingsFragment.kt | 8 +- .../ui/coresettings/SettingsItem.kt | 8 +- .../ui/coresettings/SettingsItemAdapter.kt | 8 +- .../aliasitem/AliasItemActivity.kt | 8 +- .../aliasitem/AliasItemFragment.kt | 8 +- .../aliasitem/AliasItemFragmentProvider.kt | 8 +- .../aliaslist/AliasListActivity.kt | 8 +- .../aliaslist/AliasListAdapter.kt | 8 +- .../aliaslist/AliasListFragment.kt | 8 +- .../aliaslist/AliasListFragmentProvider.kt | 8 +- .../DragSortItemTouchHelperCallback.kt | 8 +- .../chatlist/ChatListBaseFragment.kt | 8 +- .../chatlist/ChatListCreateFragment.kt | 8 +- .../chatlist/ChatListEditFragment.kt | 8 +- .../chatlist/ChatlistCreateActivity.kt | 8 +- .../ChatlistCreateFragmentProvider.kt | 8 +- .../chatlist/ChatlistEditActivity.kt | 8 +- .../chatlist/ChatlistEditFragmentProvider.kt | 8 +- .../chatlist/MinimumActivityAdapter.kt | 8 +- .../chatlist/MinimumActivityItem.kt | 8 +- .../coresettings/chatlist/NetworkAdapter.kt | 8 +- .../DragSortItemTouchHelperCallback.kt | 8 +- .../highlightlist/HighlightListActivity.kt | 8 +- .../highlightlist/HighlightListFragment.kt | 8 +- .../HighlightListFragmentProvider.kt | 8 +- .../highlightlist/HighlightNickTypeAdapter.kt | 8 +- .../highlightlist/HighlightNickTypeItem.kt | 8 +- .../highlightlist/HighlightRuleAdapter.kt | 8 +- .../highlightrule/HighlightRuleActivity.kt | 8 +- .../highlightrule/HighlightRuleFragment.kt | 8 +- .../HighlightRuleFragmentProvider.kt | 8 +- .../DragSortItemTouchHelperCallback.kt | 8 +- .../identity/IdentityBaseFragment.kt | 8 +- .../identity/IdentityCreateActivity.kt | 8 +- .../identity/IdentityCreateFragment.kt | 8 +- .../IdentityCreateFragmentProvider.kt | 8 +- .../identity/IdentityEditActivity.kt | 8 +- .../identity/IdentityEditFragment.kt | 8 +- .../identity/IdentityEditFragmentProvider.kt | 8 +- .../identity/IdentityNicksAdapter.kt | 8 +- .../ignoreitem/IgnoreItemActivity.kt | 8 +- .../ignoreitem/IgnoreItemFragment.kt | 8 +- .../ignoreitem/IgnoreItemFragmentProvider.kt | 8 +- .../ignoreitem/IgnoreTypeAdapter.kt | 8 +- .../coresettings/ignoreitem/IgnoreTypeItem.kt | 8 +- .../ignoreitem/ScopeTypeAdapter.kt | 8 +- .../coresettings/ignoreitem/ScopeTypeItem.kt | 8 +- .../ignoreitem/StrictnessTypeAdapter.kt | 8 +- .../ignoreitem/StrictnessTypeItem.kt | 8 +- .../DragSortItemTouchHelperCallback.kt | 8 +- .../ignorelist/IgnoreListActivity.kt | 8 +- .../ignorelist/IgnoreListAdapter.kt | 8 +- .../ignorelist/IgnoreListFragment.kt | 8 +- .../ignorelist/IgnoreListFragmentProvider.kt | 8 +- .../DragSortItemTouchHelperCallback.kt | 8 +- .../coresettings/network/IdentityAdapter.kt | 8 +- .../network/NetworkBaseFragment.kt | 8 +- .../network/NetworkCreateActivity.kt | 8 +- .../network/NetworkCreateFragment.kt | 8 +- .../network/NetworkCreateFragmentProvider.kt | 8 +- .../network/NetworkEditActivity.kt | 8 +- .../network/NetworkEditFragment.kt | 8 +- .../network/NetworkEditFragmentProvider.kt | 8 +- .../network/NetworkServerAdapter.kt | 8 +- .../networkconfig/NetworkConfigActivity.kt | 8 +- .../networkconfig/NetworkConfigFragment.kt | 8 +- .../NetworkConfigFragmentProvider.kt | 8 +- .../networkserver/NetworkServerActivity.kt | 8 +- .../networkserver/NetworkServerFragment.kt | 8 +- .../NetworkServerFragmentProvider.kt | 8 +- .../networkserver/ProxyTypeAdapter.kt | 8 +- .../networkserver/ProxyTypeItem.kt | 8 +- .../ui/setup/ServiceBoundSetupActivity.kt | 8 +- .../quasseldroid/ui/setup/SetupActivity.kt | 9 +- .../quasseldroid/ui/setup/SlideFragment.kt | 8 +- .../accounts/edit/AccountEditActivity.kt | 8 +- .../setup/accounts/edit/AccountEditModule.kt | 8 +- .../accounts/selection/AccountAdapter.kt | 8 +- .../selection/AccountSelectionActivity.kt | 8 +- .../AccountSelectionFragmentProvider.kt | 8 +- .../selection/AccountSelectionSlide.kt | 8 +- .../accounts/selection/AccountViewModel.kt | 8 +- .../accounts/setup/AccountSetupActivity.kt | 8 +- .../setup/AccountSetupConnectionSlide.kt | 8 +- .../setup/AccountSetupFragmentProvider.kt | 8 +- .../accounts/setup/AccountSetupNameSlide.kt | 8 +- .../accounts/setup/AccountSetupUserSlide.kt | 8 +- .../ui/setup/user/DefaultNetworkAdapter.kt | 8 +- .../ui/setup/user/UserSetupActivity.kt | 8 +- .../ui/setup/user/UserSetupChannelsSlide.kt | 8 +- .../setup/user/UserSetupFragmentProvider.kt | 8 +- .../ui/setup/user/UserSetupIdentitySlide.kt | 8 +- .../ui/setup/user/UserSetupNetworkSlide.kt | 8 +- .../quasseldroid/util/AndroidHandlerThread.kt | 8 +- .../kuschku/quasseldroid/util/ColorContext.kt | 19 + .../quasseldroid/util/NotificationBuffer.kt | 19 + .../quasseldroid/util/NotificationMessage.kt | 8 +- .../de/kuschku/quasseldroid/util/Patterns.kt | 8 +- .../quasseldroid/util/TextValidator.kt | 8 +- .../quasseldroid/util/avatars/AvatarHelper.kt | 8 +- .../quasseldroid/util/avatars/MatrixApi.kt | 8 +- .../util/avatars/MatrixAvatarInfo.kt | 8 +- .../util/avatars/MatrixAvatarResponse.kt | 8 +- .../util/avatars/MatrixDataFetcher.kt | 8 +- .../util/avatars/MatrixModelLoader.kt | 8 +- .../util/backport/AndroidThreeTenBackport.kt | 8 +- .../util/backport/DaggerLifecycleService.kt | 8 +- .../quasseldroid/util/backport/OsConstants.kt | 19 + .../util/backport/ReadableWrappedChannel.kt | 8 +- .../util/backport/WritableWrappedChannel.kt | 8 +- .../AndroidCompatibilityUtils.kt | 8 +- .../util/compatibility/AndroidCrashFixer.kt | 8 +- .../compatibility/AndroidHandlerService.kt | 8 +- .../compatibility/AndroidLoggingHandler.kt | 8 +- .../AndroidStreamChannelFactory.kt | 8 +- .../quasseldroid/util/embed/EmbedApi.kt | 19 + .../quasseldroid/util/embed/EmbedHelper.kt | 19 + .../quasseldroid/util/embed/EmbedResponse.kt | 19 + .../quasseldroid/util/emoji/EmojiData.kt | 8 +- .../util/helper/AccountDaoHelper.kt | 8 +- .../util/helper/ActivityHelper.kt | 8 +- .../quasseldroid/util/helper/AnyHelper.kt | 8 +- .../quasseldroid/util/helper/BooleanHelper.kt | 8 +- .../quasseldroid/util/helper/ButtonHelper.kt | 8 +- .../util/helper/CharSequenceHelper.kt | 8 +- .../quasseldroid/util/helper/ContextHelper.kt | 8 +- .../util/helper/DrawableHelper.kt | 8 +- .../util/helper/EditableHelper.kt | 8 +- .../util/helper/FloatingActionButtonHelper.kt | 8 +- .../quasseldroid/util/helper/GlideHelper.kt | 8 +- .../quasseldroid/util/helper/GsonHelper.kt | 8 +- .../util/helper/IntProgressionHelper.kt | 8 +- .../util/helper/IntRangeHelper.kt | 8 +- .../quasseldroid/util/helper/ListHelper.kt | 8 +- .../util/helper/LruCacheHelper.kt | 8 +- .../quasseldroid/util/helper/MenuHelper.kt | 8 +- .../util/helper/PreferenceHelper.kt | 8 +- .../util/helper/ResourcesHelper.kt | 8 +- .../util/helper/SelectionHelper.kt | 8 +- .../util/helper/SharedPreferencesHelper.kt | 8 +- .../quasseldroid/util/helper/SpannedHelper.kt | 8 +- .../util/helper/SwitchCompatHelper.kt | 8 +- .../quasseldroid/util/helper/ThemeHelper.kt | 8 +- .../quasseldroid/util/helper/ViewHelper.kt | 8 +- .../util/helper/X509CertificateHelper.kt | 8 +- .../kuschku/quasseldroid/util/irc/IrcPorts.kt | 19 + .../util/irc/format/ContentFormatter.kt | 8 +- .../util/irc/format/IrcFormatDeserializer.kt | 8 +- .../util/irc/format/IrcFormatSerializer.kt | 8 +- .../util/irc/format/spans/Copyable.kt | 8 +- .../format/spans/IrcBackgroundColorSpan.kt | 8 +- .../util/irc/format/spans/IrcBoldSpan.kt | 8 +- .../format/spans/IrcForegroundColorSpan.kt | 8 +- .../util/irc/format/spans/IrcItalicSpan.kt | 8 +- .../util/irc/format/spans/IrcMonospaceSpan.kt | 8 +- .../irc/format/spans/IrcStrikethroughSpan.kt | 8 +- .../util/irc/format/spans/IrcUnderlineSpan.kt | 8 +- .../util/missingfeatures/MissingFeature.kt | 8 +- .../missingfeatures/MissingFeaturesAdapter.kt | 8 +- .../missingfeatures/MissingFeaturesDialog.kt | 8 +- .../util/missingfeatures/QuasselVersion.kt | 19 + .../util/missingfeatures/RequiredFeatures.kt | 8 +- .../util/service/BackendServiceConnection.kt | 8 +- .../util/service/ServiceBoundActivity.kt | 10 +- .../util/service/ServiceBoundFragment.kt | 8 +- .../quasseldroid/util/ui/AnimationHelper.kt | 8 +- .../quasseldroid/util/ui/BannerView.kt | 19 + .../util/ui/BetterLinkMovementMethod.java | 8 +- .../util/ui/ColorChooserDialog.java | 8 +- .../util/ui/ContextThemeWrapper.kt | 8 +- .../quasseldroid/util/ui/DoubleClickHelper.kt | 8 +- .../ui/DragInterceptBottomSheetBehavior.kt | 8 +- .../util/ui/DrawerRecyclerView.kt | 8 +- .../util/ui/EditTextSelectionChange.kt | 8 +- .../util/ui/LinkLongClickMenuHelper.kt | 8 +- .../quasseldroid/util/ui/LocaleHelper.kt | 8 +- .../quasseldroid/util/ui/NickCountDrawable.kt | 19 + .../util/ui/RecyclerSpinnerAdapter.kt | 8 +- .../util/ui/RipplePassthroughTextView.kt | 8 +- .../quasseldroid/util/ui/TextDrawable.java | 8 +- .../quasseldroid/util/ui/ThemedActivity.kt | 8 +- .../util/ui/TouchInterceptingFrameLayout.kt | 8 +- .../quasseldroid/util/ui/WarningBarView.kt | 19 + .../OnFastScrollStateChangeListener.java | 19 + .../util/ui/settings/ActivityLauncher.kt | 8 +- .../AttachingPreferenceFragmentCompat.kt | 8 +- .../DaggerPreferenceFragmentCompat.kt | 8 +- .../ui/settings/OnActivityResultListener.kt | 8 +- .../ui/settings/RequiresActivityLauncher.kt | 8 +- .../util/ui/settings/RingtonePreference.kt | 8 +- .../settings/ServiceBoundSettingsActivity.kt | 8 +- .../util/ui/settings/SettingsActivity.kt | 8 +- app/src/main/res/drawable-ldrtl/ic_send.xml | 12 +- .../res/drawable-v21/bg_menuitem_dark.xml | 8 +- .../res/drawable-v21/bg_menuitem_light.xml | 8 +- .../drawable-v21/bg_menuitem_rounded_dark.xml | 8 +- .../bg_menuitem_rounded_light.xml | 8 +- .../drawable-v26/ic_launcher_background.xml | 8 +- app/src/main/res/drawable/bg_badge.xml | 8 +- app/src/main/res/drawable/bg_intro.xml | 12 +- .../main/res/drawable/bg_menuitem_dark.xml | 8 +- .../main/res/drawable/bg_menuitem_light.xml | 8 +- .../res/drawable/bg_menuitem_rounded_dark.xml | 8 +- .../drawable/bg_menuitem_rounded_light.xml | 8 +- app/src/main/res/drawable/bg_splash.xml | 8 +- app/src/main/res/drawable/bg_transparent.xml | 8 +- app/src/main/res/drawable/ic_account.xml | 12 +- app/src/main/res/drawable/ic_account_card.xml | 12 +- .../main/res/drawable/ic_account_minus.xml | 12 +- .../main/res/drawable/ic_account_multiple.xml | 12 +- app/src/main/res/drawable/ic_account_plus.xml | 12 +- app/src/main/res/drawable/ic_add.xml | 12 +- app/src/main/res/drawable/ic_alert.xml | 19 + app/src/main/res/drawable/ic_arrow_right.xml | 12 +- app/src/main/res/drawable/ic_bell.xml | 12 +- app/src/main/res/drawable/ic_channel.xml | 19 + app/src/main/res/drawable/ic_check.xml | 12 +- app/src/main/res/drawable/ic_chevron_down.xml | 12 +- app/src/main/res/drawable/ic_chevron_up.xml | 12 +- app/src/main/res/drawable/ic_clock.xml | 12 +- app/src/main/res/drawable/ic_close.xml | 12 +- app/src/main/res/drawable/ic_copy.xml | 12 +- app/src/main/res/drawable/ic_debug.xml | 12 +- app/src/main/res/drawable/ic_delete.xml | 12 +- app/src/main/res/drawable/ic_disconnected.xml | 19 + app/src/main/res/drawable/ic_eye.xml | 12 +- app/src/main/res/drawable/ic_eye_off.xml | 12 +- app/src/main/res/drawable/ic_filter.xml | 12 +- .../res/drawable/ic_format_background.xml | 12 +- app/src/main/res/drawable/ic_format_bold.xml | 12 +- app/src/main/res/drawable/ic_format_clear.xml | 12 +- .../res/drawable/ic_format_foreground.xml | 12 +- .../main/res/drawable/ic_format_italic.xml | 12 +- .../main/res/drawable/ic_format_monospace.xml | 12 +- .../res/drawable/ic_format_strikethrough.xml | 12 +- .../main/res/drawable/ic_format_underline.xml | 12 +- app/src/main/res/drawable/ic_help.xml | 12 +- app/src/main/res/drawable/ic_history.xml | 12 +- app/src/main/res/drawable/ic_info.xml | 12 +- app/src/main/res/drawable/ic_key_variant.xml | 12 +- .../main/res/drawable/ic_list_bulleted.xml | 12 +- app/src/main/res/drawable/ic_lock.xml | 12 +- app/src/main/res/drawable/ic_lock_open.xml | 12 +- .../main/res/drawable/ic_message_bulleted.xml | 12 +- app/src/main/res/drawable/ic_modify.xml | 12 +- app/src/main/res/drawable/ic_pencil.xml | 12 +- app/src/main/res/drawable/ic_reorder.xml | 12 +- app/src/main/res/drawable/ic_save.xml | 12 +- app/src/main/res/drawable/ic_scroll_down.xml | 12 +- app/src/main/res/drawable/ic_send.xml | 12 +- app/src/main/res/drawable/ic_server.xml | 12 +- .../main/res/drawable/ic_server_network.xml | 12 +- app/src/main/res/drawable/ic_settings.xml | 10 +- app/src/main/res/drawable/ic_share.xml | 12 +- .../res/drawable/ic_share_alternative.xml | 12 +- .../main/res/drawable/ic_shortcut_channel.xml | 8 +- .../ic_shortcut_channel_foreground.xml | 12 +- .../main/res/drawable/ic_shortcut_query.xml | 8 +- .../drawable/ic_shortcut_query_foreground.xml | 12 +- app/src/main/res/drawable/ic_status.xml | 12 +- .../main/res/drawable/ic_status_channel.xml | 12 +- .../drawable/ic_status_channel_offline.xml | 12 +- .../main/res/drawable/ic_status_offline.xml | 12 +- app/src/main/res/drawable/ic_tab.xml | 12 +- app/src/main/res/drawable/ic_tag_text.xml | 12 +- .../main/res/drawable/pride_background.xml | 24 +- app/src/main/res/layout-land/layout_main.xml | 8 +- .../layout-sw600dp-land/activity_setup.xml | 12 +- .../res/layout-sw600dp-land/layout_main.xml | 8 +- .../res/layout-sw600dp-land/setup_slide.xml | 8 +- .../res/layout-sw600dp/activity_setup.xml | 12 +- .../main/res/layout-sw600dp/setup_slide.xml | 8 +- .../res/layout-sw720dp-land/activity_main.xml | 8 +- .../res/layout-sw720dp/activity_settings.xml | 10 +- app/src/main/res/layout/activity_main.xml | 8 +- app/src/main/res/layout/activity_settings.xml | 8 +- app/src/main/res/layout/activity_setup.xml | 10 +- .../main/res/layout/dialog_colorchooser.xml | 8 +- .../res/layout/dialog_colorchooser_custom.xml | 50 +- .../layout/dialog_colorchooser_presets.xml | 8 +- .../res/layout/dialog_missing_features.xml | 10 +- .../main/res/layout/fragment_chat_list.xml | 8 +- app/src/main/res/layout/fragment_chatline.xml | 8 +- .../main/res/layout/fragment_info_channel.xml | 8 +- .../main/res/layout/fragment_info_core.xml | 8 +- .../main/res/layout/fragment_info_user.xml | 8 +- app/src/main/res/layout/fragment_messages.xml | 10 +- .../main/res/layout/fragment_nick_list.xml | 8 +- app/src/main/res/layout/fragment_toolbar.xml | 12 +- app/src/main/res/layout/fragment_topic.xml | 12 +- app/src/main/res/layout/layout_editor.xml | 16 +- app/src/main/res/layout/layout_history.xml | 12 +- app/src/main/res/layout/layout_main.xml | 8 +- app/src/main/res/layout/layout_toolbar.xml | 8 +- .../main/res/layout/preference_seekbar.xml | 8 +- .../main/res/layout/preference_vertical.xml | 28 +- app/src/main/res/layout/preferences_about.xml | 8 +- .../res/layout/preferences_about_header.xml | 18 +- app/src/main/res/layout/preferences_crash.xml | 8 +- .../main/res/layout/preferences_license.xml | 8 +- .../main/res/layout/preferences_whitelist.xml | 8 +- ...preferences_whitelist_certificate_item.xml | 20 +- .../preferences_whitelist_hostname_item.xml | 20 +- .../main/res/layout/settings_aliasitem.xml | 8 +- .../main/res/layout/settings_aliaslist.xml | 8 +- .../res/layout/settings_aliaslist_item.xml | 20 +- app/src/main/res/layout/settings_chatlist.xml | 8 +- .../res/layout/settings_highlightlist.xml | 8 +- .../layout/settings_highlightlist_rule.xml | 42 +- .../res/layout/settings_highlightrule.xml | 8 +- app/src/main/res/layout/settings_identity.xml | 8 +- .../res/layout/settings_identity_nick.xml | 16 +- .../main/res/layout/settings_ignoreitem.xml | 8 +- .../main/res/layout/settings_ignorelist.xml | 8 +- .../res/layout/settings_ignorelist_item.xml | 22 +- app/src/main/res/layout/settings_item.xml | 16 +- app/src/main/res/layout/settings_list.xml | 8 +- app/src/main/res/layout/settings_network.xml | 8 +- .../res/layout/settings_network_server.xml | 20 +- .../res/layout/settings_networkconfig.xml | 8 +- .../res/layout/settings_networkserver.xml | 8 +- .../res/layout/setup_account_connection.xml | 8 +- .../main/res/layout/setup_account_edit.xml | 8 +- .../main/res/layout/setup_account_name.xml | 8 +- .../main/res/layout/setup_account_user.xml | 8 +- .../main/res/layout/setup_select_account.xml | 8 +- app/src/main/res/layout/setup_slide.xml | 16 +- .../main/res/layout/setup_user_channels.xml | 8 +- .../main/res/layout/setup_user_identity.xml | 8 +- .../main/res/layout/setup_user_network.xml | 8 +- .../widget_advertisement_support_patreon.xml | 20 +- app/src/main/res/layout/widget_alias.xml | 12 +- app/src/main/res/layout/widget_banner.xml | 20 +- app/src/main/res/layout/widget_buffer.xml | 14 +- .../main/res/layout/widget_buffer_away.xml | 14 +- .../res/layout/widget_chatmessage_action.xml | 20 +- .../layout/widget_chatmessage_daychange.xml | 22 +- .../res/layout/widget_chatmessage_error.xml | 8 +- .../res/layout/widget_chatmessage_info.xml | 8 +- .../res/layout/widget_chatmessage_notice.xml | 8 +- .../layout/widget_chatmessage_placeholder.xml | 8 +- .../res/layout/widget_chatmessage_plain.xml | 8 +- .../res/layout/widget_chatmessage_server.xml | 8 +- app/src/main/res/layout/widget_client.xml | 20 +- .../main/res/layout/widget_contributor.xml | 16 +- .../main/res/layout/widget_core_account.xml | 8 +- .../res/layout/widget_core_account_add.xml | 8 +- app/src/main/res/layout/widget_crash.xml | 18 +- app/src/main/res/layout/widget_formatting.xml | 8 +- .../res/layout/widget_history_message.xml | 12 +- app/src/main/res/layout/widget_library.xml | 16 +- .../res/layout/widget_missing_feature.xml | 16 +- app/src/main/res/layout/widget_network.xml | 16 +- app/src/main/res/layout/widget_nick.xml | 12 +- app/src/main/res/layout/widget_nick_away.xml | 14 +- .../res/layout/widget_preference_divider.xml | 8 +- .../res/layout/widget_spinner_item_inline.xml | 8 +- .../layout/widget_spinner_item_toolbar.xml | 8 +- app/src/main/res/layout/widget_translator.xml | 16 +- .../main/res/layout/widget_warning_bar.xml | 20 +- app/src/main/res/menu/activity_crashes.xml | 8 +- app/src/main/res/menu/activity_main.xml | 8 +- app/src/main/res/menu/activity_settings.xml | 8 +- app/src/main/res/menu/activity_setup.xml | 8 +- app/src/main/res/menu/context_buffer.xml | 8 +- app/src/main/res/menu/context_bufferlist.xml | 8 +- app/src/main/res/menu/context_link.xml | 8 +- app/src/main/res/menu/context_messages.xml | 8 +- app/src/main/res/menu/context_setting.xml | 8 +- app/src/main/res/menu/editor.xml | 8 +- app/src/main/res/menu/setup_edit_account.xml | 8 +- app/src/main/res/mipmap-v26/ic_launcher.xml | 8 +- app/src/main/res/raw/license_apache_2.html | 182 +++++- app/src/main/res/raw/license_cc_0.html | 130 +++- .../main/res/raw/license_cc_by_sa_3_0.html | 335 +++++++++-- app/src/main/res/raw/license_dracula.html | 37 +- app/src/main/res/raw/license_emojijava.html | 37 +- app/src/main/res/raw/license_gpl_v3.html | 556 +++++++++++++++--- app/src/main/res/raw/license_gruvbox.html | 37 +- .../res/raw/license_materialdesignicons.html | 104 +++- .../main/res/raw/license_materialdialogs.html | 37 +- app/src/main/res/raw/license_solarized.html | 37 +- app/src/main/res/raw/license_threetenbp.html | 47 +- app/src/main/res/values-de/strings.xml | 8 +- .../res/values-de/strings_contributors.xml | 8 +- .../main/res/values-de/strings_defaults.xml | 14 +- app/src/main/res/values-de/strings_error.xml | 8 +- app/src/main/res/values-de/strings_format.xml | 8 +- app/src/main/res/values-de/strings_info.xml | 8 +- .../main/res/values-de/strings_messages.xml | 8 +- .../res/values-de/strings_preferences.xml | 8 +- .../main/res/values-de/strings_settings.xml | 8 +- app/src/main/res/values-de/strings_setup.xml | 8 +- app/src/main/res/values-de/strings_status.xml | 8 +- app/src/main/res/values-fr-rCA/strings.xml | 8 +- .../values-fr-rCA/strings_contributors.xml | 8 +- .../res/values-fr-rCA/strings_defaults.xml | 14 +- .../main/res/values-fr-rCA/strings_error.xml | 8 +- .../main/res/values-fr-rCA/strings_format.xml | 8 +- .../main/res/values-fr-rCA/strings_info.xml | 8 +- .../res/values-fr-rCA/strings_messages.xml | 8 +- .../res/values-fr-rCA/strings_preferences.xml | 8 +- .../res/values-fr-rCA/strings_settings.xml | 8 +- .../main/res/values-fr-rCA/strings_setup.xml | 8 +- .../main/res/values-fr-rCA/strings_status.xml | 8 +- app/src/main/res/values-large/dimens.xml | 8 +- app/src/main/res/values-lt/strings.xml | 8 +- .../res/values-lt/strings_contributors.xml | 8 +- .../main/res/values-lt/strings_defaults.xml | 14 +- app/src/main/res/values-lt/strings_error.xml | 8 +- app/src/main/res/values-lt/strings_format.xml | 8 +- app/src/main/res/values-lt/strings_info.xml | 8 +- .../main/res/values-lt/strings_messages.xml | 8 +- .../res/values-lt/strings_preferences.xml | 8 +- .../main/res/values-lt/strings_settings.xml | 8 +- app/src/main/res/values-lt/strings_setup.xml | 8 +- app/src/main/res/values-lt/strings_status.xml | 8 +- .../main/res/values-night/themes_daynight.xml | 24 +- app/src/main/res/values-pt/strings.xml | 8 +- .../res/values-pt/strings_contributors.xml | 8 +- .../main/res/values-pt/strings_defaults.xml | 14 +- app/src/main/res/values-pt/strings_error.xml | 8 +- app/src/main/res/values-pt/strings_format.xml | 8 +- app/src/main/res/values-pt/strings_info.xml | 8 +- .../main/res/values-pt/strings_messages.xml | 8 +- .../res/values-pt/strings_preferences.xml | 8 +- .../main/res/values-pt/strings_settings.xml | 8 +- app/src/main/res/values-pt/strings_setup.xml | 8 +- app/src/main/res/values-pt/strings_status.xml | 8 +- app/src/main/res/values-sr/strings.xml | 8 +- .../res/values-sr/strings_contributors.xml | 8 +- .../main/res/values-sr/strings_defaults.xml | 14 +- app/src/main/res/values-sr/strings_error.xml | 8 +- app/src/main/res/values-sr/strings_format.xml | 8 +- app/src/main/res/values-sr/strings_info.xml | 8 +- .../main/res/values-sr/strings_messages.xml | 8 +- .../res/values-sr/strings_preferences.xml | 8 +- .../main/res/values-sr/strings_settings.xml | 8 +- app/src/main/res/values-sr/strings_setup.xml | 8 +- app/src/main/res/values-sr/strings_status.xml | 8 +- app/src/main/res/values-sw600dp/dimens.xml | 8 +- .../main/res/values-sw600dp/themes_base.xml | 8 +- .../main/res/values-sw720dp-land/bools.xml | 8 +- .../main/res/values-v17/styles_widgets.xml | 8 +- app/src/main/res/values-v21/themes_base.xml | 8 +- .../res/values-v28/strings_preferences.xml | 8 +- app/src/main/res/values/attrs.xml | 8 +- app/src/main/res/values/bools.xml | 8 +- app/src/main/res/values/colors.xml | 8 +- app/src/main/res/values/defaults.xml | 8 +- app/src/main/res/values/dimens.xml | 8 +- app/src/main/res/values/ids.xml | 8 +- app/src/main/res/values/mipmap.xml | 20 +- app/src/main/res/values/strings.xml | 8 +- .../main/res/values/strings_contributors.xml | 8 +- app/src/main/res/values/strings_defaults.xml | 14 +- app/src/main/res/values/strings_error.xml | 8 +- app/src/main/res/values/strings_format.xml | 8 +- app/src/main/res/values/strings_info.xml | 8 +- app/src/main/res/values/strings_messages.xml | 8 +- .../main/res/values/strings_preferences.xml | 8 +- app/src/main/res/values/strings_settings.xml | 8 +- app/src/main/res/values/strings_setup.xml | 8 +- app/src/main/res/values/strings_status.xml | 8 +- app/src/main/res/values/styles_widgets.xml | 8 +- app/src/main/res/values/themes_amoled.xml | 8 +- app/src/main/res/values/themes_base.xml | 8 +- app/src/main/res/values/themes_daynight.xml | 26 +- app/src/main/res/values/themes_dracula.xml | 8 +- app/src/main/res/values/themes_gruvbox.xml | 8 +- app/src/main/res/values/themes_material.xml | 8 +- app/src/main/res/values/themes_quassel.xml | 8 +- app/src/main/res/values/themes_solarized.xml | 8 +- app/src/main/res/xml/backup_content.xml | 8 +- app/src/main/res/xml/filepaths.xml | 20 +- app/src/main/res/xml/preferences.xml | 8 +- .../quasseldroid/util/AvatarHelperTest.kt | 8 +- .../compatibility/AndroidCrashFixerTest.kt | 19 + .../quasseldroid/util/ui/LocaleHelperTest.kt | 19 + build.gradle | 8 +- buildSrc/build.gradle.kts | 60 ++ buildSrc/src/main/kotlin/FancyVersionName.kt | 82 +++ buildSrc/src/main/kotlin/ProjectHelper.kt | 82 +++ buildSrc/src/main/kotlin/VersionContext.kt | 82 +++ gradle.properties | 9 +- gradle/wrapper/gradle-wrapper.properties | 8 +- .../kuschku/libquassel/annotations/Slot.java | 8 +- .../libquassel/annotations/Syncable.java | 8 +- invokergenerator/build.gradle.kts | 60 ++ .../annotations/InvokerProcessor.java | 8 +- lib/build.gradle.kts | 60 ++ .../libquassel/connection/ConnectionState.kt | 8 +- .../libquassel/connection/CoreConnection.kt | 8 +- .../kuschku/libquassel/connection/Features.kt | 8 +- .../libquassel/connection/HostnameVerifier.kt | 8 +- .../libquassel/connection/MessageRunnable.kt | 8 +- .../connection/ProtocolVersionException.kt | 19 + .../connection/QuasselSecurityException.kt | 8 +- .../libquassel/connection/SocketAddress.kt | 8 +- .../kuschku/libquassel/protocol/ClientData.kt | 8 +- .../de/kuschku/libquassel/protocol/Message.kt | 8 +- .../protocol/NetworkLayerProtocol.kt | 8 +- .../kuschku/libquassel/protocol/Protocol.kt | 8 +- .../de/kuschku/libquassel/protocol/QType.kt | 8 +- .../de/kuschku/libquassel/protocol/QTypes.kt | 8 +- .../kuschku/libquassel/protocol/QVariant.kt | 8 +- .../de/kuschku/libquassel/protocol/Type.kt | 8 +- .../message/ClientInitAckSerializer.kt | 8 +- .../message/ClientInitRejectSerializer.kt | 8 +- .../protocol/message/ClientInitSerializer.kt | 8 +- .../message/ClientLoginAckSerializer.kt | 8 +- .../message/ClientLoginRejectSerializer.kt | 8 +- .../protocol/message/ClientLoginSerializer.kt | 8 +- .../message/CoreSetupAckSerializer.kt | 8 +- .../message/CoreSetupDataSerializer.kt | 8 +- .../message/CoreSetupRejectSerializer.kt | 8 +- .../protocol/message/HandshakeMessage.kt | 8 +- .../message/HandshakeMessageSerializer.kt | 8 +- .../message/HeartBeatReplySerializer.kt | 8 +- .../protocol/message/HeartBeatSerializer.kt | 8 +- .../protocol/message/InitDataSerializer.kt | 8 +- .../protocol/message/InitRequestSerializer.kt | 8 +- .../protocol/message/RequestType.kt | 8 +- .../protocol/message/RpcCallSerializer.kt | 8 +- .../protocol/message/SessionInitSerializer.kt | 8 +- .../protocol/message/SignalProxyMessage.kt | 8 +- .../message/SignalProxyMessageSerializer.kt | 8 +- .../protocol/message/SyncMessageSerializer.kt | 8 +- .../primitive/serializer/BoolSerializer.kt | 8 +- .../serializer/BufferInfoSerializer.kt | 8 +- .../serializer/ByteArraySerializer.kt | 8 +- .../primitive/serializer/ByteSerializer.kt | 8 +- .../primitive/serializer/CharSerializer.kt | 8 +- .../serializer/DateTimeSerializer.kt | 8 +- .../DccConfig_IpDetectionModeSerializer.kt | 8 +- .../DccConfig_PortSelectionModeSerializer.kt | 8 +- .../HandshakeVariantMapSerializer.kt | 8 +- .../serializer/HostAddressSerializer.kt | 8 +- .../primitive/serializer/IntSerializer.kt | 8 +- .../primitive/serializer/LongSerializer.kt | 8 +- .../primitive/serializer/MessageSerializer.kt | 8 +- .../serializer/ProtocolInfoSerializer.kt | 8 +- .../primitive/serializer/ShortSerializer.kt | 8 +- .../serializer/SignedId64Serializer.kt | 8 +- .../serializer/StringListSerializer.kt | 8 +- .../primitive/serializer/StringSerializer.kt | 8 +- .../primitive/serializer/TimeSerializer.kt | 8 +- .../serializer/VariantListSerializer.kt | 8 +- .../serializer/VariantMapSerializer.kt | 8 +- .../primitive/serializer/VariantSerializer.kt | 8 +- .../primitive/serializer/VoidSerializer.kt | 8 +- .../kuschku/libquassel/quassel/BufferInfo.kt | 8 +- .../libquassel/quassel/ExtendedFeature.kt | 8 +- .../libquassel/quassel/LegacyFeature.kt | 8 +- .../libquassel/quassel/ProtocolFeature.kt | 8 +- .../libquassel/quassel/ProtocolInfo.kt | 8 +- .../libquassel/quassel/QuasselFeatures.kt | 8 +- .../exceptions/MessageHandlingException.kt | 8 +- .../exceptions/ObjectNotFoundException.kt | 8 +- .../quassel/exceptions/QuasselException.kt | 8 +- .../exceptions/UnknownMethodException.kt | 8 +- .../exceptions/WrongObjectTypeException.kt | 8 +- .../quassel/syncables/AliasManager.kt | 8 +- .../quassel/syncables/BacklogManager.kt | 12 +- .../quassel/syncables/BufferSyncer.kt | 8 +- .../quassel/syncables/BufferViewConfig.kt | 8 +- .../quassel/syncables/BufferViewManager.kt | 8 +- .../quassel/syncables/CertManager.kt | 8 +- .../libquassel/quassel/syncables/CoreInfo.kt | 9 +- .../libquassel/quassel/syncables/DccConfig.kt | 8 +- .../quassel/syncables/HighlightRuleManager.kt | 8 +- .../libquassel/quassel/syncables/Identity.kt | 8 +- .../quassel/syncables/IgnoreListManager.kt | 8 +- .../quassel/syncables/IrcChannel.kt | 8 +- .../quassel/syncables/IrcListHelper.kt | 8 +- .../libquassel/quassel/syncables/IrcUser.kt | 8 +- .../libquassel/quassel/syncables/Network.kt | 8 +- .../quassel/syncables/NetworkConfig.kt | 8 +- .../quassel/syncables/RpcHandler.kt | 8 +- .../quassel/syncables/SyncableObject.kt | 8 +- .../syncables/interfaces/IAliasManager.kt | 8 +- .../syncables/interfaces/IBacklogManager.kt | 8 +- .../syncables/interfaces/IBufferSyncer.kt | 8 +- .../syncables/interfaces/IBufferViewConfig.kt | 8 +- .../interfaces/IBufferViewManager.kt | 8 +- .../syncables/interfaces/ICertManager.kt | 8 +- .../quassel/syncables/interfaces/ICoreInfo.kt | 8 +- .../syncables/interfaces/IDccConfig.kt | 8 +- .../interfaces/IHighlightRuleManager.kt | 8 +- .../quassel/syncables/interfaces/IIdentity.kt | 8 +- .../interfaces/IIgnoreListManager.kt | 8 +- .../syncables/interfaces/IIrcChannel.kt | 8 +- .../syncables/interfaces/IIrcListHelper.kt | 8 +- .../quassel/syncables/interfaces/IIrcUser.kt | 8 +- .../quassel/syncables/interfaces/INetwork.kt | 8 +- .../syncables/interfaces/INetworkConfig.kt | 8 +- .../syncables/interfaces/IRpcHandler.kt | 8 +- .../syncables/interfaces/ISyncableObject.kt | 8 +- .../quassel/syncables/interfaces/ITransfer.kt | 8 +- .../syncables/interfaces/ITransferManager.kt | 8 +- .../syncables/interfaces/invokers/Invoker.kt | 8 +- .../syncables/interfaces/invokers/Invokers.kt | 8 +- .../kuschku/libquassel/session/AuthHandler.kt | 8 +- .../de/kuschku/libquassel/session/Backend.kt | 8 +- .../libquassel/session/BacklogStorage.kt | 8 +- .../de/kuschku/libquassel/session/Error.kt | 8 +- .../libquassel/session/HeartBeatRunner.kt | 19 + .../de/kuschku/libquassel/session/ISession.kt | 8 +- .../libquassel/session/JavaHeartBeatRunner.kt | 19 + .../libquassel/session/NotificationManager.kt | 8 +- .../libquassel/session/ObjectStorage.kt | 8 +- .../libquassel/session/ProtocolHandler.kt | 8 +- .../de/kuschku/libquassel/session/Session.kt | 8 +- .../libquassel/session/SessionManager.kt | 8 +- .../kuschku/libquassel/session/SignalProxy.kt | 8 +- .../de/kuschku/libquassel/util/CRCUtils.kt | 8 +- .../libquassel/util/ExpressionMatch.kt | 19 + .../de/kuschku/libquassel/util/Optional.kt | 8 +- .../util/compatibility/CompatibilityUtils.kt | 8 +- .../util/compatibility/HandlerService.kt | 8 +- .../util/compatibility/LoggingHandler.kt | 8 +- .../compatibility/StreamChannelFactory.kt | 8 +- .../reference/JavaHandlerService.kt | 8 +- .../reference/JavaLoggingHandler.kt | 8 +- .../reference/JavaStreamChannelFactory.kt | 8 +- .../de/kuschku/libquassel/util/flag/Flag.kt | 8 +- .../kuschku/libquassel/util/flag/LongFlag.kt | 8 +- .../kuschku/libquassel/util/flag/ShortFlag.kt | 8 +- .../libquassel/util/helpers/AnyHelper.kt | 8 +- .../libquassel/util/helpers/ArrayHelper.kt | 8 +- .../util/helpers/ByteBufferHelper.kt | 8 +- .../libquassel/util/helpers/MapHelper.kt | 8 +- .../libquassel/util/helpers/MathHelper.kt | 8 +- .../util/helpers/ObservableHelper.kt | 8 +- .../libquassel/util/helpers/StringHelper.kt | 8 +- .../util/helpers/WritableByteChannelHelper.kt | 8 +- .../libquassel/util/irc/HostmaskHelper.kt | 8 +- .../libquassel/util/irc/IrcCaseMappers.kt | 8 +- .../libquassel/util/irc/SenderColorUtil.kt | 8 +- .../libquassel/util/nio/ChainedByteBuffer.kt | 8 +- .../libquassel/util/nio/WrappedChannel.kt | 8 +- .../serializer/BoolSerializerTest.kt | 8 +- .../serializer/BufferInfoSerializerTest.kt | 8 +- .../serializer/ByteArraySerializerTest.kt | 8 +- .../serializer/ByteSerializerTest.kt | 8 +- .../serializer/CharSerializerTest.kt | 8 +- .../serializer/DateTimeSerializerTest.kt | 8 +- .../primitive/serializer/IntSerializerTest.kt | 8 +- .../serializer/LongSerializerTest.kt | 8 +- .../serializer/MessageSerializerTest.kt | 8 +- .../serializer/ShortSerializerTest.kt | 8 +- .../serializer/StringSerializerTest.kt | 8 +- .../quassel/syncables/AliasManagerTest.kt | 8 +- .../quassel/syncables/BufferViewConfigTest.kt | 8 +- .../syncables/HighlightRuleManagerTest.kt | 8 +- .../quassel/syncables/IdentityTest.kt | 8 +- .../syncables/IgnoreListManagerTest.kt | 8 +- .../quassel/syncables/NetworkConfigTest.kt | 8 +- .../quassel/syncables/NetworkTest.kt | 8 +- .../syncables/interfaces/INetworkInfoTest.kt | 8 +- .../libquassel/util/ExpressionMatchTest.kt | 19 + .../kuschku/libquassel/util/RandomHelpers.kt | 8 +- .../libquassel/util/SerializerHelpers.kt | 8 +- .../libquassel/util/irc/HostmaskHelperTest.kt | 19 + lib/src/test/resources/logging.properties | 8 +- lifecycle-ktx/build.gradle.kts | 60 ++ .../lifecycle/FullLifecycleObserverProxy.java | 8 +- lint.xml | 8 +- malheur/src/main/AndroidManifest.xml | 8 +- .../java/de/kuschku/malheur/CrashContext.kt | 8 +- .../java/de/kuschku/malheur/CrashHandler.kt | 8 +- .../malheur/collectors/AppCollector.kt | 8 +- .../kuschku/malheur/collectors/Collector.kt | 8 +- .../collectors/ConfigurationCollector.kt | 8 +- .../malheur/collectors/CrashCollector.kt | 8 +- .../malheur/collectors/DeviceCollector.kt | 8 +- .../malheur/collectors/DisplayCollector.kt | 8 +- .../malheur/collectors/EnvCollector.kt | 8 +- .../malheur/collectors/LogCollector.kt | 8 +- .../malheur/collectors/ReportCollector.kt | 8 +- .../malheur/collectors/ThreadCollector.kt | 8 +- .../de/kuschku/malheur/config/AppConfig.kt | 8 +- .../de/kuschku/malheur/config/CrashConfig.kt | 8 +- .../de/kuschku/malheur/config/DeviceConfig.kt | 8 +- .../de/kuschku/malheur/config/EnvConfig.kt | 8 +- .../de/kuschku/malheur/config/LogConfig.kt | 8 +- .../de/kuschku/malheur/config/ReportConfig.kt | 8 +- .../de/kuschku/malheur/config/ThreadConfig.kt | 8 +- .../java/de/kuschku/malheur/data/AppInfo.kt | 8 +- .../java/de/kuschku/malheur/data/CrashInfo.kt | 8 +- .../de/kuschku/malheur/data/DeviceInfo.kt | 8 +- .../de/kuschku/malheur/data/DisplayInfo.kt | 8 +- .../java/de/kuschku/malheur/data/EnvInfo.kt | 8 +- .../de/kuschku/malheur/data/ExceptionInfo.kt | 8 +- .../de/kuschku/malheur/data/MemoryInfo.kt | 8 +- .../de/kuschku/malheur/data/MetricsInfo.kt | 8 +- .../java/de/kuschku/malheur/data/Report.kt | 8 +- .../de/kuschku/malheur/data/ThreadInfo.kt | 8 +- .../de/kuschku/malheur/data/ThreadsInfo.kt | 8 +- .../de/kuschku/malheur/data/TraceElement.kt | 8 +- .../de/kuschku/malheur/util/DisplayHelper.kt | 8 +- .../kuschku/malheur/util/ReflectionHelper.kt | 8 +- persistence/src/main/AndroidManifest.xml | 8 +- .../persistence/AccountDatabase.kt | 8 +- .../persistence/LegacyAccountDatabase.kt | 8 +- .../persistence/MessageTypeConverter.kt | 19 + .../persistence/QuasselBacklogStorage.kt | 8 +- .../persistence/QuasselDatabase.kt | 8 +- settings.gradle | 8 +- viewmodel/src/main/AndroidManifest.xml | 8 +- .../util/helper/LiveDataHelper.kt | 8 +- .../util/helper/ObservableHelper.kt | 8 +- .../quasseldroid/viewmodel/EditorViewModel.kt | 8 +- .../viewmodel/QuasselViewModel.kt | 8 +- .../viewmodel/data/AutoCompleteItem.kt | 8 +- .../quasseldroid/viewmodel/data/Avatar.kt | 8 +- .../quasseldroid/viewmodel/data/BufferData.kt | 8 +- .../viewmodel/data/BufferHiddenState.kt | 8 +- .../viewmodel/data/BufferListItem.kt | 8 +- .../viewmodel/data/BufferProps.kt | 8 +- .../viewmodel/data/BufferState.kt | 8 +- .../viewmodel/data/BufferStatus.kt | 8 +- .../viewmodel/data/FormattedMessage.kt | 8 +- .../viewmodel/data/IrcUserItem.kt | 8 +- .../viewmodel/data/SelectedBufferItem.kt | 8 +- 834 files changed, 6082 insertions(+), 3694 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 24484e8e9..774be5108 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/app/src/debug/res/values-de/strings.xml b/app/src/debug/res/values-de/strings.xml index 727c67758..c36fe03b9 100644 --- a/app/src/debug/res/values-de/strings.xml +++ b/app/src/debug/res/values-de/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml index 5962fff91..5903710c6 100644 --- a/app/src/debug/res/values/colors.xml +++ b/app/src/debug/res/values/colors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml index e747d8209..4412e36f4 100644 --- a/app/src/debug/res/values/strings.xml +++ b/app/src/debug/res/values/strings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b794b5a9c..63b7ac7af 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/java/de/kuschku/quasseldroid/Keys.kt b/app/src/main/java/de/kuschku/quasseldroid/Keys.kt index efe4478c3..882a1eaf6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/Keys.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/Keys.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid diff --git a/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt b/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt index baa4c0bd3..ddcfb2d31 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid diff --git a/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt b/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt index cea18d137..5d5e7faf3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt index 9fe1ddb77..7887f9287 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt index b4deb4bbc..d78a47ea2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt index 37eed6780..9fb071665 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt index 66d09a2e7..c6c33a905 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt index 171a84ea2..cc8ab34ce 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt index a3a39d46b..8b1934aff 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt index f240a94fa..07a9a3dec 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt index e920f6789..068b07a37 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt index aa868a83e..a161c49cb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt index 32feeb699..548f07fd4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt index f78c18430..4c575575b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt b/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt index 65ec1ea48..d0b8f62be 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.service import android.os.Handler diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt b/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt index cc2ef12ed..56bd24f3b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt b/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt index 6458b59be..32e8771d0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt index 469974ecd..d4d7d450c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt index 3472396d8..24e67bb29 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt index 210607ba0..93f67ba49 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt index ffae4478d..f7f333223 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt index b9d5c83a3..9843b062b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt b/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt index ac974a028..1ab06a66d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.service import android.graphics.drawable.Drawable diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt index be4ada3f6..8f98d9d95 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt index 110ce5a63..c4b7aa50f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt index b0733671c..da55f757c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt index e76734314..35f168921 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt index 6090fc4e2..56b54be0b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt index f15f09c87..8f73a0f26 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt index 210984a8e..638755126 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt index 7b5514957..a0f49878f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt index ed372ae0d..cc8835382 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt index effe55b70..72c6e8033 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt index 33583cc2a..4f6ec01b9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt index d7e61a08c..579a8b960 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt index e2d04316c..0270a1ea2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.ssl import java.security.cert.X509Certificate diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt index c64b240a5..771097cc3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl.custom diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt index d335f78b3..ecc364b37 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl.custom diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt index e9229a9d9..4f4de0fc9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat @@ -401,7 +401,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc .show() } else { when { - // Certificate has expired + // Certificate has expired it is QuasselSecurityException.Certificate && (it.cause is CertificateNotYetValidException || it.cause is CertificateExpiredException) -> { @@ -444,7 +444,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc .build() .show() } - // Certificate is in any other way invalid + // Certificate is in any other way invalid it is QuasselSecurityException.Certificate -> { MaterialDialog.Builder(this) .title(R.string.label_error_certificate) @@ -489,7 +489,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc .build() .show() } - // Certificate not valid for this hostname + // Certificate not valid for this hostname it is QuasselSecurityException.Hostname -> { MaterialDialog.Builder(this) .title(R.string.label_error_certificate) diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt index 73e79d15a..469495cfd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt index 02b4f5441..9c6af7a72 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt index 91d99f61b..ffe2a1e1f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt index 1f6befd88..d3fda7c5f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.buffers diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt index 58fd88076..188078fd4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.buffers diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt index 9cf69497b..068628cf5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.buffers @@ -299,77 +299,77 @@ class BufferViewConfigFragment : ServiceBoundFragment() { Triple(a, b, c) } }.observe(this, Observer { it -> - it?.let { (data, activityList, account) -> - runInBackground { - val (info, expandedNetworks, selected) = data - val (config, list) = info ?: Pair(null, emptyList()) - val minimumActivity = config?.minimumActivity() ?: Buffer_Activity.NONE - val activities = activityList.associate { it.bufferId to it.filtered } - val processedList = list.asSequence().sortedBy { props -> - !props.info.type.hasFlag(Buffer_Type.StatusBuffer) - }.sortedWith(compareBy(String.CASE_INSENSITIVE_ORDER) { props -> - props.network.networkName - }).map { props -> - val activity = props.activity - (activities[props.info.bufferId] - ?: account?.defaultFiltered - ?: 0) - BufferListItem( - props.copy( - activity = activity, - description = ircFormatDeserializer.formatString( - props.description.toString(), - colorize = messageSettings.colorizeMirc - ), - bufferActivity = Buffer_Activity.of( - when { - props.highlights > 0 -> Buffer_Activity.Highlight - activity.hasFlag(Message_Type.Plain) || - activity.hasFlag(Message_Type.Notice) || - activity.hasFlag(Message_Type.Action) -> Buffer_Activity.NewMessage - activity.isNotEmpty() -> Buffer_Activity.OtherActivity - else -> Buffer_Activity.NoActivity - } - ), - fallbackDrawable = if (props.info.type.hasFlag(Buffer_Type.QueryBuffer)) { - props.ircUser?.let { - val nickName = it.nick() - val useSelfColor = when (messageSettings.colorizeNicknames) { - MessageSettings.ColorizeNicknamesMode.ALL -> false - MessageSettings.ColorizeNicknamesMode.ALL_BUT_MINE -> - props.ircUser?.network()?.isMyNick(nickName) == true - MessageSettings.ColorizeNicknamesMode.NONE -> true - } - - colorContext.buildTextDrawable(it.nick(), useSelfColor) - } ?: colorContext.buildTextDrawable("", colorAway) - } else { - val color = if (props.bufferStatus == BufferStatus.ONLINE) colorAccent - else colorAway - - colorContext.buildTextDrawable("#", color) - }, - avatarUrls = props.ircUser?.let { - AvatarHelper.avatar(messageSettings, it, avatarSize) - } ?: emptyList() + it?.let { (data, activityList, account) -> + runInBackground { + val (info, expandedNetworks, selected) = data + val (config, list) = info ?: Pair(null, emptyList()) + val minimumActivity = config?.minimumActivity() ?: Buffer_Activity.NONE + val activities = activityList.associate { it.bufferId to it.filtered } + val processedList = list.asSequence().sortedBy { props -> + !props.info.type.hasFlag(Buffer_Type.StatusBuffer) + }.sortedWith(compareBy(String.CASE_INSENSITIVE_ORDER) { props -> + props.network.networkName + }).map { props -> + val activity = props.activity - (activities[props.info.bufferId] + ?: account?.defaultFiltered + ?: 0) + BufferListItem( + props.copy( + activity = activity, + description = ircFormatDeserializer.formatString( + props.description.toString(), + colorize = messageSettings.colorizeMirc ), - BufferState( - networkExpanded = expandedNetworks[props.network.networkId] - ?: (props.networkConnectionState == INetwork.ConnectionState.Initialized), - selected = selected.info?.bufferId == props.info.bufferId - ) + bufferActivity = Buffer_Activity.of( + when { + props.highlights > 0 -> Buffer_Activity.Highlight + activity.hasFlag(Message_Type.Plain) || + activity.hasFlag(Message_Type.Notice) || + activity.hasFlag(Message_Type.Action) -> Buffer_Activity.NewMessage + activity.isNotEmpty() -> Buffer_Activity.OtherActivity + else -> Buffer_Activity.NoActivity + } + ), + fallbackDrawable = if (props.info.type.hasFlag(Buffer_Type.QueryBuffer)) { + props.ircUser?.let { + val nickName = it.nick() + val useSelfColor = when (messageSettings.colorizeNicknames) { + MessageSettings.ColorizeNicknamesMode.ALL -> false + MessageSettings.ColorizeNicknamesMode.ALL_BUT_MINE -> + props.ircUser?.network()?.isMyNick(nickName) == true + MessageSettings.ColorizeNicknamesMode.NONE -> true + } + + colorContext.buildTextDrawable(it.nick(), useSelfColor) + } ?: colorContext.buildTextDrawable("", colorAway) + } else { + val color = if (props.bufferStatus == BufferStatus.ONLINE) colorAccent + else colorAway + + colorContext.buildTextDrawable("#", color) + }, + avatarUrls = props.ircUser?.let { + AvatarHelper.avatar(messageSettings, it, avatarSize) + } ?: emptyList() + ), + BufferState( + networkExpanded = expandedNetworks[props.network.networkId] + ?: (props.networkConnectionState == INetwork.ConnectionState.Initialized), + selected = selected.info?.bufferId == props.info.bufferId ) - }.filter { (props, state) -> - (props.info.type.hasFlag(BufferInfo.Type.StatusBuffer) || state.networkExpanded) && - (minimumActivity.toInt() <= props.bufferActivity.toInt() || - props.info.type.hasFlag(Buffer_Type.StatusBuffer)) - }.toList() - - activity?.runOnUiThread { - listAdapter.submitList(processedList) - } + ) + }.filter { (props, state) -> + (props.info.type.hasFlag(BufferInfo.Type.StatusBuffer) || state.networkExpanded) && + (minimumActivity.toInt() <= props.bufferActivity.toInt() || + props.info.type.hasFlag(Buffer_Type.StatusBuffer)) + }.toList() + + activity?.runOnUiThread { + listAdapter.submitList(processedList) } } - }) + } + }) listAdapter.setOnClickListener(this@BufferViewConfigFragment::clickListener) listAdapter.setOnLongClickListener(this@BufferViewConfigFragment::longClickListener) chatList.adapter = listAdapter diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt index 3464146a1..0f1997e1e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.channel diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt index 4bbbc5403..0c11ee95d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.channel diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt index 134fc5a37..d4f8d04b4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.channel diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt index 14fd9df05..adcef0ab7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.ui.chat.info.core import android.graphics.drawable.Drawable diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt index a7e9c5c25..847f735f7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.core diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt index 5508883a2..65330355e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.core diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt index cba0d3537..6d7061441 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.core diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt index 05fbf8d6a..520b9d3d1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt index e7f23d358..291988ddd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt index 8a0098226..d03c6c5eb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt index 7ee185632..a3b8ba488 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt index 9a651d285..4a3c62324 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt index 4a02838ae..5f14a2352 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt index 2ba06e04e..43f5babb3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt index f06bb3900..adbb64e9a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt index 00de2348f..17284f2b4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt index df87a54f0..d7ec751ee 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt index 4ca1be7d5..ee9d18b19 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input @@ -204,6 +204,7 @@ class RichEditText : EditTextSelectionChange { fun foregroundColors( range: IntRange = selection) = this.safeText.spans<ForegroundColorSpan>(range) + fun foregroundColor(range: IntRange = selection) = foregroundColors(range).singleOrNull()?.foregroundColor @@ -240,6 +241,7 @@ class RichEditText : EditTextSelectionChange { fun backgroundColors( range: IntRange = selection) = this.safeText.spans<BackgroundColorSpan>(range) + fun backgroundColor(range: IntRange = selection) = backgroundColors(range).singleOrNull()?.backgroundColor diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt index b215e81d7..9014e4c7d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt index 821809422..945d7b635 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt index b13019a5a..a1c236217 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt index ce9e3b469..0d26a40ce 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt index d9c4c2229..47a5b7a7d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages @@ -170,7 +170,7 @@ class MessageListFragment : ServiceBoundFragment() { actionMode?.finish() true } - R.id.action_share -> { + R.id.action_share -> { val builder = SpannableStringBuilder() viewModel.selectedMessages.value.values.asSequence().sortedBy { it.original.messageId diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt index f68f8b222..811d18de4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt index 6fba346ec..35b7214c4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt index a0997d080..5f26f1f30 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.nicks diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt index 34bea810d..9149a8bb1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.nicks diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt index af7be969e..7e77391cf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.topic diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt index c484eddfa..6084ccdfa 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.topic diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt index 06d7dc796..c4d418209 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.topic diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt index 3e09e26fc..4fb4b6021 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt index 234f6b590..7d64cd5f7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt index efb25f263..17d937acd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt index 9ebf42684..f3d6b4a35 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt index 4d4f8f417..574e8d45b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt index 03dcc85c8..ba2070aaf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt index 55e4458a0..eb6a3f37b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt index f402b4792..f0764a06f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt index 58f0561ee..0ecb38cdd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt index b0d72c090..27d358455 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt index d0f2152fd..d7f8485f6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.client diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt index b36497c75..9cd82d33f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.client diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt index c77aabe2d..763b469b0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.client diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt index bdf688447..9332aa08d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt index 2bfbbecc0..ecb0c1766 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt index 18530da04..b83699fcd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt index ef13279c4..b881ee89e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt index f082a3671..5c232557b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.license diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt index 295087f63..888d4a328 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.license diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt index eea7fab02..c9463f542 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.license diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt index f44126dbf..b330c7fba 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt index ef04ba854..e3633ed22 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt index 804a1ab12..e5b4ccd11 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt index 21f2176aa..576d5597f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt index 921a3ac7c..fc3f1043a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt index 94681d4ed..07dcaae9f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt index ea7b38c96..970db528a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt index d6950b889..20b56ec87 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt index 03cfbcdf0..89635c3f8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt index 32ed3ee50..127067224 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt index 0a682f679..6020cdc3b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt index d7f4925d1..16d7046a1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt index f80f3e817..6684889f4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliasitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt index d7b15d669..fb2f45e10 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliasitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt index b91efd5cc..1cd8858f7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliasitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt index 45ed0299b..b5eea6534 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt index e1df794a7..b871d34b8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt index 5609c9b59..828546f43 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt index 9da148fee..25c68ba5c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt index cc52fea9b..960ce8c98 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt index 780bbad23..63a3430ae 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt index 1d72629b6..7ee222962 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt index a8660d872..a42d68596 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt index 314cd5a27..d4343d82a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt index 245294f4a..edb9ecb38 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt index 7a7039a8e..7cbd4d08b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt index 2384b40a9..df5d394e3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt index aab76a5e7..bb9fe01f0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt index 4f82245f1..3ea26a5f2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt index 70a0f2e87..d37d27bb4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt index c981b025c..0eb503751 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt index 50c19866e..8b5672f28 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt index ab8a624de..cba85bc75 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt index 4f1f1e95a..db75a21d4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt index f8645e1df..6be35ad76 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt index 32fa895df..406597027 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt index 3bd7fa9db..9d84ce0a7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt index 685695801..a17920187 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightrule diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt index b60ac74d8..586fefb22 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightrule diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt index e7e38d297..3a9915ca7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightrule diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt index 9a6b68672..ec638be02 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt index f333c9fd6..7ff7e243f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt index 91c3210b6..1311bf256 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt index c2473a8a8..eab72b7fc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt index 841ce437f..9d6b227d9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt index e89980db1..5e4c2c0ce 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt index c2c3c38d7..8b624eae1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt index e5406f56d..39e15396f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt index f869743bc..26c698fdd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt index e01e29df3..28b2e2093 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt index c6e88baa5..7c4287ed6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt index cf2855c02..a7fc16532 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt index 4ff062ed3..627be7c79 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt index 4039cceb7..61e875fbd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt index 3a31839bc..0b98f098b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt index d3bb006bc..b7dd2f5bf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt index 066c41ba4..9fbe0fc4d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt index 7229aaefd..1cd40af7f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt index 95f1728ee..8190475cf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt index 0ed928a8d..4b919d42a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt index 8e6f2e573..625e0f4cb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt index 8cf0db75a..02addb034 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt index a7e2a573b..943eeeb7d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt index 54c868b75..a53b8186d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt index 4f188b4e4..4e0caa06c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt index 50244d57d..6ac3cf365 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt index 790fddc7c..a905197e4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt index a7a7b42ce..9f84c09ab 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt index f710dc514..760979025 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt index 7c7e7674a..6bd392809 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt index 177d59138..92b15ea34 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt index 557be007a..9cf2d733a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt index f4e28ff62..cd0fd22aa 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt index 78b116ec2..e7bbdb36c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkconfig diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt index 2100fed19..f1ac6b8ed 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkconfig diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt index 774c1c4f9..95cb27819 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkconfig diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt index b1baf1f67..02f385b85 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt index 8288a8dde..63b013ef7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt index 9be926dd9..af658f5a2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt index eb3d4f7dc..7a61e90c6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt index 80b491bb8..4df67e02a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt index 2f22b0124..b0c89b6cf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt index 27c791983..280eb8bc2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup @@ -49,6 +49,7 @@ import de.kuschku.quasseldroid.util.helper.or import de.kuschku.quasseldroid.util.helper.switchMap import de.kuschku.quasseldroid.util.helper.updateRecentsHeaderIfExisting import de.kuschku.quasseldroid.util.ui.LocaleHelper + abstract class SetupActivity : DaggerAppCompatActivity() { @BindView(R.id.menu_view) lateinit var menuView: ActionMenuView diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt index 57d37c436..7e95b20ed 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt index 20e5585df..6c688f675 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.edit diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt index 80624a1a3..224129789 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.edit diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt index 83150babf..b33801a6d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt index 0dc3ae775..c5b123601 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt index 96cfacc72..1ad254b17 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt index d563785fd..7bdd23ca8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt index b5f1801aa..49aa2ce2c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt index 9057c9a77..73240e0a5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt index cf45bafaf..138ad6a37 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt index 0dadca9c3..619a542d0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt index 49c81197e..df5715cbc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt index f8963e276..f8bc018d1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt index 3394c3d47..06f8256d3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt index 5e64ff0d6..d50a8be89 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt index fbcaef99d..65f8f9c65 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt index d880ef990..07e4fad35 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt index ed5bcf691..158a5906e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt index fecc48213..4bfe7870b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt b/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt index 9ef6511b5..cae5f6bce 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt index b2afc42d5..26a701833 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util import android.content.Context diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt index 487e6260e..5325a3ec3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util import de.kuschku.libquassel.protocol.BufferId diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt index 807a5468a..e248a73ed 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt b/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt index 92a634412..ab19f546f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt b/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt index ddffa3c42..bd08087f7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt index 5c9b3b4d6..84e41e5fe 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt index 165bd8687..46c7191c2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt index b87619ed4..729344880 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt index dacaf521c..69e0d7574 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt index 0835d624c..73c63b913 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt index f7c86c20f..6a0926e7f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt index 6f19f2eb7..0d3e88b55 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt index 3d388fe5b..f955cf774 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt index 2d62f5c04..af365aaa6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.backport object OsConstants { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt index ab3c8fa2d..89775f695 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt index f57c13677..599163c31 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt index 1c01d4e3c..59e7ed27b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt index 27ce0abe4..ccbb1f620 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt index 2b2284be9..287f50e47 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt index a049d7691..170644894 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt index 8fd02da2c..85c631fd8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt index 899ff8f59..65f81d7b8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.embed import io.reactivex.Observable diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt index 472e5aef7..6096eb1a3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.embed import com.google.gson.GsonBuilder diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt index ec45c32e1..13415b450 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.embed data class EmbedResponse( diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt b/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt index 6459935bb..9791a2ca5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.emoji diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt index bd49783cf..100d42672 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt index ec6c7441c..a04584fde 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt index 480affffc..58d60bb0e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt index 78b45b58b..f0e44d032 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt index 89b828e8e..6a252c226 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt index ed275a83a..9eb8cd60b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt index 30e6b56cc..423d36d93 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt index a65f83724..a2ce91738 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt index 3bba6e4ac..05aacc661 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt index b00caf62f..e9b22d707 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt index fbd02c16e..c2df4ada6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt index cd703c201..399ebaad0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt index a4374f0db..29c09dc2a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt index 15040669d..ee13b1140 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt index 993373bb8..bda11c44b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt index 34961e45a..68256dc6f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt index bb4d40311..4611b6d3b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt index 7f9dcc74a..60b790578 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt index 5032794e3..cbcfa0690 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt index e88adc154..6addd5da9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt index f59546115..1698bad45 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt index c1b5ca3bb..26763c6c4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt index 534c3dc34..760e896f0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt index f5ff79eb8..84d711d54 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt index 638e020f5..8ef67dd2d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt index 6bc5380a4..db060c070 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt index 57bfe1cea..425b53ef2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.irc object IrcPorts { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt index 5fdbdd69e..392d0f126 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt index 223e74308..9f12844d9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt index 7a2880d72..e27d04712 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt index 95a90ad08..a071f3ccf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt index 68d4981fa..a7abfdf30 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt index c3b4d3766..1b77aa2c3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt index 7e04080f3..6e327b829 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt index 2211b5539..045a86918 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt index 9d3b5ce1a..ffc54118a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt index e380e776c..4d2d336fb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt index 2f76a7117..244c3ea3c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt index 136cce47c..769ebfaaa 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt index 0ade1d01a..c3deca16d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt index 9c22a9e9c..82eed3a49 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt index c5ca1e34c..8e2750146 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.missingfeatures enum class QuasselVersion(val humanName: String) { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt index 592b5bbde..4e6cd948c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt b/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt index 961104315..34ce92b83 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt index fe5176f84..a2ac75c98 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.service @@ -114,7 +114,7 @@ abstract class ServiceBoundActivity : override fun onStart() { if (Settings.appearance(this) != appearanceSettings || - (resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK) != nightMode) { + (resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK) != nightMode) { recreate() } sharedPreferences(Keys.Status.NAME, Context.MODE_PRIVATE) { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt index fb4d42363..c0c0074a3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt index 1c140052e..68ddb56de 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt index d612776ca..75d874afe 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.ui import android.content.Context diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java index cf61c319b..20ff05065 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui; diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java index 28d6ac96b..3dd3e21b6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui; diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt index caaa42815..5a7ea7efa 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt index d3056ef68..fe2ec55a4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt index 672b8062a..b26fb40c5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt index f609bb8dd..95c9fe4e2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt index 6ae10aea8..456d1afa5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt index 169426227..bddc6e98e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt index cbc2ec606..25973066d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt index e56b699cc..432ecde83 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.ui import android.graphics.* diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt index 01c499002..774b2e3d3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt index 44cfc4c96..1121d22f9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java index 66edc9f88..7372d0e14 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui; diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt index 2c77620ed..d688cc0d5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt index 234816840..ec65b3049 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt index 0515f08c9..77338642c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.ui import android.annotation.SuppressLint diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java index a44eb3393..e6db4c96a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.ui.fastscroll.interfaces; public interface OnFastScrollStateChangeListener { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt index b3f5bdf99..a1fd1783a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt index b29bebc60..f0a15f83f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt index 74cb3cfe1..944d838c5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt index 160631e7e..1458c8994 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt index 13c33568e..bb1421501 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt index a76a3956a..0c55d4da1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt index bf518fb1e..59208565c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt index 0451c923d..dad6e087c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/res/drawable-ldrtl/ic_send.xml b/app/src/main/res/drawable-ldrtl/ic_send.xml index fc6242ade..d083ca4fa 100644 --- a/app/src/main/res/drawable-ldrtl/ic_send.xml +++ b/app/src/main/res/drawable-ldrtl/ic_send.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M22,21L1,12L22,3V10L7,12L22,14V21Z" /> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_dark.xml b/app/src/main/res/drawable-v21/bg_menuitem_dark.xml index 9f5f87b47..e40592a74 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_dark.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_light.xml b/app/src/main/res/drawable-v21/bg_menuitem_light.xml index 68ccb830c..1ef5beb13 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_light.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml b/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml index 98edb7bec..4c829bba6 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml b/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml index c7af6cede..cd3b846ec 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v26/ic_launcher_background.xml b/app/src/main/res/drawable-v26/ic_launcher_background.xml index 2f508a6c8..b2061ac1a 100644 --- a/app/src/main/res/drawable-v26/ic_launcher_background.xml +++ b/app/src/main/res/drawable-v26/ic_launcher_background.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/bg_badge.xml b/app/src/main/res/drawable/bg_badge.xml index 9c771b7ac..34901f2b3 100644 --- a/app/src/main/res/drawable/bg_badge.xml +++ b/app/src/main/res/drawable/bg_badge.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <shape xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_intro.xml b/app/src/main/res/drawable/bg_intro.xml index 80e39982d..9f62b379e 100644 --- a/app/src/main/res/drawable/bg_intro.xml +++ b/app/src/main/res/drawable/bg_intro.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="1440dp" android:height="810dp" - android:viewportHeight="810" - android:viewportWidth="1440"> + android:viewportWidth="1440" + android:viewportHeight="810"> <path android:fillColor="#d7d7d7" diff --git a/app/src/main/res/drawable/bg_menuitem_dark.xml b/app/src/main/res/drawable/bg_menuitem_dark.xml index 1f0f88159..0a66dfe54 100644 --- a/app/src/main/res/drawable/bg_menuitem_dark.xml +++ b/app/src/main/res/drawable/bg_menuitem_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_menuitem_light.xml b/app/src/main/res/drawable/bg_menuitem_light.xml index 1278e575f..25b8d5d9c 100644 --- a/app/src/main/res/drawable/bg_menuitem_light.xml +++ b/app/src/main/res/drawable/bg_menuitem_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml b/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml index 43617b779..d3ea69af5 100644 --- a/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml +++ b/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_menuitem_rounded_light.xml b/app/src/main/res/drawable/bg_menuitem_rounded_light.xml index d7fda2045..601329c56 100644 --- a/app/src/main/res/drawable/bg_menuitem_rounded_light.xml +++ b/app/src/main/res/drawable/bg_menuitem_rounded_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_splash.xml b/app/src/main/res/drawable/bg_splash.xml index c18189ef9..78a849385 100644 --- a/app/src/main/res/drawable/bg_splash.xml +++ b/app/src/main/res/drawable/bg_splash.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_transparent.xml b/app/src/main/res/drawable/bg_transparent.xml index 7620d58c2..5959a1d4e 100644 --- a/app/src/main/res/drawable/bg_transparent.xml +++ b/app/src/main/res/drawable/bg_transparent.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/ic_account.xml b/app/src/main/res/drawable/ic_account.xml index b60fc5f21..9931f09ca 100644 --- a/app/src/main/res/drawable/ic_account.xml +++ b/app/src/main/res/drawable/ic_account.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z" /> diff --git a/app/src/main/res/drawable/ic_account_card.xml b/app/src/main/res/drawable/ic_account_card.xml index 340aa70c9..aee211979 100644 --- a/app/src/main/res/drawable/ic_account_card.xml +++ b/app/src/main/res/drawable/ic_account_card.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M2,3H22C23.05,3 24,3.95 24,5V19C24,20.05 23.05,21 22,21H2C0.95,21 0,20.05 0,19V5C0,3.95 0.95,3 2,3M14,6V7H22V6H14M14,8V9H21.5L22,9V8H14M14,10V11H21V10H14M8,13.91C6,13.91 2,15 2,17V18H14V17C14,15 10,13.91 8,13.91M8,6A3,3 0 0,0 5,9A3,3 0 0,0 8,12A3,3 0 0,0 11,9A3,3 0 0,0 8,6Z" /> diff --git a/app/src/main/res/drawable/ic_account_minus.xml b/app/src/main/res/drawable/ic_account_minus.xml index 6ae30141c..4bd7e9dc1 100644 --- a/app/src/main/res/drawable/ic_account_minus.xml +++ b/app/src/main/res/drawable/ic_account_minus.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M1,10V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z" /> diff --git a/app/src/main/res/drawable/ic_account_multiple.xml b/app/src/main/res/drawable/ic_account_multiple.xml index 5811d9dc8..b875ec7d7 100644 --- a/app/src/main/res/drawable/ic_account_multiple.xml +++ b/app/src/main/res/drawable/ic_account_multiple.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M16,13C15.71,13 15.38,13 15.03,13.05C16.19,13.89 17,15 17,16.5V19H23V16.5C23,14.17 18.33,13 16,13M8,13C5.67,13 1,14.17 1,16.5V19H15V16.5C15,14.17 10.33,13 8,13M8,11A3,3 0 0,0 11,8A3,3 0 0,0 8,5A3,3 0 0,0 5,8A3,3 0 0,0 8,11M16,11A3,3 0 0,0 19,8A3,3 0 0,0 16,5A3,3 0 0,0 13,8A3,3 0 0,0 16,11Z" /> diff --git a/app/src/main/res/drawable/ic_account_plus.xml b/app/src/main/res/drawable/ic_account_plus.xml index 35d453c21..e3cbf8ffe 100644 --- a/app/src/main/res/drawable/ic_account_plus.xml +++ b/app/src/main/res/drawable/ic_account_plus.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z" /> diff --git a/app/src/main/res/drawable/ic_add.xml b/app/src/main/res/drawable/ic_add.xml index 64fee29b5..5788cb987 100644 --- a/app/src/main/res/drawable/ic_add.xml +++ b/app/src/main/res/drawable/ic_add.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /> diff --git a/app/src/main/res/drawable/ic_alert.xml b/app/src/main/res/drawable/ic_alert.xml index 1a1c6a166..8cc25d0e9 100644 --- a/app/src/main/res/drawable/ic_alert.xml +++ b/app/src/main/res/drawable/ic_alert.xml @@ -1,3 +1,22 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_arrow_right.xml b/app/src/main/res/drawable/ic_arrow_right.xml index 3a6e8f9d4..3a3477f96 100644 --- a/app/src/main/res/drawable/ic_arrow_right.xml +++ b/app/src/main/res/drawable/ic_arrow_right.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" /> diff --git a/app/src/main/res/drawable/ic_bell.xml b/app/src/main/res/drawable/ic_bell.xml index 0d860dd8b..c930ae764 100644 --- a/app/src/main/res/drawable/ic_bell.xml +++ b/app/src/main/res/drawable/ic_bell.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,22A2,2 0 0,0 14,20H10A2,2 0 0,0 12,22M18,16V11C18,7.93 16.36,5.36 13.5,4.68V4A1.5,1.5 0 0,0 12,2.5A1.5,1.5 0 0,0 10.5,4V4.68C7.63,5.36 6,7.92 6,11V16L4,18V19H20V18L18,16Z" /> diff --git a/app/src/main/res/drawable/ic_channel.xml b/app/src/main/res/drawable/ic_channel.xml index c4493cd12..5c9da6b98 100644 --- a/app/src/main/res/drawable/ic_channel.xml +++ b/app/src/main/res/drawable/ic_channel.xml @@ -1,3 +1,22 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_check.xml b/app/src/main/res/drawable/ic_check.xml index 46ba92652..9c8bd47cd 100644 --- a/app/src/main/res/drawable/ic_check.xml +++ b/app/src/main/res/drawable/ic_check.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" /> diff --git a/app/src/main/res/drawable/ic_chevron_down.xml b/app/src/main/res/drawable/ic_chevron_down.xml index 246e7372e..3040ef559 100644 --- a/app/src/main/res/drawable/ic_chevron_down.xml +++ b/app/src/main/res/drawable/ic_chevron_down.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,19 +10,19 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/chevron_down.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /> diff --git a/app/src/main/res/drawable/ic_chevron_up.xml b/app/src/main/res/drawable/ic_chevron_up.xml index ae9314a03..3e72d4d6f 100644 --- a/app/src/main/res/drawable/ic_chevron_up.xml +++ b/app/src/main/res/drawable/ic_chevron_up.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,19 +10,19 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/chevron_up.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /> diff --git a/app/src/main/res/drawable/ic_clock.xml b/app/src/main/res/drawable/ic_clock.xml index 78335a020..67f45fcc6 100644 --- a/app/src/main/res/drawable/ic_clock.xml +++ b/app/src/main/res/drawable/ic_clock.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C6.47,22 2,17.5 2,12A10,10 0 0,1 12,2M12.5,7V12.25L17,14.92L16.25,16.15L11,13V7H12.5Z" /> diff --git a/app/src/main/res/drawable/ic_close.xml b/app/src/main/res/drawable/ic_close.xml index 74ced3508..a120d0515 100644 --- a/app/src/main/res/drawable/ic_close.xml +++ b/app/src/main/res/drawable/ic_close.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /> diff --git a/app/src/main/res/drawable/ic_copy.xml b/app/src/main/res/drawable/ic_copy.xml index a6fb78514..707d56a43 100644 --- a/app/src/main/res/drawable/ic_copy.xml +++ b/app/src/main/res/drawable/ic_copy.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" /> diff --git a/app/src/main/res/drawable/ic_debug.xml b/app/src/main/res/drawable/ic_debug.xml index 7f90a346d..4bde64da8 100644 --- a/app/src/main/res/drawable/ic_debug.xml +++ b/app/src/main/res/drawable/ic_debug.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M14,12H10V10H14M14,16H10V14H14M20,8H17.19C16.74,7.22 16.12,6.55 15.37,6.04L17,4.41L15.59,3L13.42,5.17C12.96,5.06 12.5,5 12,5C11.5,5 11.04,5.06 10.59,5.17L8.41,3L7,4.41L8.62,6.04C7.88,6.55 7.26,7.22 6.81,8H4V10H6.09C6.04,10.33 6,10.66 6,11V12H4V14H6V15C6,15.34 6.04,15.67 6.09,16H4V18H6.81C7.85,19.79 9.78,21 12,21C14.22,21 16.15,19.79 17.19,18H20V16H17.91C17.96,15.67 18,15.34 18,15V14H20V12H18V11C18,10.66 17.96,10.33 17.91,10H20V8Z" /> diff --git a/app/src/main/res/drawable/ic_delete.xml b/app/src/main/res/drawable/ic_delete.xml index 76e8ec86c..28799185e 100644 --- a/app/src/main/res/drawable/ic_delete.xml +++ b/app/src/main/res/drawable/ic_delete.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z" /> diff --git a/app/src/main/res/drawable/ic_disconnected.xml b/app/src/main/res/drawable/ic_disconnected.xml index 9eae842ce..5fe5d0116 100644 --- a/app/src/main/res/drawable/ic_disconnected.xml +++ b/app/src/main/res/drawable/ic_disconnected.xml @@ -1,3 +1,22 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_eye.xml b/app/src/main/res/drawable/ic_eye.xml index b09645f86..cacb938b3 100644 --- a/app/src/main/res/drawable/ic_eye.xml +++ b/app/src/main/res/drawable/ic_eye.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" /> diff --git a/app/src/main/res/drawable/ic_eye_off.xml b/app/src/main/res/drawable/ic_eye_off.xml index 9b773df45..ed1417448 100644 --- a/app/src/main/res/drawable/ic_eye_off.xml +++ b/app/src/main/res/drawable/ic_eye_off.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" /> diff --git a/app/src/main/res/drawable/ic_filter.xml b/app/src/main/res/drawable/ic_filter.xml index 3ad2018eb..cd96c21be 100644 --- a/app/src/main/res/drawable/ic_filter.xml +++ b/app/src/main/res/drawable/ic_filter.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M3,2H21V2H21V4H20.92L14,10.92V22.91L10,18.91V10.91L3.09,4H3V2Z" /> diff --git a/app/src/main/res/drawable/ic_format_background.xml b/app/src/main/res/drawable/ic_format_background.xml index 7c43150b5..66edadad5 100644 --- a/app/src/main/res/drawable/ic_format_background.xml +++ b/app/src/main/res/drawable/ic_format_background.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,11.5C19,11.5 17,13.67 17,15A2,2 0 0,0 19,17A2,2 0 0,0 21,15C21,13.67 19,11.5 19,11.5M5.21,10L10,5.21L14.79,10M16.56,8.94L7.62,0L6.21,1.41L8.59,3.79L3.44,8.94C2.85,9.5 2.85,10.47 3.44,11.06L8.94,16.56C9.23,16.85 9.62,17 10,17C10.38,17 10.77,16.85 11.06,16.56L16.56,11.06C17.15,10.47 17.15,9.5 16.56,8.94Z" /> diff --git a/app/src/main/res/drawable/ic_format_bold.xml b/app/src/main/res/drawable/ic_format_bold.xml index 8dc5a46a6..d1d58fc80 100644 --- a/app/src/main/res/drawable/ic_format_bold.xml +++ b/app/src/main/res/drawable/ic_format_bold.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13.5,15.5H10V12.5H13.5A1.5,1.5 0 0,1 15,14A1.5,1.5 0 0,1 13.5,15.5M10,6.5H13A1.5,1.5 0 0,1 14.5,8A1.5,1.5 0 0,1 13,9.5H10M15.6,10.79C16.57,10.11 17.25,9 17.25,8C17.25,5.74 15.5,4 13.25,4H7V18H14.04C16.14,18 17.75,16.3 17.75,14.21C17.75,12.69 16.89,11.39 15.6,10.79Z" /> diff --git a/app/src/main/res/drawable/ic_format_clear.xml b/app/src/main/res/drawable/ic_format_clear.xml index 2a83ea229..4ef4e98c9 100644 --- a/app/src/main/res/drawable/ic_format_clear.xml +++ b/app/src/main/res/drawable/ic_format_clear.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,19 +10,19 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/format_clear.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M6,5V5.18L8.82,8H11.22L10.5,9.68L12.6,11.78L14.21,8H20V5H6M3.27,5L2,6.27L8.97,13.24L6.5,19H9.5L11.07,15.34L16.73,21L18,19.73L3.55,5.27L3.27,5Z" /> diff --git a/app/src/main/res/drawable/ic_format_foreground.xml b/app/src/main/res/drawable/ic_format_foreground.xml index ba896ed9d..6ab1107b6 100644 --- a/app/src/main/res/drawable/ic_format_foreground.xml +++ b/app/src/main/res/drawable/ic_format_foreground.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M9.62,12L12,5.67L14.37,12M11,3L5.5,17H7.75L8.87,14H15.12L16.25,17H18.5L13,3H11Z" /> diff --git a/app/src/main/res/drawable/ic_format_italic.xml b/app/src/main/res/drawable/ic_format_italic.xml index 72677146a..61e9d6749 100644 --- a/app/src/main/res/drawable/ic_format_italic.xml +++ b/app/src/main/res/drawable/ic_format_italic.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M10,4V7H12.21L8.79,15H6V18H14V15H11.79L15.21,7H18V4H10Z" /> diff --git a/app/src/main/res/drawable/ic_format_monospace.xml b/app/src/main/res/drawable/ic_format_monospace.xml index adfeefe89..785abf372 100644 --- a/app/src/main/res/drawable/ic_format_monospace.xml +++ b/app/src/main/res/drawable/ic_format_monospace.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,19 +10,19 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/code_tags.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6M9.4,16.6L4.8,12L9.4,7.4L8,6L2,12L8,18L9.4,16.6Z" /> diff --git a/app/src/main/res/drawable/ic_format_strikethrough.xml b/app/src/main/res/drawable/ic_format_strikethrough.xml index 4313a653b..428561a6f 100644 --- a/app/src/main/res/drawable/ic_format_strikethrough.xml +++ b/app/src/main/res/drawable/ic_format_strikethrough.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M23,12V14H18.61C19.61,16.14 19.56,22 12.38,22C4.05,22.05 4.37,15.5 4.37,15.5L8.34,15.55C8.37,18.92 11.5,18.92 12.12,18.88C12.76,18.83 15.15,18.84 15.34,16.5C15.42,15.41 14.32,14.58 13.12,14H1V12H23M19.41,7.89L15.43,7.86C15.43,7.86 15.6,5.09 12.15,5.08C8.7,5.06 9,7.28 9,7.56C9.04,7.84 9.34,9.22 12,9.88H5.71C5.71,9.88 2.22,3.15 10.74,2C19.45,0.8 19.43,7.91 19.41,7.89Z" /> diff --git a/app/src/main/res/drawable/ic_format_underline.xml b/app/src/main/res/drawable/ic_format_underline.xml index 9cb5ce2f5..c09fbef14 100644 --- a/app/src/main/res/drawable/ic_format_underline.xml +++ b/app/src/main/res/drawable/ic_format_underline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M5,21H19V19H5V21M12,17A6,6 0 0,0 18,11V3H15.5V11A3.5,3.5 0 0,1 12,14.5A3.5,3.5 0 0,1 8.5,11V3H6V11A6,6 0 0,0 12,17Z" /> diff --git a/app/src/main/res/drawable/ic_help.xml b/app/src/main/res/drawable/ic_help.xml index 8c1825aa9..eac04e261 100644 --- a/app/src/main/res/drawable/ic_help.xml +++ b/app/src/main/res/drawable/ic_help.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /> diff --git a/app/src/main/res/drawable/ic_history.xml b/app/src/main/res/drawable/ic_history.xml index c93e6ad8f..8df9c19f4 100644 --- a/app/src/main/res/drawable/ic_history.xml +++ b/app/src/main/res/drawable/ic_history.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M11,7V12.11L15.71,14.9L16.5,13.62L12.5,11.25V7M12.5,2C8.97,2 5.91,3.92 4.27,6.77L2,4.5V11H8.5L5.75,8.25C6.96,5.73 9.5,4 12.5,4A7.5,7.5 0 0,1 20,11.5A7.5,7.5 0 0,1 12.5,19C9.23,19 6.47,16.91 5.44,14H3.34C4.44,18.03 8.11,21 12.5,21C17.74,21 22,16.75 22,11.5A9.5,9.5 0 0,0 12.5,2Z" /> diff --git a/app/src/main/res/drawable/ic_info.xml b/app/src/main/res/drawable/ic_info.xml index c45d1fe3e..6a5817ce2 100644 --- a/app/src/main/res/drawable/ic_info.xml +++ b/app/src/main/res/drawable/ic_info.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /> diff --git a/app/src/main/res/drawable/ic_key_variant.xml b/app/src/main/res/drawable/ic_key_variant.xml index 4b830539b..112c79c96 100644 --- a/app/src/main/res/drawable/ic_key_variant.xml +++ b/app/src/main/res/drawable/ic_key_variant.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M22,18V22H18V19H15V16H12L9.74,13.74C9.19,13.91 8.61,14 8,14A6,6 0 0,1 2,8A6,6 0 0,1 8,2A6,6 0 0,1 14,8C14,8.61 13.91,9.19 13.74,9.74L22,18M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z" /> diff --git a/app/src/main/res/drawable/ic_list_bulleted.xml b/app/src/main/res/drawable/ic_list_bulleted.xml index a79e6b158..bc30e32fe 100644 --- a/app/src/main/res/drawable/ic_list_bulleted.xml +++ b/app/src/main/res/drawable/ic_list_bulleted.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M7,5H21V7H7V5M7,13V11H21V13H7M4,4.5A1.5,1.5 0 0,1 5.5,6A1.5,1.5 0 0,1 4,7.5A1.5,1.5 0 0,1 2.5,6A1.5,1.5 0 0,1 4,4.5M4,10.5A1.5,1.5 0 0,1 5.5,12A1.5,1.5 0 0,1 4,13.5A1.5,1.5 0 0,1 2.5,12A1.5,1.5 0 0,1 4,10.5M7,19V17H21V19H7M4,16.5A1.5,1.5 0 0,1 5.5,18A1.5,1.5 0 0,1 4,19.5A1.5,1.5 0 0,1 2.5,18A1.5,1.5 0 0,1 4,16.5Z" /> diff --git a/app/src/main/res/drawable/ic_lock.xml b/app/src/main/res/drawable/ic_lock.xml index d41376578..2f7f1293f 100644 --- a/app/src/main/res/drawable/ic_lock.xml +++ b/app/src/main/res/drawable/ic_lock.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z" /> diff --git a/app/src/main/res/drawable/ic_lock_open.xml b/app/src/main/res/drawable/ic_lock_open.xml index ffe1fdea1..624d50218 100644 --- a/app/src/main/res/drawable/ic_lock_open.xml +++ b/app/src/main/res/drawable/ic_lock_open.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10A2,2 0 0,1 6,8H15V6A3,3 0 0,0 12,3A3,3 0 0,0 9,6H7A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,17A2,2 0 0,1 10,15A2,2 0 0,1 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17Z" /> diff --git a/app/src/main/res/drawable/ic_message_bulleted.xml b/app/src/main/res/drawable/ic_message_bulleted.xml index bbc499819..149065355 100644 --- a/app/src/main/res/drawable/ic_message_bulleted.xml +++ b/app/src/main/res/drawable/ic_message_bulleted.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M8,14H6V12H8V14M8,11H6V9H8V11M8,8H6V6H8V8M15,14H10V12H15V14M18,11H10V9H18V11M18,8H10V6H18V8Z" /> diff --git a/app/src/main/res/drawable/ic_modify.xml b/app/src/main/res/drawable/ic_modify.xml index b17b9d3f7..187bfdd71 100644 --- a/app/src/main/res/drawable/ic_modify.xml +++ b/app/src/main/res/drawable/ic_modify.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z" /> diff --git a/app/src/main/res/drawable/ic_pencil.xml b/app/src/main/res/drawable/ic_pencil.xml index b17b9d3f7..187bfdd71 100644 --- a/app/src/main/res/drawable/ic_pencil.xml +++ b/app/src/main/res/drawable/ic_pencil.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z" /> diff --git a/app/src/main/res/drawable/ic_reorder.xml b/app/src/main/res/drawable/ic_reorder.xml index c4ee285ad..f84d6df15 100644 --- a/app/src/main/res/drawable/ic_reorder.xml +++ b/app/src/main/res/drawable/ic_reorder.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M3,15H21V13H3V15M3,19H21V17H3V19M3,11H21V9H3V11M3,5V7H21V5H3Z" /> diff --git a/app/src/main/res/drawable/ic_save.xml b/app/src/main/res/drawable/ic_save.xml index b70ff325d..7478b8db0 100644 --- a/app/src/main/res/drawable/ic_save.xml +++ b/app/src/main/res/drawable/ic_save.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z" /> diff --git a/app/src/main/res/drawable/ic_scroll_down.xml b/app/src/main/res/drawable/ic_scroll_down.xml index 462e36c9c..330d18ecb 100644 --- a/app/src/main/res/drawable/ic_scroll_down.xml +++ b/app/src/main/res/drawable/ic_scroll_down.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M16.59,5.59L18,7L12,13L6,7L7.41,5.59L12,10.17L16.59,5.59M16.59,11.59L18,13L12,19L6,13L7.41,11.59L12,16.17L16.59,11.59Z" /> diff --git a/app/src/main/res/drawable/ic_send.xml b/app/src/main/res/drawable/ic_send.xml index f6c1b5f70..1a2485207 100644 --- a/app/src/main/res/drawable/ic_send.xml +++ b/app/src/main/res/drawable/ic_send.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M2,21L23,12L2,3V10L17,12L2,14V21Z" /> diff --git a/app/src/main/res/drawable/ic_server.xml b/app/src/main/res/drawable/ic_server.xml index 56bb72e2d..b265c942d 100644 --- a/app/src/main/res/drawable/ic_server.xml +++ b/app/src/main/res/drawable/ic_server.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13,18H14A1,1 0 0,1 15,19H22V21H15A1,1 0 0,1 14,22H10A1,1 0 0,1 9,21H2V19H9A1,1 0 0,1 10,18H11V16H4A1,1 0 0,1 3,15V11A1,1 0 0,1 4,10H20A1,1 0 0,1 21,11V15A1,1 0 0,1 20,16H13V18M4,2H20A1,1 0 0,1 21,3V7A1,1 0 0,1 20,8H4A1,1 0 0,1 3,7V3A1,1 0 0,1 4,2M9,6H10V4H9V6M9,14H10V12H9V14M5,4V6H7V4H5M5,12V14H7V12H5Z" /> diff --git a/app/src/main/res/drawable/ic_server_network.xml b/app/src/main/res/drawable/ic_server_network.xml index 56bb72e2d..b265c942d 100644 --- a/app/src/main/res/drawable/ic_server_network.xml +++ b/app/src/main/res/drawable/ic_server_network.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13,18H14A1,1 0 0,1 15,19H22V21H15A1,1 0 0,1 14,22H10A1,1 0 0,1 9,21H2V19H9A1,1 0 0,1 10,18H11V16H4A1,1 0 0,1 3,15V11A1,1 0 0,1 4,10H20A1,1 0 0,1 21,11V15A1,1 0 0,1 20,16H13V18M4,2H20A1,1 0 0,1 21,3V7A1,1 0 0,1 20,8H4A1,1 0 0,1 3,7V3A1,1 0 0,1 4,2M9,6H10V4H9V6M9,14H10V12H9V14M5,4V6H7V4H5M5,12V14H7V12H5Z" /> diff --git a/app/src/main/res/drawable/ic_settings.xml b/app/src/main/res/drawable/ic_settings.xml index 4dc6ee239..59697ba68 100644 --- a/app/src/main/res/drawable/ic_settings.xml +++ b/app/src/main/res/drawable/ic_settings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,19 +10,19 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:width="24dp" android:height="24dp" - android:viewportHeight="24" android:viewportWidth="24" + android:viewportHeight="24" tools:ignore="VectorPath"> <path android:fillColor="#000" diff --git a/app/src/main/res/drawable/ic_share.xml b/app/src/main/res/drawable/ic_share.xml index ada0bbe47..784482a1b 100644 --- a/app/src/main/res/drawable/ic_share.xml +++ b/app/src/main/res/drawable/ic_share.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z" /> diff --git a/app/src/main/res/drawable/ic_share_alternative.xml b/app/src/main/res/drawable/ic_share_alternative.xml index fe176b0f5..13f799229 100644 --- a/app/src/main/res/drawable/ic_share_alternative.xml +++ b/app/src/main/res/drawable/ic_share_alternative.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M21,11L14,4V8C7,9 4,14 3,19C5.5,15.5 9,13.9 14,13.9V18L21,11Z" /> diff --git a/app/src/main/res/drawable/ic_shortcut_channel.xml b/app/src/main/res/drawable/ic_shortcut_channel.xml index 7526d6ece..17b467bf8 100644 --- a/app/src/main/res/drawable/ic_shortcut_channel.xml +++ b/app/src/main/res/drawable/ic_shortcut_channel.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml b/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml index 7992233be..73acf8384 100644 --- a/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml +++ b/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" - android:viewportHeight="108" - android:viewportWidth="108"> + android:viewportWidth="108" + android:viewportHeight="108"> <path android:fillColor="#8affffff" android:pathData="m47.116,47.211 0.885,-6.39a1.875,1.875 0 0 1 3.714,0.51l-0.81,5.859 8.337, diff --git a/app/src/main/res/drawable/ic_shortcut_query.xml b/app/src/main/res/drawable/ic_shortcut_query.xml index bf9fda0fd..e037fef87 100644 --- a/app/src/main/res/drawable/ic_shortcut_query.xml +++ b/app/src/main/res/drawable/ic_shortcut_query.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/ic_shortcut_query_foreground.xml b/app/src/main/res/drawable/ic_shortcut_query_foreground.xml index fed66dcf3..310023445 100644 --- a/app/src/main/res/drawable/ic_shortcut_query_foreground.xml +++ b/app/src/main/res/drawable/ic_shortcut_query_foreground.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" - android:viewportHeight="108" - android:viewportWidth="108"> + android:viewportWidth="108" + android:viewportHeight="108"> <path android:fillColor="#8affffff" android:pathData="m 54,40 a 7,7 0 0 1 7,7 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 m 0,17 c diff --git a/app/src/main/res/drawable/ic_status.xml b/app/src/main/res/drawable/ic_status.xml index 60dc7eddf..6a293fac9 100644 --- a/app/src/main/res/drawable/ic_status.xml +++ b/app/src/main/res/drawable/ic_status.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,12m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0" /> diff --git a/app/src/main/res/drawable/ic_status_channel.xml b/app/src/main/res/drawable/ic_status_channel.xml index 954f227f3..5d5ecd0aa 100644 --- a/app/src/main/res/drawable/ic_status_channel.xml +++ b/app/src/main/res/drawable/ic_status_channel.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="20" - android:viewportWidth="20"> + android:viewportWidth="20" + android:viewportHeight="20"> <path android:fillColor="#000" android:pathData="M0,10a10,10 0 1,0 20,0 10,10 0 1,0-20,0 diff --git a/app/src/main/res/drawable/ic_status_channel_offline.xml b/app/src/main/res/drawable/ic_status_channel_offline.xml index b84f8145c..5b4b8c8fa 100644 --- a/app/src/main/res/drawable/ic_status_channel_offline.xml +++ b/app/src/main/res/drawable/ic_status_channel_offline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="20" - android:viewportWidth="20"> + android:viewportWidth="20" + android:viewportHeight="20"> <path android:fillColor="#000" android:pathData="M0,10a10,10 0 1,0 20,0 10,10 0 1,0-20,0 diff --git a/app/src/main/res/drawable/ic_status_offline.xml b/app/src/main/res/drawable/ic_status_offline.xml index 292697f16..3870ff3a2 100644 --- a/app/src/main/res/drawable/ic_status_offline.xml +++ b/app/src/main/res/drawable/ic_status_offline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="20" - android:viewportWidth="20"> + android:viewportWidth="20" + android:viewportHeight="20"> <path android:fillColor="#000" android:pathData="M0,10a10,10 0 1,0 20,0 10,10 0 1,0-20,0 diff --git a/app/src/main/res/drawable/ic_tab.xml b/app/src/main/res/drawable/ic_tab.xml index 59cd62151..8dcfe41fd 100644 --- a/app/src/main/res/drawable/ic_tab.xml +++ b/app/src/main/res/drawable/ic_tab.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20,18H22V6H20M11.59,7.41L15.17,11H1V13H15.17L11.59,16.58L13,18L19,12L13,6L11.59,7.41Z" /> diff --git a/app/src/main/res/drawable/ic_tag_text.xml b/app/src/main/res/drawable/ic_tag_text.xml index 3284ca32c..1a9fb540b 100644 --- a/app/src/main/res/drawable/ic_tag_text.xml +++ b/app/src/main/res/drawable/ic_tag_text.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,18 +10,18 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M5.5,7A1.5,1.5 0 0,0 7,5.5A1.5,1.5 0 0,0 5.5,4A1.5,1.5 0 0,0 4,5.5A1.5,1.5 0 0,0 5.5,7M21.41,11.58C21.77,11.94 22,12.44 22,13C22,13.55 21.78,14.05 21.41,14.41L14.41,21.41C14.05,21.77 13.55,22 13,22C12.45,22 11.95,21.77 11.58,21.41L2.59,12.41C2.22,12.05 2,11.55 2,11V4C2,2.89 2.89,2 4,2H11C11.55,2 12.05,2.22 12.41,2.58L21.41,11.58M13,20L20,13L11.5,4.5L4.5,11.5L13,20M10.09,8.91L11.5,7.5L17,13L15.59,14.41L10.09,8.91M7.59,11.41L9,10L13,14L11.59,15.41L7.59,11.41Z" /> diff --git a/app/src/main/res/drawable/pride_background.xml b/app/src/main/res/drawable/pride_background.xml index f3d10d173..792a97637 100644 --- a/app/src/main/res/drawable/pride_background.xml +++ b/app/src/main/res/drawable/pride_background.xml @@ -1,9 +1,27 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="400dp" android:height="500dp" - android:viewportHeight="500" - android:viewportWidth="400"> + android:viewportWidth="400" + android:viewportHeight="500"> <path android:fillColor="#dc1e20" android:pathData="m400 649v-96.5h-360l360 97z" /> diff --git a/app/src/main/res/layout-land/layout_main.xml b/app/src/main/res/layout-land/layout_main.xml index cac102c65..9105f7698 100644 --- a/app/src/main/res/layout-land/layout_main.xml +++ b/app/src/main/res/layout-land/layout_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw600dp-land/activity_setup.xml b/app/src/main/res/layout-sw600dp-land/activity_setup.xml index eec5ead77..09e1a90a4 100644 --- a/app/src/main/res/layout-sw600dp-land/activity_setup.xml +++ b/app/src/main/res/layout-sw600dp-land/activity_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <merge xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,14 +40,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|bottom" - android:layout_marginBottom="24dp" android:layout_marginRight="24dp" + android:layout_marginBottom="24dp" android:tint="#ffffff" - app:tint="#ffffff" app:backgroundTint="#8A000000" app:elevation="0dip" app:fabSize="normal" app:pressedTranslationZ="0dip" + app:tint="#ffffff" tools:ignore="RtlHardcoded" /> </merge> diff --git a/app/src/main/res/layout-sw600dp-land/layout_main.xml b/app/src/main/res/layout-sw600dp-land/layout_main.xml index 475bb3877..610cf367f 100644 --- a/app/src/main/res/layout-sw600dp-land/layout_main.xml +++ b/app/src/main/res/layout-sw600dp-land/layout_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw600dp-land/setup_slide.xml b/app/src/main/res/layout-sw600dp-land/setup_slide.xml index 986620cd6..1d6ef0df7 100644 --- a/app/src/main/res/layout-sw600dp-land/setup_slide.xml +++ b/app/src/main/res/layout-sw600dp-land/setup_slide.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw600dp/activity_setup.xml b/app/src/main/res/layout-sw600dp/activity_setup.xml index eec5ead77..09e1a90a4 100644 --- a/app/src/main/res/layout-sw600dp/activity_setup.xml +++ b/app/src/main/res/layout-sw600dp/activity_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <merge xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,14 +40,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|bottom" - android:layout_marginBottom="24dp" android:layout_marginRight="24dp" + android:layout_marginBottom="24dp" android:tint="#ffffff" - app:tint="#ffffff" app:backgroundTint="#8A000000" app:elevation="0dip" app:fabSize="normal" app:pressedTranslationZ="0dip" + app:tint="#ffffff" tools:ignore="RtlHardcoded" /> </merge> diff --git a/app/src/main/res/layout-sw600dp/setup_slide.xml b/app/src/main/res/layout-sw600dp/setup_slide.xml index 9296ab73d..a556b1509 100644 --- a/app/src/main/res/layout-sw600dp/setup_slide.xml +++ b/app/src/main/res/layout-sw600dp/setup_slide.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw720dp-land/activity_main.xml b/app/src/main/res/layout-sw720dp-land/activity_main.xml index f90a333de..97d17ddb8 100644 --- a/app/src/main/res/layout-sw720dp-land/activity_main.xml +++ b/app/src/main/res/layout-sw720dp-land/activity_main.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw720dp/activity_settings.xml b/app/src/main/res/layout-sw720dp/activity_settings.xml index c7b28db78..8861f6522 100644 --- a/app/src/main/res/layout-sw720dp/activity_settings.xml +++ b/app/src/main/res/layout-sw720dp/activity_settings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -50,8 +50,8 @@ android:layout_width="@dimen/max_content_width" android:layout_height="match_parent" android:layout_gravity="center_horizontal" - android:layout_marginBottom="32dp" android:layout_marginTop="-64dp" + android:layout_marginBottom="32dp" android:clipToPadding="false" app:cardBackgroundColor="?attr/colorBackground" app:cardElevation="4dp"> diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index d34dd8b67..e4d161154 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index c3f17b591..3545c8050 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index 2031241c0..61a3da6a6 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <merge xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,8 +40,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|bottom" - android:layout_marginBottom="16dp" android:layout_marginRight="16dp" + android:layout_marginBottom="16dp" android:tint="#ffffff" app:fabSize="normal" app:tint="#ffffff" diff --git a/app/src/main/res/layout/dialog_colorchooser.xml b/app/src/main/res/layout/dialog_colorchooser.xml index caa5ab61a..3064441a8 100644 --- a/app/src/main/res/layout/dialog_colorchooser.xml +++ b/app/src/main/res/layout/dialog_colorchooser.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/dialog_colorchooser_custom.xml b/app/src/main/res/layout/dialog_colorchooser_custom.xml index 23f04b8bf..3d84b8145 100644 --- a/app/src/main/res/layout/dialog_colorchooser_custom.xml +++ b/app/src/main/res/layout/dialog_colorchooser_custom.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -23,8 +23,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="@dimen/md_title_frame_margin_bottom" android:paddingTop="@dimen/md_title_frame_margin_bottom" + android:paddingBottom="@dimen/md_title_frame_margin_bottom" tools:ignore="PrivateResource"> <View @@ -79,8 +79,8 @@ android:id="@+id/md_colorALabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorA" android:layout_alignTop="@+id/md_colorA" + android:layout_alignBottom="@+id/md_colorA" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="A" @@ -93,10 +93,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorALabel" + android:layout_toStartOf="@+id/md_colorAValue" android:layout_toLeftOf="@+id/md_colorAValue" + android:layout_toEndOf="@+id/md_colorALabel" android:layout_toRightOf="@+id/md_colorALabel" - android:layout_toStartOf="@+id/md_colorAValue" android:focusable="true" android:max="255" /> @@ -104,12 +104,12 @@ android:id="@+id/md_colorAValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorA" android:layout_alignBottom="@+id/md_colorA" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorA" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" @@ -123,8 +123,8 @@ android:id="@+id/md_colorRLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorR" android:layout_alignTop="@+id/md_colorR" + android:layout_alignBottom="@+id/md_colorR" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="R" @@ -138,10 +138,10 @@ android:layout_height="wrap_content" android:layout_below="@+id/md_colorA" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorRLabel" + android:layout_toStartOf="@+id/md_colorRValue" android:layout_toLeftOf="@+id/md_colorRValue" + android:layout_toEndOf="@+id/md_colorRLabel" android:layout_toRightOf="@+id/md_colorRLabel" - android:layout_toStartOf="@+id/md_colorRValue" android:focusable="true" android:max="255" /> @@ -149,12 +149,12 @@ android:id="@+id/md_colorRValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorR" android:layout_alignBottom="@+id/md_colorR" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorR" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" @@ -168,8 +168,8 @@ android:id="@+id/md_colorGLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorG" android:layout_alignTop="@+id/md_colorG" + android:layout_alignBottom="@+id/md_colorG" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="G" @@ -183,10 +183,10 @@ android:layout_height="wrap_content" android:layout_below="@+id/md_colorR" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorGLabel" + android:layout_toStartOf="@+id/md_colorGValue" android:layout_toLeftOf="@+id/md_colorGValue" + android:layout_toEndOf="@+id/md_colorGLabel" android:layout_toRightOf="@+id/md_colorGLabel" - android:layout_toStartOf="@+id/md_colorGValue" android:focusable="true" android:max="255" /> @@ -194,12 +194,12 @@ android:id="@+id/md_colorGValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorG" android:layout_alignBottom="@+id/md_colorG" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorG" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" @@ -213,8 +213,8 @@ android:id="@+id/md_colorBLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorB" android:layout_alignTop="@+id/md_colorB" + android:layout_alignBottom="@+id/md_colorB" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="B" @@ -228,22 +228,22 @@ android:layout_height="wrap_content" android:layout_below="@+id/md_colorG" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorBLabel" + android:layout_toStartOf="@+id/md_colorBValue" android:layout_toLeftOf="@+id/md_colorBValue" + android:layout_toEndOf="@+id/md_colorBLabel" android:layout_toRightOf="@+id/md_colorBLabel" - android:layout_toStartOf="@+id/md_colorBValue" android:max="255" /> <TextView android:id="@+id/md_colorBValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorB" android:layout_alignBottom="@+id/md_colorB" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorB" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" diff --git a/app/src/main/res/layout/dialog_colorchooser_presets.xml b/app/src/main/res/layout/dialog_colorchooser_presets.xml index e35d345b9..77d15c021 100644 --- a/app/src/main/res/layout/dialog_colorchooser_presets.xml +++ b/app/src/main/res/layout/dialog_colorchooser_presets.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.afollestad.materialdialogs.color.FillGridView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/dialog_missing_features.xml b/app/src/main/res/layout/dialog_missing_features.xml index 37f469fa8..46bb22e29 100644 --- a/app/src/main/res/layout/dialog_missing_features.xml +++ b/app/src/main/res/layout/dialog_missing_features.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,9 +25,9 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" + android:descendantFocusability="blocksDescendants" android:orientation="vertical" android:paddingTop="8dp" - android:descendantFocusability="blocksDescendants" android:paddingBottom="8dp"> <TextView diff --git a/app/src/main/res/layout/fragment_chat_list.xml b/app/src/main/res/layout/fragment_chat_list.xml index 4de32ee07..cb69b2eb1 100644 --- a/app/src/main/res/layout/fragment_chat_list.xml +++ b/app/src/main/res/layout/fragment_chat_list.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_chatline.xml b/app/src/main/res/layout/fragment_chatline.xml index edd582d6d..a87fdeb57 100644 --- a/app/src/main/res/layout/fragment_chatline.xml +++ b/app/src/main/res/layout/fragment_chatline.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_info_channel.xml b/app/src/main/res/layout/fragment_info_channel.xml index 1fea9a4d3..eb77031e8 100644 --- a/app/src/main/res/layout/fragment_info_channel.xml +++ b/app/src/main/res/layout/fragment_info_channel.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_info_core.xml b/app/src/main/res/layout/fragment_info_core.xml index 54a5c988b..8947f80b9 100644 --- a/app/src/main/res/layout/fragment_info_core.xml +++ b/app/src/main/res/layout/fragment_info_core.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_info_user.xml b/app/src/main/res/layout/fragment_info_user.xml index 4168a310a..5deb93696 100644 --- a/app/src/main/res/layout/fragment_info_user.xml +++ b/app/src/main/res/layout/fragment_info_user.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index 12c718509..c38dc0a9e 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -45,9 +45,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|bottom" - android:layout_marginBottom="12dp" android:layout_marginEnd="12dp" android:layout_marginRight="12dp" + android:layout_marginBottom="12dp" android:tint="@color/colorFillDark" android:visibility="gone" app:backgroundTint="#8A808080" diff --git a/app/src/main/res/layout/fragment_nick_list.xml b/app/src/main/res/layout/fragment_nick_list.xml index bf81fdab6..a88720877 100644 --- a/app/src/main/res/layout/fragment_nick_list.xml +++ b/app/src/main/res/layout/fragment_nick_list.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <de.kuschku.quasseldroid.util.ui.DrawerRecyclerView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_toolbar.xml b/app/src/main/res/layout/fragment_toolbar.xml index 8a26f58b8..5b1afe741 100644 --- a/app/src/main/res/layout/fragment_toolbar.xml +++ b/app/src/main/res/layout/fragment_toolbar.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,12 +24,12 @@ android:layout_height="match_parent" android:background="?attr/selectableItemBackgroundBorderless" android:clickable="true" + android:contentDescription="@string/label_info" android:focusable="true" android:focusableInTouchMode="false" android:minHeight="?attr/actionBarSize" - android:contentDescription="@string/label_info" - android:theme="?attr/actionBarTheme" android:orientation="horizontal" + android:theme="?attr/actionBarTheme" tools:showIn="@layout/activity_main"> <androidx.appcompat.widget.AppCompatImageView diff --git a/app/src/main/res/layout/fragment_topic.xml b/app/src/main/res/layout/fragment_topic.xml index 78599f2a7..f5d19bd6f 100644 --- a/app/src/main/res/layout/fragment_topic.xml +++ b/app/src/main/res/layout/fragment_topic.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -44,10 +44,10 @@ android:imeOptions="flagNoExtractUi" android:inputType="textCapSentences|textAutoCorrect|textShortMessage|textMultiLine" android:minHeight="?attr/actionBarSize" - android:paddingBottom="8dp" android:paddingLeft="20dp" - android:paddingRight="20dp" android:paddingTop="8dp" + android:paddingRight="20dp" + android:paddingBottom="8dp" android:textColor="?attr/colorForeground" android:textSize="16sp" /> </ScrollView> diff --git a/app/src/main/res/layout/layout_editor.xml b/app/src/main/res/layout/layout_editor.xml index c8e1b5117..e5b4bc376 100644 --- a/app/src/main/res/layout/layout_editor.xml +++ b/app/src/main/res/layout/layout_editor.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -42,10 +42,10 @@ android:layout_height="?attr/actionBarSize" android:layout_gravity="top" android:background="?attr/selectableItemBackgroundBorderless" + android:contentDescription="@string/label_autocomplete" android:padding="12dp" android:scaleType="fitXY" app:layout_constraintStart_toStartOf="parent" - android:contentDescription="@string/label_autocomplete" app:srcCompat="@drawable/ic_tab" app:tint="?attr/colorTextSecondary" /> @@ -70,10 +70,10 @@ android:imeOptions="flagNoExtractUi" android:inputType="textCapSentences|textAutoCorrect|textShortMessage" android:minHeight="?attr/actionBarSize" - android:paddingBottom="8dp" android:paddingLeft="20dp" - android:paddingRight="20dp" android:paddingTop="8dp" + android:paddingRight="20dp" + android:paddingBottom="8dp" android:textColor="?attr/colorForeground" android:textSize="16sp" /> </ScrollView> @@ -86,11 +86,11 @@ android:layout_gravity="top" android:autoMirrored="true" android:background="?attr/selectableItemBackgroundBorderless" + android:contentDescription="@string/label_send" android:padding="12dp" android:scaleType="fitXY" app:layout_constraintEnd_toEndOf="parent" app:srcCompat="@drawable/ic_send" - android:contentDescription="@string/label_send" app:tint="?attr/colorAccent" tools:ignore="UnusedAttribute" /> </androidx.constraintlayout.widget.ConstraintLayout> diff --git a/app/src/main/res/layout/layout_history.xml b/app/src/main/res/layout/layout_history.xml index 2b7ce6259..b8bbea59e 100644 --- a/app/src/main/res/layout/layout_history.xml +++ b/app/src/main/res/layout/layout_history.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <de.kuschku.quasseldroid.util.ui.TouchInterceptingFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,10 +32,10 @@ style="?attr/cardStyle" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginBottom="16dp" android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" android:layout_marginTop="16dp" + android:layout_marginRight="16dp" + android:layout_marginBottom="16dp" app:cardBackgroundColor="?attr/colorBackgroundCard"> <LinearLayout diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml index 9bcdc4822..2d2e3a95e 100644 --- a/app/src/main/res/layout/layout_main.xml +++ b/app/src/main/res/layout/layout_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/layout_toolbar.xml b/app/src/main/res/layout/layout_toolbar.xml index 3ca8c191b..4f55ccb1c 100644 --- a/app/src/main/res/layout/layout_toolbar.xml +++ b/app/src/main/res/layout/layout_toolbar.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.appbar.AppBarLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preference_seekbar.xml b/app/src/main/res/layout/preference_seekbar.xml index 462388751..ab04415bf 100644 --- a/app/src/main/res/layout/preference_seekbar.xml +++ b/app/src/main/res/layout/preference_seekbar.xml @@ -20,12 +20,12 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingBottom="5dp" - android:paddingEnd="10dp" + android:paddingStart="15dp" android:paddingLeft="15dp" + android:paddingTop="5dp" + android:paddingEnd="10dp" android:paddingRight="10dp" - android:paddingStart="15dp" - android:paddingTop="5dp"> + android:paddingBottom="5dp"> <androidx.appcompat.widget.AppCompatSeekBar android:id="@+id/seekBarPrefSeekBar" diff --git a/app/src/main/res/layout/preference_vertical.xml b/app/src/main/res/layout/preference_vertical.xml index ef959d9bb..7d0c2962d 100644 --- a/app/src/main/res/layout/preference_vertical.xml +++ b/app/src/main/res/layout/preference_vertical.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -28,26 +28,26 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" - android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft"> + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingRight="?android:attr/listPreferredItemPaddingRight"> <FrameLayout android:id="@+id/icon_frame" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginLeft="-4dp" android:layout_marginStart="-4dp" + android:layout_marginLeft="-4dp" android:gravity="start|center_vertical" android:minWidth="60dp" android:orientation="horizontal" - android:paddingBottom="4dp" - android:paddingEnd="12dp" + android:paddingStart="0dp" android:paddingLeft="0dp" + android:paddingTop="4dp" + android:paddingEnd="12dp" android:paddingRight="12dp" - android:paddingStart="0dp" - android:paddingTop="4dp"> + android:paddingBottom="4dp"> <androidx.appcompat.widget.AppCompatImageView android:id="@android:id/icon" @@ -64,8 +64,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@android:id/title" diff --git a/app/src/main/res/layout/preferences_about.xml b/app/src/main/res/layout/preferences_about.xml index 8df23c053..cbeaf81fd 100644 --- a/app/src/main/res/layout/preferences_about.xml +++ b/app/src/main/res/layout/preferences_about.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_about_header.xml b/app/src/main/res/layout/preferences_about_header.xml index bb83eb6ec..e707e968c 100644 --- a/app/src/main/res/layout/preferences_about_header.xml +++ b/app/src/main/res/layout/preferences_about_header.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -23,11 +23,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingEnd="?listPreferredItemPaddingRight" - android:paddingLeft="?listPreferredItemPaddingLeft" - android:paddingRight="?listPreferredItemPaddingRight" android:paddingStart="?listPreferredItemPaddingLeft" - android:paddingTop="?listPreferredItemHeight"> + android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingTop="?listPreferredItemHeight" + android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingRight="?listPreferredItemPaddingRight"> <LinearLayout android:id="@+id/version_container" @@ -70,8 +70,8 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="8dp" android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:orientation="horizontal"> <Button diff --git a/app/src/main/res/layout/preferences_crash.xml b/app/src/main/res/layout/preferences_crash.xml index b791420b0..a694d99a9 100644 --- a/app/src/main/res/layout/preferences_crash.xml +++ b/app/src/main/res/layout/preferences_crash.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_license.xml b/app/src/main/res/layout/preferences_license.xml index a69fa831f..32e6bf4cf 100644 --- a/app/src/main/res/layout/preferences_license.xml +++ b/app/src/main/res/layout/preferences_license.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_whitelist.xml b/app/src/main/res/layout/preferences_whitelist.xml index 5d879b723..ef648a79d 100644 --- a/app/src/main/res/layout/preferences_whitelist.xml +++ b/app/src/main/res/layout/preferences_whitelist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_whitelist_certificate_item.xml b/app/src/main/res/layout/preferences_whitelist_certificate_item.xml index 5154b0e08..676710f0b 100644 --- a/app/src/main/res/layout/preferences_whitelist_certificate_item.xml +++ b/app/src/main/res/layout/preferences_whitelist_certificate_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,12 +32,12 @@ android:layout_gravity="center_vertical" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingEnd="0dip" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingTop="16dp" + android:paddingEnd="0dip" android:paddingRight="0dip" - android:paddingStart="?listPreferredItemPaddingLeft" - android:paddingTop="16dp"> + android:paddingBottom="16dp"> <TextView android:id="@+id/fingerprint" @@ -66,10 +66,10 @@ android:layout_height="match_parent" android:layout_gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_delete" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/preferences_whitelist_hostname_item.xml b/app/src/main/res/layout/preferences_whitelist_hostname_item.xml index e70aeef21..ac81076ff 100644 --- a/app/src/main/res/layout/preferences_whitelist_hostname_item.xml +++ b/app/src/main/res/layout/preferences_whitelist_hostname_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,12 +32,12 @@ android:layout_gravity="center_vertical" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingEnd="0dip" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingTop="16dp" + android:paddingEnd="0dip" android:paddingRight="0dip" - android:paddingStart="?listPreferredItemPaddingLeft" - android:paddingTop="16dp"> + android:paddingBottom="16dp"> <TextView android:id="@+id/hostname" @@ -66,10 +66,10 @@ android:layout_height="match_parent" android:layout_gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_delete" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_aliasitem.xml b/app/src/main/res/layout/settings_aliasitem.xml index 8edfe3bff..80d903746 100644 --- a/app/src/main/res/layout/settings_aliasitem.xml +++ b/app/src/main/res/layout/settings_aliasitem.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_aliaslist.xml b/app/src/main/res/layout/settings_aliaslist.xml index 30e449b03..d5c5d12f6 100644 --- a/app/src/main/res/layout/settings_aliaslist.xml +++ b/app/src/main/res/layout/settings_aliaslist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_aliaslist_item.xml b/app/src/main/res/layout/settings_aliaslist_item.xml index da8efa3b3..00c9cd202 100644 --- a/app/src/main/res/layout/settings_aliaslist_item.xml +++ b/app/src/main/res/layout/settings_aliaslist_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -31,10 +31,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingLeft" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> @@ -43,12 +43,12 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="0dip" android:paddingLeft="0dip" + android:paddingTop="16dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="0dip" - android:paddingTop="16dp"> + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/settings_chatlist.xml b/app/src/main/res/layout/settings_chatlist.xml index 74132f857..06a17d4e3 100644 --- a/app/src/main/res/layout/settings_chatlist.xml +++ b/app/src/main/res/layout/settings_chatlist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_highlightlist.xml b/app/src/main/res/layout/settings_highlightlist.xml index 1197d7ea2..f9a6d8d15 100644 --- a/app/src/main/res/layout/settings_highlightlist.xml +++ b/app/src/main/res/layout/settings_highlightlist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_highlightlist_rule.xml b/app/src/main/res/layout/settings_highlightlist_rule.xml index 1df25f2c4..ed7547aaf 100644 --- a/app/src/main/res/layout/settings_highlightlist_rule.xml +++ b/app/src/main/res/layout/settings_highlightlist_rule.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" @@ -39,10 +39,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingRight" android:paddingLeft="?listPreferredItemPaddingRight" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingRight" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> @@ -51,8 +51,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/match_all" @@ -115,17 +115,17 @@ app:srcCompat="@drawable/ic_account" app:tint="?colorTextSecondary" /> - <TextView - android:id="@+id/sender" - style="@style/Widget.RtlConformTextView" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:ellipsize="marquee" - android:singleLine="true" - android:textAppearance="?textAppearanceListItemSecondary" - android:textColor="?colorTextSecondary" - tools:text="TARS" /> + <TextView + android:id="@+id/sender" + style="@style/Widget.RtlConformTextView" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:ellipsize="marquee" + android:singleLine="true" + android:textAppearance="?textAppearanceListItemSecondary" + android:textColor="?colorTextSecondary" + tools:text="TARS" /> </LinearLayout> <LinearLayout @@ -161,10 +161,10 @@ android:id="@+id/toggle" android:layout_width="wrap_content" android:layout_height="match_parent" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="?listPreferredItemPaddingLeft" android:text="" /> </LinearLayout> </com.google.android.material.card.MaterialCardView> diff --git a/app/src/main/res/layout/settings_highlightrule.xml b/app/src/main/res/layout/settings_highlightrule.xml index 2a64f124e..325673620 100644 --- a/app/src/main/res/layout/settings_highlightrule.xml +++ b/app/src/main/res/layout/settings_highlightrule.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_identity.xml b/app/src/main/res/layout/settings_identity.xml index f78acd4ab..91f061f26 100644 --- a/app/src/main/res/layout/settings_identity.xml +++ b/app/src/main/res/layout/settings_identity.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_identity_nick.xml b/app/src/main/res/layout/settings_identity_nick.xml index e177bc024..032ea7a15 100644 --- a/app/src/main/res/layout/settings_identity_nick.xml +++ b/app/src/main/res/layout/settings_identity_nick.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,10 +40,10 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" - android:paddingEnd="0dip" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="0dip" android:paddingRight="0dip" - android:paddingStart="?listPreferredItemPaddingLeft" android:textAppearance="?android:attr/textAppearanceListItemSmall" tools:text="@sample/messages.json/data/sender" /> @@ -52,10 +52,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_ignoreitem.xml b/app/src/main/res/layout/settings_ignoreitem.xml index 4c83c0474..0a07b697f 100644 --- a/app/src/main/res/layout/settings_ignoreitem.xml +++ b/app/src/main/res/layout/settings_ignoreitem.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_ignorelist.xml b/app/src/main/res/layout/settings_ignorelist.xml index 0e2547564..8b5d5ddfb 100644 --- a/app/src/main/res/layout/settings_ignorelist.xml +++ b/app/src/main/res/layout/settings_ignorelist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_ignorelist_item.xml b/app/src/main/res/layout/settings_ignorelist_item.xml index 6d6dfbfd1..39b15aacf 100644 --- a/app/src/main/res/layout/settings_ignorelist_item.xml +++ b/app/src/main/res/layout/settings_ignorelist_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -33,10 +33,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingRight" android:paddingLeft="?listPreferredItemPaddingRight" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingRight" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> @@ -45,8 +45,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/ignore_rule" @@ -78,8 +78,8 @@ android:id="@+id/toggle" android:layout_width="wrap_content" android:layout_height="match_parent" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" - android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="?listPreferredItemPaddingLeft" /> + android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingRight="?listPreferredItemPaddingRight" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_item.xml b/app/src/main/res/layout/settings_item.xml index 2f906cfbb..e30f4b8a4 100644 --- a/app/src/main/res/layout/settings_item.xml +++ b/app/src/main/res/layout/settings_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,18 +25,18 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?listPreferredItemHeightSmall" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="8dp" android:paddingLeft="8dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="8dp" tools:showIn="@layout/settings_list"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/title" diff --git a/app/src/main/res/layout/settings_list.xml b/app/src/main/res/layout/settings_list.xml index cc8cb4ad7..c8735d43f 100644 --- a/app/src/main/res/layout/settings_list.xml +++ b/app/src/main/res/layout/settings_list.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_network.xml b/app/src/main/res/layout/settings_network.xml index d446eecbd..2b7eebc4f 100644 --- a/app/src/main/res/layout/settings_network.xml +++ b/app/src/main/res/layout/settings_network.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_network_server.xml b/app/src/main/res/layout/settings_network_server.xml index e76c2c585..799b179db 100644 --- a/app/src/main/res/layout/settings_network_server.xml +++ b/app/src/main/res/layout/settings_network_server.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,18 +32,18 @@ android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeightSmall" android:orientation="horizontal" - android:paddingBottom="10dp" - android:paddingTop="10dp"> + android:paddingTop="10dp" + android:paddingBottom="10dp"> <androidx.appcompat.widget.AppCompatImageView android:id="@+id/ssl_enabled" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingLeft" tools:srcCompat="@drawable/ic_lock" tools:tint="?colorTintSecure" /> @@ -81,10 +81,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_networkconfig.xml b/app/src/main/res/layout/settings_networkconfig.xml index 69a766317..acbfb0a1e 100644 --- a/app/src/main/res/layout/settings_networkconfig.xml +++ b/app/src/main/res/layout/settings_networkconfig.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_networkserver.xml b/app/src/main/res/layout/settings_networkserver.xml index 1e0c2fa0c..03fa10245 100644 --- a/app/src/main/res/layout/settings_networkserver.xml +++ b/app/src/main/res/layout/settings_networkserver.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_connection.xml b/app/src/main/res/layout/setup_account_connection.xml index 463fd3372..3ab65382f 100644 --- a/app/src/main/res/layout/setup_account_connection.xml +++ b/app/src/main/res/layout/setup_account_connection.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_edit.xml b/app/src/main/res/layout/setup_account_edit.xml index dfc400f3a..a5104672a 100644 --- a/app/src/main/res/layout/setup_account_edit.xml +++ b/app/src/main/res/layout/setup_account_edit.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_name.xml b/app/src/main/res/layout/setup_account_name.xml index 9983768e6..83671e1b1 100644 --- a/app/src/main/res/layout/setup_account_name.xml +++ b/app/src/main/res/layout/setup_account_name.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_user.xml b/app/src/main/res/layout/setup_account_user.xml index 773bad9fa..917225ccb 100644 --- a/app/src/main/res/layout/setup_account_user.xml +++ b/app/src/main/res/layout/setup_account_user.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_select_account.xml b/app/src/main/res/layout/setup_select_account.xml index 32faffc53..3d97172be 100644 --- a/app/src/main/res/layout/setup_select_account.xml +++ b/app/src/main/res/layout/setup_select_account.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_slide.xml b/app/src/main/res/layout/setup_slide.xml index 1458bf9a4..ee84cdb54 100644 --- a/app/src/main/res/layout/setup_slide.xml +++ b/app/src/main/res/layout/setup_slide.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -59,12 +59,12 @@ style="@style/Widget.RtlConformTextView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginBottom="24dp" - android:layout_marginEnd="48dp" - android:layout_marginLeft="32dp" - android:layout_marginRight="48dp" android:layout_marginStart="32dp" + android:layout_marginLeft="32dp" android:layout_marginTop="8dp" + android:layout_marginEnd="48dp" + android:layout_marginRight="48dp" + android:layout_marginBottom="24dp" android:textColor="?android:attr/textColorSecondaryInverse" android:textSize="16sp" tools:text="First, please choose which server your core is hosted on." /> diff --git a/app/src/main/res/layout/setup_user_channels.xml b/app/src/main/res/layout/setup_user_channels.xml index cb56f1994..2c5d57c9f 100644 --- a/app/src/main/res/layout/setup_user_channels.xml +++ b/app/src/main/res/layout/setup_user_channels.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_user_identity.xml b/app/src/main/res/layout/setup_user_identity.xml index 578b3466c..aa3e90147 100644 --- a/app/src/main/res/layout/setup_user_identity.xml +++ b/app/src/main/res/layout/setup_user_identity.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_user_network.xml b/app/src/main/res/layout/setup_user_network.xml index df68ef42d..d77b57f2a 100644 --- a/app/src/main/res/layout/setup_user_network.xml +++ b/app/src/main/res/layout/setup_user_network.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_advertisement_support_patreon.xml b/app/src/main/res/layout/widget_advertisement_support_patreon.xml index 2df27a3f5..cba45df7a 100644 --- a/app/src/main/res/layout/widget_advertisement_support_patreon.xml +++ b/app/src/main/res/layout/widget_advertisement_support_patreon.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <de.kuschku.quasseldroid.util.ui.BannerView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" diff --git a/app/src/main/res/layout/widget_alias.xml b/app/src/main/res/layout/widget_alias.xml index 4863c476d..6fd1c55a6 100644 --- a/app/src/main/res/layout/widget_alias.xml +++ b/app/src/main/res/layout/widget_alias.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,10 +24,10 @@ android:background="?attr/backgroundMenuItem" android:minHeight="48dp" android:orientation="vertical" - android:paddingBottom="8dp" android:paddingLeft="16dp" + android:paddingTop="8dp" android:paddingRight="16dp" - android:paddingTop="8dp"> + android:paddingBottom="8dp"> <TextView android:id="@+id/alias" diff --git a/app/src/main/res/layout/widget_banner.xml b/app/src/main/res/layout/widget_banner.xml index d88b1d2c0..920ad35b0 100644 --- a/app/src/main/res/layout/widget_banner.xml +++ b/app/src/main/res/layout/widget_banner.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" diff --git a/app/src/main/res/layout/widget_buffer.xml b/app/src/main/res/layout/widget_buffer.xml index a751b0fa1..10ee8759c 100644 --- a/app/src/main/res/layout/widget_buffer.xml +++ b/app/src/main/res/layout/widget_buffer.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,10 +24,10 @@ android:background="?attr/backgroundMenuItem" android:minHeight="?listPreferredItemHeightSmall" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <ImageView @@ -51,8 +51,8 @@ style="@style/Widget.RtlConformTextView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:ellipsize="marquee" android:layout_gravity="center_vertical|start" + android:ellipsize="marquee" android:fontFamily="sans-serif-medium" android:singleLine="true" android:textColor="?attr/colorTextPrimary" diff --git a/app/src/main/res/layout/widget_buffer_away.xml b/app/src/main/res/layout/widget_buffer_away.xml index 5b2d80295..8ba8f4690 100644 --- a/app/src/main/res/layout/widget_buffer_away.xml +++ b/app/src/main/res/layout/widget_buffer_away.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,10 +25,10 @@ android:background="?attr/backgroundMenuItem" android:minHeight="?listPreferredItemHeightSmall" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <ImageView @@ -80,8 +80,8 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_gravity="center_vertical" - android:layout_marginLeft="16dp" android:layout_marginStart="16dp" + android:layout_marginLeft="16dp" android:contentDescription="@string/label_user_away" app:srcCompat="@drawable/ic_clock" app:tint="?colorTextSecondary" /> diff --git a/app/src/main/res/layout/widget_chatmessage_action.xml b/app/src/main/res/layout/widget_chatmessage_action.xml index e33e3b1c0..920bbfff2 100644 --- a/app/src/main/res/layout/widget_chatmessage_action.xml +++ b/app/src/main/res/layout/widget_chatmessage_action.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -31,12 +31,12 @@ android:layout_height="wrap_content" android:background="?attr/backgroundMenuItem" android:orientation="horizontal" - android:paddingBottom="@dimen/message_vertical" - android:paddingEnd="@dimen/message_horizontal" - android:paddingLeft="@dimen/message_horizontal" - android:paddingRight="@dimen/message_horizontal" android:paddingStart="@dimen/message_horizontal" + android:paddingLeft="@dimen/message_horizontal" android:paddingTop="@dimen/message_vertical" + android:paddingEnd="@dimen/message_horizontal" + android:paddingRight="@dimen/message_horizontal" + android:paddingBottom="@dimen/message_vertical" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <TextView @@ -98,14 +98,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="top" - android:layout_marginLeft="@dimen/message_horizontal" android:layout_marginStart="@dimen/message_horizontal" + android:layout_marginLeft="@dimen/message_horizontal" android:textColor="?attr/colorForegroundSecondary" android:textStyle="italic" android:visibility="gone" + tools:ignore="SmallSp" tools:text="@sample/messages.json/data/time" tools:textSize="11.9sp" - tools:ignore="SmallSp" tools:visibility="visible" /> </LinearLayout> </LinearLayout> diff --git a/app/src/main/res/layout/widget_chatmessage_daychange.xml b/app/src/main/res/layout/widget_chatmessage_daychange.xml index eb462829f..2e42f5fa1 100644 --- a/app/src/main/res/layout/widget_chatmessage_daychange.xml +++ b/app/src/main/res/layout/widget_chatmessage_daychange.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -30,12 +30,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingBottom="@dimen/message_vertical_daychange" - android:paddingEnd="@dimen/message_horizontal" + android:paddingStart="@dimen/message_horizontal" android:paddingLeft="@dimen/message_horizontal" + android:paddingTop="@dimen/message_vertical_daychange" + android:paddingEnd="@dimen/message_horizontal" android:paddingRight="@dimen/message_horizontal" - android:paddingStart="@dimen/message_horizontal" - android:paddingTop="@dimen/message_vertical_daychange"> + android:paddingBottom="@dimen/message_vertical_daychange"> <View android:layout_width="0dip" @@ -50,13 +50,13 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" - android:gravity="center" - android:textColor="?attr/colorForeground" - android:textStyle="bold" android:layout_marginStart="@dimen/message_horizontal" android:layout_marginLeft="@dimen/message_horizontal" android:layout_marginEnd="@dimen/message_horizontal" android:layout_marginRight="@dimen/message_horizontal" + android:gravity="center" + android:textColor="?attr/colorForeground" + android:textStyle="bold" tools:text="27.03.2018" /> <View diff --git a/app/src/main/res/layout/widget_chatmessage_error.xml b/app/src/main/res/layout/widget_chatmessage_error.xml index c51e1d4a9..de14e2031 100644 --- a/app/src/main/res/layout/widget_chatmessage_error.xml +++ b/app/src/main/res/layout/widget_chatmessage_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_info.xml b/app/src/main/res/layout/widget_chatmessage_info.xml index 48de836ae..470f4b2a9 100644 --- a/app/src/main/res/layout/widget_chatmessage_info.xml +++ b/app/src/main/res/layout/widget_chatmessage_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_notice.xml b/app/src/main/res/layout/widget_chatmessage_notice.xml index 4cd9aaa65..96c93232d 100644 --- a/app/src/main/res/layout/widget_chatmessage_notice.xml +++ b/app/src/main/res/layout/widget_chatmessage_notice.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_placeholder.xml b/app/src/main/res/layout/widget_chatmessage_placeholder.xml index b6477f980..92cd33470 100644 --- a/app/src/main/res/layout/widget_chatmessage_placeholder.xml +++ b/app/src/main/res/layout/widget_chatmessage_placeholder.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <View xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_plain.xml b/app/src/main/res/layout/widget_chatmessage_plain.xml index a805c1c9b..2ee291d66 100644 --- a/app/src/main/res/layout/widget_chatmessage_plain.xml +++ b/app/src/main/res/layout/widget_chatmessage_plain.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_server.xml b/app/src/main/res/layout/widget_chatmessage_server.xml index 9b74fe9f3..b927b7640 100644 --- a/app/src/main/res/layout/widget_chatmessage_server.xml +++ b/app/src/main/res/layout/widget_chatmessage_server.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_client.xml b/app/src/main/res/layout/widget_client.xml index f4efbeafa..00b8c0ca3 100644 --- a/app/src/main/res/layout/widget_client.xml +++ b/app/src/main/res/layout/widget_client.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" diff --git a/app/src/main/res/layout/widget_contributor.xml b/app/src/main/res/layout/widget_contributor.xml index 5ec0ef1c8..dd8e800f5 100644 --- a/app/src/main/res/layout/widget_contributor.xml +++ b/app/src/main/res/layout/widget_contributor.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,18 +24,18 @@ android:background="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/preferences_about"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_core_account.xml b/app/src/main/res/layout/widget_core_account.xml index b6387b790..71f360a71 100644 --- a/app/src/main/res/layout/widget_core_account.xml +++ b/app/src/main/res/layout/widget_core_account.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_core_account_add.xml b/app/src/main/res/layout/widget_core_account_add.xml index 051b93537..501b3edca 100644 --- a/app/src/main/res/layout/widget_core_account_add.xml +++ b/app/src/main/res/layout/widget_core_account_add.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_crash.xml b/app/src/main/res/layout/widget_crash.xml index e6b9da6dc..8eeeb5c6e 100644 --- a/app/src/main/res/layout/widget_crash.xml +++ b/app/src/main/res/layout/widget_crash.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,17 +24,17 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" - android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft"> + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingRight="?android:attr/listPreferredItemPaddingRight"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/crash_time" diff --git a/app/src/main/res/layout/widget_formatting.xml b/app/src/main/res/layout/widget_formatting.xml index be6456e03..cfb9c8caf 100644 --- a/app/src/main/res/layout/widget_formatting.xml +++ b/app/src/main/res/layout/widget_formatting.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_history_message.xml b/app/src/main/res/layout/widget_history_message.xml index 0587e972c..00e2c43ed 100644 --- a/app/src/main/res/layout/widget_history_message.xml +++ b/app/src/main/res/layout/widget_history_message.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" @@ -28,10 +28,10 @@ android:fontFamily="sans-serif-medium" android:gravity="center_vertical" android:minHeight="48dp" - android:paddingBottom="8dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="8dp" + android:paddingRight="16dp" + android:paddingBottom="8dp" android:textColor="?attr/colorTextPrimary" android:textSize="13sp" tools:text="@sample/recent_messages.json/data/message" /> diff --git a/app/src/main/res/layout/widget_library.xml b/app/src/main/res/layout/widget_library.xml index 2c882d1fe..b79b4bd25 100644 --- a/app/src/main/res/layout/widget_library.xml +++ b/app/src/main/res/layout/widget_library.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,18 +25,18 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/preferences_about"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_missing_feature.xml b/app/src/main/res/layout/widget_missing_feature.xml index 2531fff29..d640184a4 100644 --- a/app/src/main/res/layout/widget_missing_feature.xml +++ b/app/src/main/res/layout/widget_missing_feature.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,18 +25,18 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/dialog_missing_features"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_network.xml b/app/src/main/res/layout/widget_network.xml index 827f0ca15..fd1be7753 100644 --- a/app/src/main/res/layout/widget_network.xml +++ b/app/src/main/res/layout/widget_network.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -41,10 +41,10 @@ android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_marginBottom="8dp" android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" android:layout_marginTop="8dp" + android:layout_marginRight="16dp" + android:layout_marginBottom="8dp" android:layout_weight="1" android:fontFamily="sans-serif-medium" android:singleLine="true" @@ -60,10 +60,10 @@ android:clickable="true" android:focusable="true" android:minWidth="72dp" - android:paddingBottom="12dp" - android:paddingEnd="16dp" android:paddingStart="16dp" android:paddingTop="12dp" + android:paddingEnd="16dp" + android:paddingBottom="12dp" android:scaleType="fitEnd" app:srcCompat="@drawable/ic_chevron_down" app:tint="?attr/colorTextSecondary" /> diff --git a/app/src/main/res/layout/widget_nick.xml b/app/src/main/res/layout/widget_nick.xml index 50ddb9094..ca9949877 100644 --- a/app/src/main/res/layout/widget_nick.xml +++ b/app/src/main/res/layout/widget_nick.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -23,10 +23,10 @@ android:layout_height="wrap_content" android:background="?attr/backgroundMenuItem" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall" tools:showIn="@layout/fragment_nick_list"> diff --git a/app/src/main/res/layout/widget_nick_away.xml b/app/src/main/res/layout/widget_nick_away.xml index 0ba3d94f8..5673cddbe 100644 --- a/app/src/main/res/layout/widget_nick_away.xml +++ b/app/src/main/res/layout/widget_nick_away.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,10 +24,10 @@ android:layout_height="wrap_content" android:background="?attr/backgroundMenuItem" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <ImageView @@ -77,8 +77,8 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_gravity="center_vertical" - android:layout_marginLeft="16dp" android:layout_marginStart="16dp" + android:layout_marginLeft="16dp" android:contentDescription="@string/label_user_away" app:srcCompat="@drawable/ic_clock" app:tint="?colorTextSecondary" /> diff --git a/app/src/main/res/layout/widget_preference_divider.xml b/app/src/main/res/layout/widget_preference_divider.xml index 684544804..ade07e665 100644 --- a/app/src/main/res/layout/widget_preference_divider.xml +++ b/app/src/main/res/layout/widget_preference_divider.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <View xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_spinner_item_inline.xml b/app/src/main/res/layout/widget_spinner_item_inline.xml index b66e630ab..aaf0115f8 100644 --- a/app/src/main/res/layout/widget_spinner_item_inline.xml +++ b/app/src/main/res/layout/widget_spinner_item_inline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_spinner_item_toolbar.xml b/app/src/main/res/layout/widget_spinner_item_toolbar.xml index bef003796..556b1e62c 100644 --- a/app/src/main/res/layout/widget_spinner_item_toolbar.xml +++ b/app/src/main/res/layout/widget_spinner_item_toolbar.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_translator.xml b/app/src/main/res/layout/widget_translator.xml index 551f69a14..acf65f33c 100644 --- a/app/src/main/res/layout/widget_translator.xml +++ b/app/src/main/res/layout/widget_translator.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,18 +24,18 @@ android:background="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/preferences_about"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_warning_bar.xml b/app/src/main/res/layout/widget_warning_bar.xml index f7e13214a..b9f9d4a64 100644 --- a/app/src/main/res/layout/widget_warning_bar.xml +++ b/app/src/main/res/layout/widget_warning_bar.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" diff --git a/app/src/main/res/menu/activity_crashes.xml b/app/src/main/res/menu/activity_crashes.xml index e429a0a15..727490b9c 100644 --- a/app/src/main/res/menu/activity_crashes.xml +++ b/app/src/main/res/menu/activity_crashes.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/activity_main.xml b/app/src/main/res/menu/activity_main.xml index 8ab71efc1..2851fa892 100644 --- a/app/src/main/res/menu/activity_main.xml +++ b/app/src/main/res/menu/activity_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/activity_settings.xml b/app/src/main/res/menu/activity_settings.xml index c3f35ae89..19c93263a 100644 --- a/app/src/main/res/menu/activity_settings.xml +++ b/app/src/main/res/menu/activity_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/activity_setup.xml b/app/src/main/res/menu/activity_setup.xml index cf58d2dec..f7a6e6aee 100644 --- a/app/src/main/res/menu/activity_setup.xml +++ b/app/src/main/res/menu/activity_setup.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_buffer.xml b/app/src/main/res/menu/context_buffer.xml index db4fb3f7d..f89dad9e2 100644 --- a/app/src/main/res/menu/context_buffer.xml +++ b/app/src/main/res/menu/context_buffer.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/context_bufferlist.xml b/app/src/main/res/menu/context_bufferlist.xml index e85077f69..bb1f8dd02 100644 --- a/app/src/main/res/menu/context_bufferlist.xml +++ b/app/src/main/res/menu/context_bufferlist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_link.xml b/app/src/main/res/menu/context_link.xml index 0a0f1a957..29c4b22d4 100644 --- a/app/src/main/res/menu/context_link.xml +++ b/app/src/main/res/menu/context_link.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_messages.xml b/app/src/main/res/menu/context_messages.xml index d1a2b4e32..0554f668e 100644 --- a/app/src/main/res/menu/context_messages.xml +++ b/app/src/main/res/menu/context_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_setting.xml b/app/src/main/res/menu/context_setting.xml index 4b5ed97ff..d228d871d 100644 --- a/app/src/main/res/menu/context_setting.xml +++ b/app/src/main/res/menu/context_setting.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/editor.xml b/app/src/main/res/menu/editor.xml index 2a5b11bcd..e41185f8d 100644 --- a/app/src/main/res/menu/editor.xml +++ b/app/src/main/res/menu/editor.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/setup_edit_account.xml b/app/src/main/res/menu/setup_edit_account.xml index 2d310d5bb..8837f4724 100644 --- a/app/src/main/res/menu/setup_edit_account.xml +++ b/app/src/main/res/menu/setup_edit_account.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/mipmap-v26/ic_launcher.xml b/app/src/main/res/mipmap-v26/ic_launcher.xml index 914195328..828cbec7e 100644 --- a/app/src/main/res/mipmap-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-v26/ic_launcher.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/raw/license_apache_2.html b/app/src/main/res/raw/license_apache_2.html index 32dfcadf4..6f97923b6 100644 --- a/app/src/main/res/raw/license_apache_2.html +++ b/app/src/main/res/raw/license_apache_2.html @@ -1,26 +1,160 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>Apache License</h2> -<p>Version 2.0, January 2004<br /><br /><a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a></p> +<p>Version 2.0, January 2004 + <br /> + <br /> + <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> +</p> <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p> -<p><strong>1. Definitions</strong>.</p> -<p>"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.</p> -<p>"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.</p> -<p>"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.</p> -<p>"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.</p> -<p>"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.</p> -<p>"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.</p> -<p>"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).</p> -<p>"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.</p> -<p>"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."</p> -<p>"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.</p> -<p><strong>2. Grant of Copyright License</strong>. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.</p> -<p><strong>3. Grant of Patent License</strong>. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.</p> -<p><strong>4. Redistribution</strong>. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:</p> -<p>a. You must give any other recipients of the Work or Derivative Works a copy of this License; and</p> -<p>b. You must cause any modified files to carry prominent notices stating that You changed the files; and</p> -<p>c. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and</p> -<p>d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.<br /><br /> You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.</p> -<p><strong>5. Submission of Contributions</strong>. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.</p> -<p><strong>6. Trademarks</strong>. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.</p> -<p><strong>7. Disclaimer of Warranty</strong>. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.</p> -<p><strong>8. Limitation of Liability</strong>. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.</p> -<p><strong>9. Accepting Warranty or Additional Liability</strong>. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.</p> +<p><strong>1. Definitions</strong>. +</p> +<p>"License" shall mean the terms and conditions for use, reproduction, and distribution as defined + by Sections 1 through 9 of this document. +</p> +<p>"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is + granting the License. +</p> +<p>"Legal Entity" shall mean the union of the acting entity and all other entities that control, are + controlled by, or are under common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to cause the direction or + management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent + (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +</p> +<p>"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this + License. +</p> +<p>"Source" form shall mean the preferred form for making modifications, including but not limited + to software source code, documentation source, and configuration files. +</p> +<p>"Object" form shall mean any form resulting from mechanical transformation or translation of a + Source form, including but not limited to compiled object code, generated documentation, and + conversions to other media types. +</p> +<p>"Work" shall mean the work of authorship, whether in Source or Object form, made available under + the License, as indicated by a copyright notice that is included in or attached to the work (an + example is provided in the Appendix below). +</p> +<p>"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or + derived from) the Work and for which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of authorship. For the purposes of + this License, Derivative Works shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +</p> +<p>"Contribution" shall mean any work of authorship, including the original version of the Work and + any modifications or additions to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or + Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this + definition, "submitted" means any form of electronic, verbal, or written communication sent to + the Licensor or its representatives, including but not limited to communication on electronic + mailing lists, source code control systems, and issue tracking systems that are managed by, or + on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding + communication that is conspicuously marked or otherwise designated in writing by the copyright + owner as "Not a Contribution." +</p> +<p>"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a + Contribution has been received by Licensor and subsequently incorporated within the Work. +</p> +<p><strong>2. Grant of Copyright License</strong>. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, + royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly + display, publicly perform, sublicense, and distribute the Work and such Derivative Works in + Source or Object form. +</p> +<p><strong>3. Grant of Patent License</strong>. Subject to the terms and conditions of this License, + each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, + royalty-free, irrevocable (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies + only to those patent claims licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their Contribution(s) with the Work to which + such Contribution(s) was submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution + incorporated within the Work constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work shall terminate as of the date + such litigation is filed. +</p> +<p><strong>4. Redistribution</strong>. You may reproduce and distribute copies of the Work or + Derivative Works thereof in any medium, with or without modifications, and in Source or Object + form, provided that You meet the following conditions: +</p> +<p>a. You must give any other recipients of the Work or Derivative Works a copy of this License; + and +</p> +<p>b. You must cause any modified files to carry prominent notices stating that You changed the + files; and +</p> +<p>c. You must retain, in the Source form of any Derivative Works that You distribute, all + copyright, patent, trademark, and attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of the Derivative Works; and +</p> +<p>d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative + Works that You distribute must include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not pertain to any part of the + Derivative Works, in at least one of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or documentation, if provided along with + the Derivative Works; or, within a display generated by the Derivative Works, if and wherever + such third-party notices normally appear. The contents of the NOTICE file are for informational + purposes only and do not modify the License. You may add Your own attribution notices within + Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the + Work, provided that such additional attribution notices cannot be construed as modifying the + License. + <br /> + <br /> + You may add Your own copyright statement to Your modifications and may provide additional or + different license terms and conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and + distribution of the Work otherwise complies with the conditions stated in this License. +</p> +<p><strong>5. Submission of Contributions</strong>. Unless You explicitly state otherwise, any + Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be + under the terms and conditions of this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate + license agreement you may have executed with Licensor regarding such Contributions. +</p> +<p><strong>6. Trademarks</strong>. This License does not grant permission to use the trade names, + trademarks, service marks, or product names of the Licensor, except as required for reasonable + and customary use in describing the origin of the Work and reproducing the content of the NOTICE + file. +</p> +<p><strong>7. Disclaimer of Warranty</strong>. Unless required by applicable law or agreed to in + writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS + IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, + without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness + of using or redistributing the Work and assume any risks associated with Your exercise of + permissions under this License. +</p> +<p><strong>8. Limitation of Liability</strong>. In no event and under no legal theory, whether in + tort (including negligence), contract, or otherwise, unless required by applicable law (such as + deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable + to You for damages, including any direct, indirect, special, incidental, or consequential + damages of any character arising as a result of this License or out of the use or inability to + use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer + failure or malfunction, or any and all other commercial damages or losses), even if such + Contributor has been advised of the possibility of such damages. +</p> +<p><strong>9. Accepting Warranty or Additional Liability</strong>. While redistributing the Work or + Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights consistent with this License. + However, in accepting such obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such warranty or additional liability. +</p> diff --git a/app/src/main/res/raw/license_cc_0.html b/app/src/main/res/raw/license_cc_0.html index cc9bfdd98..9ee4437e8 100644 --- a/app/src/main/res/raw/license_cc_0.html +++ b/app/src/main/res/raw/license_cc_0.html @@ -1,21 +1,117 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>Creative Commons</h2> <h2>CC0 1.0 Universal</h2> -<h3><em>Statement of Purpose</em></h3> -<p>The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").</p> -<p>Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.</p> -<p>For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.</p> -<p><strong>1. Copyright and Related Rights.</strong>A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:</p> -<p>i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;</p> +<h3> + <em>Statement of Purpose</em> +</h3> +<p>The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and + Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an + "owner") of an original work of authorship and/or a database (each, a "Work"). +</p> +<p>Certain owners wish to permanently relinquish those rights to a Work for the purpose of + contributing to a commons of creative, cultural and scientific works ("Commons") that the public + can reliably and without fear of later claims of infringement build upon, modify, incorporate in + other works, reuse and redistribute as freely as possible in any form whatsoever and for any + purposes, including without limitation commercial purposes. These owners may contribute to the + Commons to promote the ideal of a free culture and the further production of creative, cultural + and scientific works, or to gain reputation or greater distribution for their Work in part + through the use and efforts of others. +</p> +<p>For these and/or other purposes and motivations, and without any expectation of additional + consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the + extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily + elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge + of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect + of CC0 on those rights. +</p> +<p><strong>1. Copyright and Related Rights.</strong>A Work made available under CC0 may be protected + by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and + Related Rights include, but are not limited to, the following: +</p> +<p>i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a + Work; +</p> <p>ii. moral rights retained by the original author(s) and/or performer(s);</p> -<p>iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;</p> -<p>iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;</p> +<p>iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a + Work; +</p> +<p>iv. rights protecting against unfair competition in regards to a Work, subject to the limitations + in paragraph 4(a), below; +</p> <p>v. rights protecting the extraction, dissemination, use and reuse of data in a Work;</p> -<p>vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and</p> -<p>vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.</p> -<p><strong>2. Waiver.</strong>To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.</p> -<p><strong>3. Public License Fallback.</strong>Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.</p> -<p><strong>4. Limitations and Disclaimers.</strong></p> -<p>a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.</p> -<p>b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.</p> -<p>c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.</p> -<p>d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.</p> +<p>vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and + of the Council of 11 March 1996 on the legal protection of databases, and under any national + implementation thereof, including any amended or successor version of such directive); and +</p> +<p>vii. other similar, equivalent or corresponding rights throughout the world based on applicable + law or treaty, and any national implementations thereof. +</p> +<p><strong>2. Waiver.</strong>To the greatest extent permitted by, but not in contravention of, + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally + waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and + associated claims and causes of action, whether now known or unknown (including existing as well + as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for + the maximum duration provided by applicable law or treaty (including future time extensions), + (iii) in any current or future medium and for any number of copies, and (iv) for any purpose + whatsoever, including without limitation commercial, advertising or promotional purposes (the + "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and + to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall + not be subject to revocation, rescission, cancellation, termination, or any other legal or + equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by + Affirmer's express Statement of Purpose. +</p> +<p><strong>3. Public License Fallback.</strong>Should any part of the Waiver for any reason be + judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved + to the maximum extent permitted taking into account Affirmer's express Statement of + Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each + affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable + and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work + (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or + treaty (including future time extensions), (iii) in any current or future medium and for any + number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, + advertising or promotional purposes (the "License"). The License shall be deemed effective as of + the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason + be judged legally invalid or ineffective under applicable law, such partial invalidity or + ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer + hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and + Related Rights in the Work or (ii) assert any associated claims and causes of action with + respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. +</p> +<p> + <strong>4. Limitations and Disclaimers.</strong> +</p> +<p>a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or + otherwise affected by this document. +</p> +<p>b. Affirmer offers the Work as-is and makes no representations or warranties of any kind + concerning the Work, express, implied, statutory or otherwise, including without limitation + warranties of title, merchantability, fitness for a particular purpose, non infringement, or the + absence of latent or other defects, accuracy, or the present or absence of errors, whether or + not discoverable, all to the greatest extent permissible under applicable law. +</p> +<p>c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the + Work or any use thereof, including without limitation any person's Copyright and Related + Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the Work. +</p> +<p>d. Affirmer understands and acknowledges that Creative Commons is not a party to this document + and has no duty or obligation with respect to this CC0 or use of the Work. +</p> diff --git a/app/src/main/res/raw/license_cc_by_sa_3_0.html b/app/src/main/res/raw/license_cc_by_sa_3_0.html index 17d58c1e1..605a2c444 100644 --- a/app/src/main/res/raw/license_cc_by_sa_3_0.html +++ b/app/src/main/res/raw/license_cc_by_sa_3_0.html @@ -1,46 +1,299 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>Creative Commons</h2> <h2>Attribution-ShareAlike 3.0 Unported</h2> -<h3><em>License</em></h3> -<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.</p> -<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.</p> -<p><strong>1. Definitions</strong></p> -<p>a. <strong>"Adaptation"</strong>means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.</p> -<p>b. <strong>"Collection"</strong>means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.</p> -<p>c. <strong>"Creative Commons Compatible License"</strong>means a license that is listed at https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.</p> -<p>d. <strong>"Distribute"</strong>means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.</p> -<p>e. <strong>"License Elements"</strong>means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.</p> -<p>f. <strong>"Licensor"</strong>means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.</p> -<p>g. <strong>"Original Author"</strong>means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.</p> -<p>h. <strong>"Work"</strong>means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.</p> -<p>i. <strong>"You"</strong>means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.</p> -<p>j. <strong>"Publicly Perform"</strong>means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.</p> -<p>k. <strong>"Reproduce"</strong>means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.</p> -<p><strong>2. Fair Dealing Rights.</strong>Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.</p> -<p><strong>3. License Grant.</strong>Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:</p> -<p>a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;</p> -<p>b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";</p> +<h3> + <em>License</em> +</h3> +<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE + ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE + OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. +</p> +<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS + OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR + GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND + CONDITIONS. +</p> +<p> + <strong>1. Definitions</strong> +</p> +<p>a.<strong>"Adaptation"</strong>means a work based upon the Work, or upon the Work and other + pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or + other alterations of a literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may be recast, transformed, or + adapted including in any form recognizably derived from the original, except that a work that + constitutes a Collection will not be considered an Adaptation for the purpose of this License. + For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the + synchronization of the Work in timed-relation with a moving image ("synching") will be + considered an Adaptation for the purpose of this License. +</p> +<p>b.<strong>"Collection"</strong>means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or + subject matter other than works listed in Section 1(f) below, which, by reason of the selection + and arrangement of their contents, constitute intellectual creations, in which the Work is + included in its entirety in unmodified form along with one or more other contributions, each + constituting separate and independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be considered an Adaptation (as + defined below) for the purposes of this License. +</p> +<p>c.<strong>"Creative Commons Compatible License"</strong>means a license that is listed at + https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as + being essentially equivalent to this License, including, at a minimum, because that license: (i) + contains terms that have the same purpose, meaning and effect as the License Elements of this + License; and, (ii) explicitly permits the relicensing of adaptations of works made available + under that license under this License or a Creative Commons jurisdiction license with the same + License Elements as this License. +</p> +<p>d.<strong>"Distribute"</strong>means to make available to the public the original and copies of + the Work or Adaptation, as appropriate, through sale or other transfer of ownership. +</p> +<p>e.<strong>"License Elements"</strong>means the following high-level license attributes as + selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. +</p> +<p>f.<strong>"Licensor"</strong>means the individual, individuals, entity or entities that offer(s) + the Work under the terms of this License. +</p> +<p>g.<strong>"Original Author"</strong>means, in the case of a literary or artistic work, the + individual, individuals, entity or entities who created the Work or if no individual or entity + can be identified, the publisher; and in addition (i) in the case of a performance the actors, + singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, + interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in + the case of a phonogram the producer being the person or legal entity who first fixes the sounds + of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that + transmits the broadcast. +</p> +<p>h.<strong>"Work"</strong>means the literary and/or artistic work offered under the terms of this + License including without limitation any production in the literary, scientific and artistic + domain, whatever may be the mode or form of its expression including digital form, such as a + book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a + dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a + musical composition with or without words; a cinematographic work to which are assimilated works + expressed by a process analogous to cinematography; a work of drawing, painting, architecture, + sculpture, engraving or lithography; a photographic work to which are assimilated works + expressed by a process analogous to photography; a work of applied art; an illustration, map, + plan, sketch or three-dimensional work relative to geography, topography, architecture or + science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is + protected as a copyrightable work; or a work performed by a variety or circus performer to the + extent it is not otherwise considered a literary or artistic work. +</p> +<p>i.<strong>"You"</strong>means an individual or entity exercising rights under this License who + has not previously violated the terms of this License with respect to the Work, or who has + received express permission from the Licensor to exercise rights under this License despite a + previous violation. +</p> +<p>j.<strong>"Publicly Perform"</strong>means to perform public recitations of the Work and to + communicate to the public those public recitations, by any means or process, including by wire + or wireless means or public digital performances; to make available to the public Works in such + a way that members of the public may access these Works from a place and at a place individually + chosen by them; to perform the Work to the public by any means or process and the communication + to the public of the performances of the Work, including by public digital performance; to + broadcast and rebroadcast the Work by any means including signs, sounds or images. +</p> +<p>k.<strong>"Reproduce"</strong>means to make copies of the Work by any means including without + limitation by sound or visual recordings and the right of fixation and reproducing fixations of + the Work, including storage of a protected performance or phonogram in digital form or other + electronic medium. +</p> +<p><strong>2. Fair Dealing Rights.</strong>Nothing in this License is intended to reduce, limit, or + restrict any uses free from copyright or rights arising from limitations or exceptions that are + provided for in connection with the copyright protection under copyright law or other applicable + laws. +</p> +<p><strong>3. License Grant.</strong>Subject to the terms and conditions of this License, Licensor + hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the + applicable copyright) license to exercise the rights in the Work as stated below: +</p> +<p>a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce + the Work as incorporated in the Collections; +</p> +<p>b. to create and Reproduce Adaptations provided that any such Adaptation, including any + translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise + identify that changes were made to the original Work. For example, a translation could be marked + "The original work was translated from English to Spanish," or a modification could indicate + "The original work has been modified."; +</p> <p>c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,</p> <p>d. to Distribute and Publicly Perform Adaptations.</p> <p>e. For the avoidance of doubt:</p> -<p>i. <strong>Non-waivable Compulsory License Schemes</strong>. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;</p> -<p>ii. <strong>Waivable Compulsory License Schemes</strong>. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,</p> -<p>iii. <strong>Voluntary License Schemes</strong>. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.</p> -<p>The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.</p> -<p><strong>4. Restrictions.</strong>The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:</p> -<p>a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.</p> -<p>b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.</p> -<p>c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor\'s copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.</p> -<p>d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author\'s honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author\'s honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.</p> -<p><strong>5. Representations, Warranties and Disclaimer</strong></p> -<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.</p> -<p><strong>6. Limitation on Liability.</strong>EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> -<p><strong>7. Termination</strong></p> -<p>a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.</p> -<p>b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.</p> -<p><strong>8. Miscellaneous</strong></p> -<p>a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.</p> -<p>b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.</p> -<p>c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.</p> -<p>d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.</p> -<p>e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.</p> -<p>f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.</p> +<p>i.<strong>Non-waivable Compulsory License Schemes</strong>. In those jurisdictions in which the + right to collect royalties through any statutory or compulsory licensing scheme cannot be + waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by + You of the rights granted under this License; +</p> +<p>ii.<strong>Waivable Compulsory License Schemes</strong>. In those jurisdictions in which the + right to collect royalties through any statutory or compulsory licensing scheme can be waived, + the Licensor waives the exclusive right to collect such royalties for any exercise by You of the + rights granted under this License; and, +</p> +<p>iii.<strong>Voluntary License Schemes</strong>. The Licensor waives the right to collect + royalties, whether individually or, in the event that the Licensor is a member of a collecting + society that administers voluntary licensing schemes, via that society, from any exercise by You + of the rights granted under this License. +</p> +<p>The above rights may be exercised in all media and formats whether now known or hereafter + devised. The above rights include the right to make such modifications as are technically + necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights + not expressly granted by Licensor are hereby reserved. +</p> +<p><strong>4. Restrictions.</strong>The license granted in Section 3 above is expressly made subject + to and limited by the following restrictions: +</p> +<p>a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must + include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of + the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work + that restrict the terms of this License or the ability of the recipient of the Work to exercise + the rights granted to that recipient under the terms of the License. You may not sublicense the + Work. You must keep intact all notices that refer to this License and to the disclaimer of + warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute + or Publicly Perform the Work, You may not impose any effective technological measures on the + Work that restrict the ability of a recipient of the Work from You to exercise the rights + granted to that recipient under the terms of the License. This Section 4(a) applies to the Work + as incorporated in a Collection, but this does not require the Collection apart from the Work + itself to be made subject to the terms of this License. If You create a Collection, upon notice + from any Licensor You must, to the extent practicable, remove from the Collection any credit as + required by Section 4(c), as requested. If You create an Adaptation, upon notice from any + Licensor You must, to the extent practicable, remove from the Adaptation any credit as required + by Section 4(c), as requested. +</p> +<p>b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this + License; (ii) a later version of this License with the same License Elements as this License; + (iii) a Creative Commons jurisdiction license (either this or a later license version) that + contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) + a Creative Commons Compatible License. If you license the Adaptation under one of the licenses + mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation + under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable + License"), you must comply with the terms of the Applicable License generally and the following + provisions: (I) You must include a copy of, or the URI for, the Applicable License with every + copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any + terms on the Adaptation that restrict the terms of the Applicable License or the ability of the + recipient of the Adaptation to exercise the rights granted to that recipient under the terms of + the Applicable License; (III) You must keep intact all notices that refer to the Applicable + License and to the disclaimer of warranties with every copy of the Work as included in the + Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the + Adaptation, You may not impose any effective technological measures on the Adaptation that + restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to + that recipient under the terms of the Applicable License. This Section 4(b) applies to the + Adaptation as incorporated in a Collection, but this does not require the Collection apart from + the Adaptation itself to be made subject to the terms of the Applicable License. +</p> +<p>c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, + unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the + Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or + Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, + journal) for attribution ("Attribution Parties") in Licensor\'s copyright notice, terms of + service or by other reasonable means, the name of such party or parties; (ii) the title of the + Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor + specifies to be associated with the Work, unless such URI does not refer to the copyright notice + or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of + an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French + translation of the Work by Original Author," or "Screenplay based on original Work by Original + Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; + provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will + appear, if a credit for all contributing authors of the Adaptation or Collection appears, then + as part of these credits and in a manner at least as prominent as the credits for the other + contributing authors. For the avoidance of doubt, You may only use the credit required by this + Section for the purpose of attribution in the manner set out above and, by exercising Your + rights under this License, You may not implicitly or explicitly assert or imply any connection + with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as + appropriate, of You or Your use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution Parties. +</p> +<p>d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by + applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as + part of any Adaptations or Collections, You must not distort, mutilate, modify or take other + derogatory action in relation to the Work which would be prejudicial to the Original Author\'s + honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any + exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) + would be deemed to be a distortion, mutilation, modification or other derogatory action + prejudicial to the Original Author\'s honor and reputation, the Licensor will waive or not + assert, as appropriate, this Section, to the fullest extent permitted by the applicable national + law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right + to make Adaptations) but not otherwise. +</p> +<p> + <strong>5. Representations, Warranties and Disclaimer</strong> +</p> +<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND + MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, + STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS + DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. +</p> +<p><strong>6. Limitation on Liability.</strong>EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN + NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, + CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, + EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +</p> +<p> + <strong>7. Termination</strong> +</p> +<p>a. This License and the rights granted hereunder will terminate automatically upon any breach by + You of the terms of this License. Individuals or entities who have received Adaptations or + Collections from You under this License, however, will not have their licenses terminated + provided such individuals or entities remain in full compliance with those licenses. Sections 1, + 2, 5, 6, 7, and 8 will survive any termination of this License. +</p> +<p>b. Subject to the above terms and conditions, the license granted here is perpetual (for the + duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves + the right to release the Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to withdraw this License (or + any other license that has been, or is required to be, granted under the terms of this License), + and this License will continue in full force and effect unless terminated as stated above. +</p> +<p> + <strong>8. Miscellaneous</strong> +</p> +<p>a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to + the recipient a license to the Work on the same terms and conditions as the license granted to + You under this License. +</p> +<p>b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a + license to the original Work on the same terms and conditions as the license granted to You + under this License. +</p> +<p>c. If any provision of this License is invalid or unenforceable under applicable law, it shall + not affect the validity or enforceability of the remainder of the terms of this License, and + without further action by the parties to this agreement, such provision shall be reformed to the + minimum extent necessary to make such provision valid and enforceable. +</p> +<p>d. No term or provision of this License shall be deemed waived and no breach consented to unless + such waiver or consent shall be in writing and signed by the party to be charged with such + waiver or consent. +</p> +<p>e. This License constitutes the entire agreement between the parties with respect to the Work + licensed here. There are no understandings, agreements or representations with respect to the + Work not specified here. Licensor shall not be bound by any additional provisions that may + appear in any communication from You. This License may not be modified without the mutual + written agreement of the Licensor and You. +</p> +<p>f. The rights granted under, and the subject matter referenced, in this License were drafted + utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic + Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty + of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright + Convention (as revised on July 24, 1971). These rights and subject matter take effect in the + relevant jurisdiction in which the License terms are sought to be enforced according to the + corresponding provisions of the implementation of those treaty provisions in the applicable + national law. If the standard suite of rights granted under applicable copyright law includes + additional rights not granted under this License, such additional rights are deemed to be + included in the License; this License is not intended to restrict the license of any rights + under applicable law. +</p> diff --git a/app/src/main/res/raw/license_dracula.html b/app/src/main/res/raw/license_dracula.html index 298a00ffe..23ae21e6a 100644 --- a/app/src/main/res/raw/license_dracula.html +++ b/app/src/main/res/raw/license_dracula.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2016 Dracula Theme</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_emojijava.html b/app/src/main/res/raw/license_emojijava.html index ca0bc1d94..96a9b0a86 100644 --- a/app/src/main/res/raw/license_emojijava.html +++ b/app/src/main/res/raw/license_emojijava.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2014-present Vincent DURMONT vdurmont@gmail.com</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_gpl_v3.html b/app/src/main/res/raw/license_gpl_v3.html index a211d3260..8d0285f37 100644 --- a/app/src/main/res/raw/license_gpl_v3.html +++ b/app/src/main/res/raw/license_gpl_v3.html @@ -1,110 +1,498 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>GNU GENERAL PUBLIC LICENSE</h2> <h2>Version 3, 29 June 2007</h2> -<p>Copyright © 2007 Free Software Foundation, Inc. <<a href="https://fsf.org/">https://fsf.org/</a>></p> -<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</p> +<p>Copyright © 2007 Free Software Foundation, Inc. <<a href="https://fsf.org/"> + https://fsf.org/</a>> +</p> +<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but + changing it is not allowed. +</p> <h3>Preamble</h3> -<p>The GNU General Public License is a free, copyleft license for software and other kinds of works.</p> -<p>The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.</p> -<p>When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.</p> -<p>To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.</p> -<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.</p> -<p>Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.</p> -<p>For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.</p> -<p>Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.</p> -<p>Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.</p> +<p>The GNU General Public License is a free, copyleft license for software and other kinds of + works. +</p> +<p>The licenses for most software and other practical works are designed to take away your freedom + to share and change the works. By contrast, the GNU General Public License is intended to + guarantee your freedom to share and change all versions of a program--to make sure it remains + free software for all its users. We, the Free Software Foundation, use the GNU General Public + License for most of our software; it applies also to any other work released this way by its + authors. You can apply it to your programs, too. +</p> +<p>When we speak of free software, we are referring to freedom, not price. Our General Public + Licenses are designed to make sure that you have the freedom to distribute copies of free + software (and charge for them if you wish), that you receive source code or can get it if you + want it, that you can change the software or use pieces of it in new free programs, and that you + know you can do these things. +</p> +<p>To protect your rights, we need to prevent others from denying you these rights or asking you to + surrender the rights. Therefore, you have certain responsibilities if you distribute copies of + the software, or if you modify it: responsibilities to respect the freedom of others. +</p> +<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must + pass on to the recipients the same freedoms that you received. You must make sure that they, + too, receive or can get the source code. And you must show them these terms so they know their + rights. +</p> +<p>Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the + software, and (2) offer you this License giving you legal permission to copy, distribute and/or + modify it. +</p> +<p>For the developers' and authors' protection, the GPL clearly explains that there is no + warranty for this free software. For both users' and authors' sake, the GPL requires + that modified versions be marked as changed, so that their problems will not be attributed + erroneously to authors of previous versions. +</p> +<p>Some devices are designed to deny users access to install or run modified versions of the + software inside them, although the manufacturer can do so. This is fundamentally incompatible + with the aim of protecting users' freedom to change the software. The systematic pattern of + such abuse occurs in the area of products for individuals to use, which is precisely where it is + most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice + for those products. If such problems arise substantially in other domains, we stand ready to + extend this provision to those domains in future versions of the GPL, as needed to protect the + freedom of users. +</p> +<p>Finally, every program is threatened constantly by software patents. States should not allow + patents to restrict development and use of software on general-purpose computers, but in those + that do, we wish to avoid the special danger that patents applied to a free program could make + it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to + render the program non-free. +</p> <p>The precise terms and conditions for copying, distribution and modification follow.</p> <h3>TERMS AND CONDITIONS</h3> <h4>0. Definitions.</h4> <p>“This License” refers to version 3 of the GNU General Public License.</p> -<p>“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.</p> -<p>“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.</p> -<p>To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.</p> +<p>“Copyright” also means copyright-like laws that apply to other kinds of works, such as + semiconductor masks. +</p> +<p>“The Program” refers to any copyrightable work licensed under this License. Each licensee is + addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. +</p> +<p>To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring + copyright permission, other than the making of an exact copy. The resulting work is called a + “modified version” of the earlier work or a work “based on” the earlier work. +</p> <p>A “covered work” means either the unmodified Program or a work based on the Program.</p> -<p>To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.</p> -<p>To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.</p> -<p>An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.</p> +<p>To “propagate” a work means to do anything with it that, without permission, would make you + directly or secondarily liable for infringement under applicable copyright law, except executing + it on a computer or modifying a private copy. Propagation includes copying, distribution (with + or without modification), making available to the public, and in some countries other activities + as well. +</p> +<p>To “convey” a work means any kind of propagation that enables other parties to make or receive + copies. Mere interaction with a user through a computer network, with no transfer of a copy, is + not conveying. +</p> +<p>An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes + a convenient and prominently visible feature that (1) displays an appropriate copyright notice, + and (2) tells the user that there is no warranty for the work (except to the extent that + warranties are provided), that licensees may convey the work under this License, and how to view + a copy of this License. If the interface presents a list of user commands or options, such as a + menu, a prominent item in the list meets this criterion. +</p> <h4>1. Source Code.</h4> -<p>The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.</p> -<p>A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.</p> -<p>The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.</p> -<p>The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.</p> -<p>The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.</p> +<p>The “source code” for a work means the preferred form of the work for making modifications to it. + “Object code” means any non-source form of a work. +</p> +<p>A “Standard Interface” means an interface that either is an official standard defined by a + recognized standards body, or, in the case of interfaces specified for a particular programming + language, one that is widely used among developers working in that language. +</p> +<p>The “System Libraries” of an executable work include anything, other than the work as a whole, + that (a) is included in the normal form of packaging a Major Component, but which is not part of + that Major Component, and (b) serves only to enable use of the work with that Major Component, + or to implement a Standard Interface for which an implementation is available to the public in + source code form. A “Major Component”, in this context, means a major essential component + (kernel, window system, and so on) of the specific operating system (if any) on which the + executable work runs, or a compiler used to produce the work, or an object code interpreter used + to run it. +</p> +<p>The “Corresponding Source” for a work in object code form means all the source code needed to + generate, install, and (for an executable work) run the object code and to modify the work, + including scripts to control those activities. However, it does not include the work's + System Libraries, or general-purpose tools or generally available free programs which are used + unmodified in performing those activities but which are not part of the work. For example, + Corresponding Source includes interface definition files associated with source files for the + work, and the source code for shared libraries and dynamically linked subprograms that the work + is specifically designed to require, such as by intimate data communication or control flow + between those subprograms and other parts of the work. +</p> +<p>The Corresponding Source need not include anything that users can regenerate automatically from + other parts of the Corresponding Source. +</p> <p>The Corresponding Source for a work in source code form is that same work.</p> <h4>2. Basic Permissions.</h4> -<p>All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.</p> -<p>You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.</p> -<p>Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.</p> +<p>All rights granted under this License are granted for the term of copyright on the Program, and + are irrevocable provided the stated conditions are met. This License explicitly affirms your + unlimited permission to run the unmodified Program. The output from running a covered work is + covered by this License only if the output, given its content, constitutes a covered work. This + License acknowledges your rights of fair use or other equivalent, as provided by copyright law. +</p> +<p>You may make, run and propagate covered works that you do not convey, without conditions so long + as your license otherwise remains in force. You may convey covered works to others for the sole + purpose of having them make modifications exclusively for you, or provide you with facilities + for running those works, provided that you comply with the terms of this License in conveying + all material for which you do not control copyright. Those thus making or running the covered + works for you must do so exclusively on your behalf, under your direction and control, on terms + that prohibit them from making any copies of your copyrighted material outside their + relationship with you. +</p> +<p>Conveying under any other circumstances is permitted solely under the conditions stated below. + Sublicensing is not allowed; section 10 makes it unnecessary. +</p> <h4>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h4> -<p>No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.</p> -<p>When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.</p> +<p>No covered work shall be deemed part of an effective technological measure under any applicable + law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December + 1996, or similar laws prohibiting or restricting circumvention of such measures. +</p> +<p>When you convey a covered work, you waive any legal power to forbid circumvention of + technological measures to the extent such circumvention is effected by exercising rights under + this License with respect to the covered work, and you disclaim any intention to limit operation + or modification of the work as a means of enforcing, against the work's users, your or + third parties' legal rights to forbid circumvention of technological measures. +</p> <h4>4. Conveying Verbatim Copies.</h4> -<p>You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.</p> -<p>You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.</p> +<p>You may convey verbatim copies of the Program's source code as you receive it, in any + medium, provided that you conspicuously and appropriately publish on each copy an appropriate + copyright notice; keep intact all notices stating that this License and any non-permissive terms + added in accord with section 7 apply to the code; keep intact all notices of the absence of any + warranty; and give all recipients a copy of this License along with the Program. +</p> +<p>You may charge any price or no price for each copy that you convey, and you may offer support or + warranty protection for a fee. +</p> <h4>5. Conveying Modified Source Versions.</h4> -<p>You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:</p> -<p>a) The work must carry prominent notices stating that you modified it, and giving a relevant date.</p> -<p>b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.</p> -<p>c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.</p> -<p>d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.</p> -<p>A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.</p> +<p>You may convey a work based on the Program, or the modifications to produce it from the Program, + in the form of source code under the terms of section 4, provided that you also meet all of + these conditions: +</p> +<p>a) The work must carry prominent notices stating that you modified it, and giving a relevant + date. +</p> +<p>b) The work must carry prominent notices stating that it is released under this License and any + conditions added under section 7. This requirement modifies the requirement in section 4 to + “keep intact all notices”. +</p> +<p>c) You must license the entire work, as a whole, under this License to anyone who comes into + possession of a copy. This License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, regardless of how they are + packaged. This License gives no permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. +</p> +<p>d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; + however, if the Program has interactive interfaces that do not display Appropriate Legal + Notices, your work need not make them do so. +</p> +<p>A compilation of a covered work with other separate and independent works, which are not by their + nature extensions of the covered work, and which are not combined with it such as to form a + larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” + if the compilation and its resulting copyright are not used to limit the access or legal rights + of the compilation's users beyond what the individual works permit. Inclusion of a covered + work in an aggregate does not cause this License to apply to the other parts of the aggregate. +</p> <h4>6. Conveying Non-Source Forms.</h4> -<p>You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:</p> -<p>a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.</p> -<p>b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.</p> -<p>c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.</p> -<p>d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.</p> -<p>e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.</p> -<p>A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.</p> -<p>A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.</p> -<p>“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.</p> -<p>If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).</p> -<p>The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.</p> -<p>Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.</p> +<p>You may convey a covered work in object code form under the terms of sections 4 and 5, provided + that you also convey the machine-readable Corresponding Source under the terms of this License, + in one of these ways: +</p> +<p>a) Convey the object code in, or embodied in, a physical product (including a physical + distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium + customarily used for software interchange. +</p> +<p>b) Convey the object code in, or embodied in, a physical product (including a physical + distribution medium), accompanied by a written offer, valid for at least three years and valid + for as long as you offer spare parts or customer support for that product model, to give anyone + who possesses the object code either (1) a copy of the Corresponding Source for all the software + in the product that is covered by this License, on a durable physical medium customarily used + for software interchange, for a price no more than your reasonable cost of physically performing + this conveying of source, or (2) access to copy the Corresponding Source from a network server + at no charge. +</p> +<p>c) Convey individual copies of the object code with a copy of the written offer to provide the + Corresponding Source. This alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord with subsection 6b. +</p> +<p>d) Convey the object code by offering access from a designated place (gratis or for a charge), + and offer equivalent access to the Corresponding Source in the same way through the same place + at no further charge. You need not require recipients to copy the Corresponding Source along + with the object code. If the place to copy the object code is a network server, the + Corresponding Source may be on a different server (operated by you or a third party) that + supports equivalent copying facilities, provided you maintain clear directions next to the + object code saying where to find the Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is available for as long as needed + to satisfy these requirements. +</p> +<p>e) Convey the object code using peer-to-peer transmission, provided you inform other peers where + the object code and Corresponding Source of the work are being offered to the general public at + no charge under subsection 6d. +</p> +<p>A separable portion of the object code, whose source code is excluded from the Corresponding + Source as a System Library, need not be included in conveying the object code work. +</p> +<p>A “User Product” is either (1) a “consumer product”, which means any tangible personal property + which is normally used for personal, family, or household purposes, or (2) anything designed or + sold for incorporation into a dwelling. In determining whether a product is a consumer product, + doubtful cases shall be resolved in favor of coverage. For a particular product received by a + particular user, “normally used” refers to a typical or common use of that class of product, + regardless of the status of the particular user or of the way in which the particular user + actually uses, or expects or is expected to use, the product. A product is a consumer product + regardless of whether the product has substantial commercial, industrial or non-consumer uses, + unless such uses represent the only significant mode of use of the product. +</p> +<p>“Installation Information” for a User Product means any methods, procedures, authorization keys, + or other information required to install and execute modified versions of a covered work in that + User Product from a modified version of its Corresponding Source. The information must suffice + to ensure that the continued functioning of the modified object code is in no case prevented or + interfered with solely because modification has been made. +</p> +<p>If you convey an object code work under this section in, or with, or specifically for use in, a + User Product, and the conveying occurs as part of a transaction in which the right of possession + and use of the User Product is transferred to the recipient in perpetuity or for a fixed term + (regardless of how the transaction is characterized), the Corresponding Source conveyed under + this section must be accompanied by the Installation Information. But this requirement does not + apply if neither you nor any third party retains the ability to install modified object code on + the User Product (for example, the work has been installed in ROM). +</p> +<p>The requirement to provide Installation Information does not include a requirement to continue to + provide support service, warranty, or updates for a work that has been modified or installed by + the recipient, or for the User Product in which it has been modified or installed. Access to a + network may be denied when the modification itself materially and adversely affects the + operation of the network or violates the rules and protocols for communication across the + network. +</p> +<p>Corresponding Source conveyed, and Installation Information provided, in accord with this section + must be in a format that is publicly documented (and with an implementation available to the + public in source code form), and must require no special password or key for unpacking, reading + or copying. +</p> <h4>7. Additional Terms.</h4> -<p>“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.</p> -<p>When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.</p> -<p>Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:</p> -<p>a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or</p> -<p>b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or</p> -<p>c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or</p> -<p>d) Limiting the use for publicity purposes of names of licensors or authors of the material; or</p> -<p>e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or</p> -<p>f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.</p> -<p>All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.</p> -<p>If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.</p> -<p>Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.</p> +<p>“Additional permissions” are terms that supplement the terms of this License by making exceptions + from one or more of its conditions. Additional permissions that are applicable to the entire + Program shall be treated as though they were included in this License, to the extent that they + are valid under applicable law. If additional permissions apply only to part of the Program, + that part may be used separately under those permissions, but the entire Program remains + governed by this License without regard to the additional permissions. +</p> +<p>When you convey a copy of a covered work, you may at your option remove any additional + permissions from that copy, or from any part of it. (Additional permissions may be written to + require their own removal in certain cases when you modify the work.) You may place additional + permissions on material, added by you to a covered work, for which you have or can give + appropriate copyright permission. +</p> +<p>Notwithstanding any other provision of this License, for material you add to a covered work, you + may (if authorized by the copyright holders of that material) supplement the terms of this + License with terms: +</p> +<p>a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of + this License; or +</p> +<p>b) Requiring preservation of specified reasonable legal notices or author attributions in that + material or in the Appropriate Legal Notices displayed by works containing it; or +</p> +<p>c) Prohibiting misrepresentation of the origin of that material, or requiring that modified + versions of such material be marked in reasonable ways as different from the original version; + or +</p> +<p>d) Limiting the use for publicity purposes of names of licensors or authors of the material; or +</p> +<p>e) Declining to grant rights under trademark law for use of some trade names, trademarks, or + service marks; or +</p> +<p>f) Requiring indemnification of licensors and authors of that material by anyone who conveys the + material (or modified versions of it) with contractual assumptions of liability to the + recipient, for any liability that these contractual assumptions directly impose on those + licensors and authors. +</p> +<p>All other non-permissive additional terms are considered “further restrictions” within the + meaning of section 10. If the Program as you received it, or any part of it, contains a notice + stating that it is governed by this License along with a term that is a further restriction, you + may remove that term. If a license document contains a further restriction but permits + relicensing or conveying under this License, you may add to a covered work material governed by + the terms of that license document, provided that the further restriction does not survive such + relicensing or conveying. +</p> +<p>If you add terms to a covered work in accord with this section, you must place, in the relevant + source files, a statement of the additional terms that apply to those files, or a notice + indicating where to find the applicable terms. +</p> +<p>Additional terms, permissive or non-permissive, may be stated in the form of a separately written + license, or stated as exceptions; the above requirements apply either way. +</p> <h4>8. Termination.</h4> -<p>You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).</p> -<p>However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.</p> -<p>Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.</p> -<p>Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.</p> +<p>You may not propagate or modify a covered work except as expressly provided under this License. + Any attempt otherwise to propagate or modify it is void, and will automatically terminate your + rights under this License (including any patent licenses granted under the third paragraph of + section 11). +</p> +<p>However, if you cease all violation of this License, then your license from a particular + copyright holder is reinstated (a) provisionally, unless and until the copyright holder + explicitly and finally terminates your license, and (b) permanently, if the copyright holder + fails to notify you of the violation by some reasonable means prior to 60 days after the + cessation. +</p> +<p>Moreover, your license from a particular copyright holder is reinstated permanently if the + copyright holder notifies you of the violation by some reasonable means, this is the first time + you have received notice of violation of this License (for any work) from that copyright holder, + and you cure the violation prior to 30 days after your receipt of the notice. +</p> +<p>Termination of your rights under this section does not terminate the licenses of parties who have + received copies or rights from you under this License. If your rights have been terminated and + not permanently reinstated, you do not qualify to receive new licenses for the same material + under section 10. +</p> <h4>9. Acceptance Not Required for Having Copies.</h4> -<p>You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.</p> +<p>You are not required to accept this License in order to receive or run a copy of the Program. + Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer + transmission to receive a copy likewise does not require acceptance. However, nothing other than + this License grants you permission to propagate or modify any covered work. These actions + infringe copyright if you do not accept this License. Therefore, by modifying or propagating a + covered work, you indicate your acceptance of this License to do so. +</p> <h4>10. Automatic Licensing of Downstream Recipients.</h4> -<p>Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.</p> -<p>An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.</p> -<p>You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.</p> +<p>Each time you convey a covered work, the recipient automatically receives a license from the + original licensors, to run, modify and propagate that work, subject to this License. You are not + responsible for enforcing compliance by third parties with this License. +</p> +<p>An “entity transaction” is a transaction transferring control of an organization, or + substantially all assets of one, or subdividing an organization, or merging organizations. If + propagation of a covered work results from an entity transaction, each party to that transaction + who receives a copy of the work also receives whatever licenses to the work the party's + predecessor in interest had or could give under the previous paragraph, plus a right to + possession of the Corresponding Source of the work from the predecessor in interest, if the + predecessor has it or can get it with reasonable efforts. +</p> +<p>You may not impose any further restrictions on the exercise of the rights granted or affirmed + under this License. For example, you may not impose a license fee, royalty, or other charge for + exercise of rights granted under this License, and you may not initiate litigation (including a + cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, + using, selling, offering for sale, or importing the Program or any portion of it. +</p> <h4>11. Patents.</h4> -<p>A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.</p> -<p>A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.</p> -<p>Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.</p> -<p>In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.</p> -<p>If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.</p> -<p>If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.</p> -<p>A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.</p> -<p>Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.</p> +<p>A “contributor” is a copyright holder who authorizes use under this License of the Program or a + work on which the Program is based. The work thus licensed is called the contributor's + “contributor version”. +</p> +<p>A contributor's “essential patent claims” are all patent claims owned or controlled by the + contributor, whether already acquired or hereafter acquired, that would be infringed by some + manner, permitted by this License, of making, using, or selling its contributor version, but do + not include claims that would be infringed only as a consequence of further modification of the + contributor version. For purposes of this definition, “control” includes the right to grant + patent sublicenses in a manner consistent with the requirements of this License. +</p> +<p>Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the + contributor's essential patent claims, to make, use, sell, offer for sale, import and + otherwise run, modify and propagate the contents of its contributor version. +</p> +<p>In the following three paragraphs, a “patent license” is any express agreement or commitment, + however denominated, not to enforce a patent (such as an express permission to practice a patent + or covenant not to sue for patent infringement). To “grant” such a patent license to a party + means to make such an agreement or commitment not to enforce a patent against the party. +</p> +<p>If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source + of the work is not available for anyone to copy, free of charge and under the terms of this + License, through a publicly available network server or other readily accessible means, then you + must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive + yourself of the benefit of the patent license for this particular work, or (3) arrange, in a + manner consistent with the requirements of this License, to extend the patent license to + downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the + patent license, your conveying the covered work in a country, or your recipient's use of + the covered work in a country, would infringe one or more identifiable patents in that country + that you have reason to believe are valid. +</p> +<p>If, pursuant to or in connection with a single transaction or arrangement, you convey, or + propagate by procuring conveyance of, a covered work, and grant a patent license to some of the + parties receiving the covered work authorizing them to use, propagate, modify or convey a + specific copy of the covered work, then the patent license you grant is automatically extended + to all recipients of the covered work and works based on it. +</p> +<p>A patent license is “discriminatory” if it does not include within the scope of its coverage, + prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights + that are specifically granted under this License. You may not convey a covered work if you are a + party to an arrangement with a third party that is in the business of distributing software, + under which you make payment to the third party based on the extent of your activity of + conveying the work, and under which the third party grants, to any of the parties who would + receive the covered work from you, a discriminatory patent license (a) in connection with copies + of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and + in connection with specific products or compilations that contain the covered work, unless you + entered into that arrangement, or that patent license was granted, prior to 28 March 2007. +</p> +<p>Nothing in this License shall be construed as excluding or limiting any implied license or other + defenses to infringement that may otherwise be available to you under applicable patent law. +</p> <h4>12. No Surrender of Others' Freedom.</h4> -<p>If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.</p> +<p>If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict + the conditions of this License, they do not excuse you from the conditions of this License. If + you cannot convey a covered work so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you may not convey it at all. + For example, if you agree to terms that obligate you to collect a royalty for further conveying + from those to whom you convey the Program, the only way you could satisfy both those terms and + this License would be to refrain entirely from conveying the Program. +</p> <h4>13. Use with the GNU Affero General Public License.</h4> -<p>Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.</p> +<p>Notwithstanding any other provision of this License, you have permission to link or combine any + covered work with a work licensed under version 3 of the GNU Affero General Public License into + a single combined work, and to convey the resulting work. The terms of this License will + continue to apply to the part which is the covered work, but the special requirements of the GNU + Affero General Public License, section 13, concerning interaction through a network will apply + to the combination as such. +</p> <h4>14. Revised Versions of this License.</h4> -<p>The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</p> -<p>Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.</p> -<p>If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.</p> -<p>Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.</p> +<p>The Free Software Foundation may publish revised and/or new versions of the GNU General Public + License from time to time. Such new versions will be similar in spirit to the present version, + but may differ in detail to address new problems or concerns. +</p> +<p>Each version is given a distinguishing version number. If the Program specifies that a certain + numbered version of the GNU General Public License “or any later version” applies to it, you + have the option of following the terms and conditions either of that numbered version or of any + later version published by the Free Software Foundation. If the Program does not specify a + version number of the GNU General Public License, you may choose any version ever published by + the Free Software Foundation. +</p> +<p>If the Program specifies that a proxy can decide which future versions of the GNU General Public + License can be used, that proxy's public statement of acceptance of a version permanently + authorizes you to choose that version for the Program. +</p> +<p>Later license versions may give you additional or different permissions. However, no additional + obligations are imposed on any author or copyright holder as a result of your choosing to follow + a later version. +</p> <h4>15. Disclaimer of Warranty.</h4> -<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> +<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN + OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS + IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK + AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE + DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. +</p> <h4>16. Limitation of Liability.</h4> -<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> +<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, + OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU + FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF + THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING + RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO + OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGES. +</p> <h4>17. Interpretation of Sections 15 and 16.</h4> -<p>If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.</p> +<p>If the disclaimer of warranty and limitation of liability provided above cannot be given local + legal effect according to their terms, reviewing courts shall apply local law that most closely + approximates an absolute waiver of all civil liability in connection with the Program, unless a + warranty or assumption of liability accompanies a copy of the Program in return for a fee. +</p> diff --git a/app/src/main/res/raw/license_gruvbox.html b/app/src/main/res/raw/license_gruvbox.html index a45fc6ec2..6d966b42a 100644 --- a/app/src/main/res/raw/license_gruvbox.html +++ b/app/src/main/res/raw/license_gruvbox.html @@ -1,4 +1,35 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>The MIT License (MIT)</h2> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_materialdesignicons.html b/app/src/main/res/raw/license_materialdesignicons.html index 80060eb60..c4b94d1c0 100644 --- a/app/src/main/res/raw/license_materialdesignicons.html +++ b/app/src/main/res/raw/license_materialdesignicons.html @@ -1,28 +1,100 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <p>Copyright (c) 2014, Austin Andrews (<a href="http://materialdesignicons.com/"> http://materialdesignicons.com/</a>), with Reserved Font Name Material Design Icons. </p> -<p>Copyright (c) 2014, Google (<a href="http://www.google.com/design/">http://www.google.com/design/</a>) uses the license at <a href="https://github.com/google/material-design-icons/blob/master/LICENSE">https://github.com/google/material-design-icons/blob/master/LICENSE</a></p> +<p>Copyright (c) 2014, Google (<a href="http://www.google.com/design/"> + http://www.google.com/design/</a>) uses the license at + <a href="https://github.com/google/material-design-icons/blob/master/LICENSE"> + https://github.com/google/material-design-icons/blob/master/LICENSE + </a> +</p> <p>This Font Software is licensed under the SIL Open Font License, Version 1.1.</p> -<p>This license is copied below, and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> -<h2>SIL OPEN FONT LICENSE </h2> +<p>This license is copied below, and is also available with a FAQ at: + <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a> +</p> +<h2>SIL OPEN FONT LICENSE</h2> <p>Version 1.1 - 26 February 2007</p> <h3>PREAMBLE</h3> -<p>The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.</p> -<p>The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.</p> +<p>The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative + font projects, to support the font creation efforts of academic and linguistic communities, and + to provide a free and open framework in which fonts may be shared and improved in partnership + with others. +</p> +<p>The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long + as they are not sold by themselves. The fonts, including any derivative works, can be bundled, + embedded, redistributed and/or sold with any software provided that any reserved names are not + used by derivative works. The fonts and derivatives, however, cannot be released under any other + type of license. The requirement for fonts to remain under this license does not apply to any + document created using the fonts or their derivatives. +</p> <h3>DEFINITIONS</h3> -<p>"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.</p> +<p>"Font Software" refers to the set of files released by the Copyright Holder(s) under this license + and clearly marked as such. This may include source files, build scripts and documentation. +</p> <p>"Reserved Font Name" refers to any names specified as such after the copyright statement(s).</p> -<p>"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).</p> -<p>"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.</p> -<p>"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.</p> +<p>"Original Version" refers to the collection of Font Software components as distributed by the + Copyright Holder(s). +</p> +<p>"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in + part or in whole — any of the components of the Original Version, by changing formats or by + porting the Font Software to a new environment. +</p> +<p>"Author" refers to any designer, engineer, programmer, technical writer or other person who + contributed to the Font Software. +</p> <h3>PERMISSION & CONDITIONS</h3> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:</p> -<p>1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.</p> -<p>2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.</p> -<p>3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.</p> -<p>4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. </p> -<p>5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of the Font + Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and + unmodified copies of the Font Software, subject to the following conditions: +</p> +<p>1) Neither the Font Software nor any of its individual components, in Original or Modified + Versions, may be sold by itself. +</p> +<p>2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold + with any software, provided that each copy contains the above copyright notice and this license. + These can be included either as stand-alone text files, human-readable headers or in the + appropriate machine-readable metadata fields within text or binary files as long as those fields + can be easily viewed by the user. +</p> +<p>3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit + written permission is granted by the corresponding Copyright Holder. This restriction only + applies to the primary font name as presented to the users. +</p> +<p>4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used + to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) + of the Copyright Holder(s) and the Author(s) or with their explicit written permission. +</p> +<p>5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely + under this license, and must not be distributed under any other license. The requirement for + fonts to remain under this license does not apply to any document created using the Font + Software. +</p> <h3>TERMINATION</h3> <p>This license becomes null and void if any of the above conditions are not met.</p> <h3>DISCLAIMER</h3> -<p>THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.</p> +<p>THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE + AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, + SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT + OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_materialdialogs.html b/app/src/main/res/raw/license_materialdialogs.html index d5ac4c91e..6bdceb170 100644 --- a/app/src/main/res/raw/license_materialdialogs.html +++ b/app/src/main/res/raw/license_materialdialogs.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2014-2016 Aidan Michael Follestad</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_solarized.html b/app/src/main/res/raw/license_solarized.html index 8af1a1293..6d0546019 100644 --- a/app/src/main/res/raw/license_solarized.html +++ b/app/src/main/res/raw/license_solarized.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2011 Ethan Schoonover</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_threetenbp.html b/app/src/main/res/raw/license_threetenbp.html index 1dc029c55..ed16a46b6 100644 --- a/app/src/main/res/raw/license_threetenbp.html +++ b/app/src/main/res/raw/license_threetenbp.html @@ -1,8 +1,45 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <h2>The 3-Clause BSD License</h2> <p>Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos</p> <p>All rights reserved.</p> -<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p> -<p>1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</p> -<p>2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</p> -<p>3. Neither the name of JSR-310 nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</p> -<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> +<p>Redistribution and use in source and binary forms, with or without modification, are permitted + provided that the following conditions are met: +</p> +<p>1. Redistributions of source code must retain the above copyright notice, this list of conditions + and the following disclaimer. +</p> +<p>2. Redistributions in binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other materials provided + with the distribution. +</p> +<p>3. Neither the name of JSR-310 nor the names of its contributors may be used to endorse or + promote products derived from this software without specific prior written permission. +</p> +<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +</p> diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index f46cc0b6e..9ea74db70 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-de/strings_contributors.xml b/app/src/main/res/values-de/strings_contributors.xml index 6c513d88d..cf114fd3d 100644 --- a/app/src/main/res/values-de/strings_contributors.xml +++ b/app/src/main/res/values-de/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_defaults.xml b/app/src/main/res/values-de/strings_defaults.xml index 98a55db16..aee217860 100644 --- a/app/src/main/res/values-de/strings_defaults.xml +++ b/app/src/main/res/values-de/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_error.xml b/app/src/main/res/values-de/strings_error.xml index 152a8daad..22fdb4537 100644 --- a/app/src/main/res/values-de/strings_error.xml +++ b/app/src/main/res/values-de/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_format.xml b/app/src/main/res/values-de/strings_format.xml index af69ade63..87a74da2c 100644 --- a/app/src/main/res/values-de/strings_format.xml +++ b/app/src/main/res/values-de/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_info.xml b/app/src/main/res/values-de/strings_info.xml index a4b9fd9d6..03cf886c9 100644 --- a/app/src/main/res/values-de/strings_info.xml +++ b/app/src/main/res/values-de/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_messages.xml b/app/src/main/res/values-de/strings_messages.xml index 44d070cc1..47389db15 100644 --- a/app/src/main/res/values-de/strings_messages.xml +++ b/app/src/main/res/values-de/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_preferences.xml b/app/src/main/res/values-de/strings_preferences.xml index ae6f7daed..6d7bc79be 100644 --- a/app/src/main/res/values-de/strings_preferences.xml +++ b/app/src/main/res/values-de/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_settings.xml b/app/src/main/res/values-de/strings_settings.xml index 9942f4572..8292d3ea4 100644 --- a/app/src/main/res/values-de/strings_settings.xml +++ b/app/src/main/res/values-de/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_setup.xml b/app/src/main/res/values-de/strings_setup.xml index 8cfba0bdf..7731c77ea 100644 --- a/app/src/main/res/values-de/strings_setup.xml +++ b/app/src/main/res/values-de/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_status.xml b/app/src/main/res/values-de/strings_status.xml index 315949056..e304e1ca3 100644 --- a/app/src/main/res/values-de/strings_status.xml +++ b/app/src/main/res/values-de/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings.xml b/app/src/main/res/values-fr-rCA/strings.xml index 05ae4cb34..37c79e105 100644 --- a/app/src/main/res/values-fr-rCA/strings.xml +++ b/app/src/main/res/values-fr-rCA/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-fr-rCA/strings_contributors.xml b/app/src/main/res/values-fr-rCA/strings_contributors.xml index 67dd52a08..b8347011a 100644 --- a/app/src/main/res/values-fr-rCA/strings_contributors.xml +++ b/app/src/main/res/values-fr-rCA/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_defaults.xml b/app/src/main/res/values-fr-rCA/strings_defaults.xml index 016cf3e4d..c6936c169 100644 --- a/app/src/main/res/values-fr-rCA/strings_defaults.xml +++ b/app/src/main/res/values-fr-rCA/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_error.xml b/app/src/main/res/values-fr-rCA/strings_error.xml index 746990039..6bbc41d2f 100644 --- a/app/src/main/res/values-fr-rCA/strings_error.xml +++ b/app/src/main/res/values-fr-rCA/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_format.xml b/app/src/main/res/values-fr-rCA/strings_format.xml index 47c2f4e37..f1a05d579 100644 --- a/app/src/main/res/values-fr-rCA/strings_format.xml +++ b/app/src/main/res/values-fr-rCA/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_info.xml b/app/src/main/res/values-fr-rCA/strings_info.xml index cd968c8fa..eaeddc84a 100644 --- a/app/src/main/res/values-fr-rCA/strings_info.xml +++ b/app/src/main/res/values-fr-rCA/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_messages.xml b/app/src/main/res/values-fr-rCA/strings_messages.xml index f628edc1b..f4f51d26c 100644 --- a/app/src/main/res/values-fr-rCA/strings_messages.xml +++ b/app/src/main/res/values-fr-rCA/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_preferences.xml b/app/src/main/res/values-fr-rCA/strings_preferences.xml index 20f533bf0..a25641e8b 100644 --- a/app/src/main/res/values-fr-rCA/strings_preferences.xml +++ b/app/src/main/res/values-fr-rCA/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_settings.xml b/app/src/main/res/values-fr-rCA/strings_settings.xml index 96f59fd0a..a0fb908ab 100644 --- a/app/src/main/res/values-fr-rCA/strings_settings.xml +++ b/app/src/main/res/values-fr-rCA/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_setup.xml b/app/src/main/res/values-fr-rCA/strings_setup.xml index 974f5f70c..2b77b3f57 100644 --- a/app/src/main/res/values-fr-rCA/strings_setup.xml +++ b/app/src/main/res/values-fr-rCA/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_status.xml b/app/src/main/res/values-fr-rCA/strings_status.xml index ac4726757..9b6bb42fe 100644 --- a/app/src/main/res/values-fr-rCA/strings_status.xml +++ b/app/src/main/res/values-fr-rCA/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-large/dimens.xml b/app/src/main/res/values-large/dimens.xml index 619f16d86..8271cba7b 100644 --- a/app/src/main/res/values-large/dimens.xml +++ b/app/src/main/res/values-large/dimens.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 25876b1a9..010f585c2 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-lt/strings_contributors.xml b/app/src/main/res/values-lt/strings_contributors.xml index 266ea3911..91ebd521b 100644 --- a/app/src/main/res/values-lt/strings_contributors.xml +++ b/app/src/main/res/values-lt/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_defaults.xml b/app/src/main/res/values-lt/strings_defaults.xml index c835e5f5f..bb2d60aec 100644 --- a/app/src/main/res/values-lt/strings_defaults.xml +++ b/app/src/main/res/values-lt/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_error.xml b/app/src/main/res/values-lt/strings_error.xml index dab1e0ed7..8b7d04502 100644 --- a/app/src/main/res/values-lt/strings_error.xml +++ b/app/src/main/res/values-lt/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_format.xml b/app/src/main/res/values-lt/strings_format.xml index 2054b3861..6e7e4c53b 100644 --- a/app/src/main/res/values-lt/strings_format.xml +++ b/app/src/main/res/values-lt/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_info.xml b/app/src/main/res/values-lt/strings_info.xml index ea440571c..8a75bff42 100644 --- a/app/src/main/res/values-lt/strings_info.xml +++ b/app/src/main/res/values-lt/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_messages.xml b/app/src/main/res/values-lt/strings_messages.xml index 84f95c61e..7c1cc129d 100644 --- a/app/src/main/res/values-lt/strings_messages.xml +++ b/app/src/main/res/values-lt/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-lt/strings_preferences.xml b/app/src/main/res/values-lt/strings_preferences.xml index fbd7e3aad..d79dcbc68 100644 --- a/app/src/main/res/values-lt/strings_preferences.xml +++ b/app/src/main/res/values-lt/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_settings.xml b/app/src/main/res/values-lt/strings_settings.xml index 765ee70fc..f524888eb 100644 --- a/app/src/main/res/values-lt/strings_settings.xml +++ b/app/src/main/res/values-lt/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_setup.xml b/app/src/main/res/values-lt/strings_setup.xml index 550547b0f..0da275f61 100644 --- a/app/src/main/res/values-lt/strings_setup.xml +++ b/app/src/main/res/values-lt/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_status.xml b/app/src/main/res/values-lt/strings_status.xml index b1522ca37..928009c79 100644 --- a/app/src/main/res/values-lt/strings_status.xml +++ b/app/src/main/res/values-lt/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-night/themes_daynight.xml b/app/src/main/res/values-night/themes_daynight.xml index 49ed498ab..f96b36450 100644 --- a/app/src/main/res/values-night/themes_daynight.xml +++ b/app/src/main/res/values-night/themes_daynight.xml @@ -1,7 +1,29 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <resources> + <style name="Theme.ChatTheme.Material_DayNight" parent="Theme.ChatTheme.Material_Dark" /> + <style name="Theme.ChatTheme.Quassel_DayNight" parent="Theme.ChatTheme.Quassel_Dark" /> + <style name="Theme.ChatTheme.Solarized_DayNight" parent="Theme.ChatTheme.Solarized_Dark" /> + <style name="Theme.ChatTheme.Gruvbox_DayNight" parent="Theme.ChatTheme.Gruvbox_Dark" /> </resources> diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 43b40376e..e6c7cd855 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-pt/strings_contributors.xml b/app/src/main/res/values-pt/strings_contributors.xml index b8a2be2e6..8e4fb5911 100644 --- a/app/src/main/res/values-pt/strings_contributors.xml +++ b/app/src/main/res/values-pt/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_defaults.xml b/app/src/main/res/values-pt/strings_defaults.xml index 6b5f66094..039f37221 100644 --- a/app/src/main/res/values-pt/strings_defaults.xml +++ b/app/src/main/res/values-pt/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_error.xml b/app/src/main/res/values-pt/strings_error.xml index 674e7183b..b46d14928 100644 --- a/app/src/main/res/values-pt/strings_error.xml +++ b/app/src/main/res/values-pt/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_format.xml b/app/src/main/res/values-pt/strings_format.xml index 92a1058f6..32578f5a3 100644 --- a/app/src/main/res/values-pt/strings_format.xml +++ b/app/src/main/res/values-pt/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_info.xml b/app/src/main/res/values-pt/strings_info.xml index b5ff07d87..0cd82eb58 100644 --- a/app/src/main/res/values-pt/strings_info.xml +++ b/app/src/main/res/values-pt/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_messages.xml b/app/src/main/res/values-pt/strings_messages.xml index 6cdd45013..7a371e8ef 100644 --- a/app/src/main/res/values-pt/strings_messages.xml +++ b/app/src/main/res/values-pt/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_preferences.xml b/app/src/main/res/values-pt/strings_preferences.xml index 93a7ab759..bf5ed24c4 100644 --- a/app/src/main/res/values-pt/strings_preferences.xml +++ b/app/src/main/res/values-pt/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_settings.xml b/app/src/main/res/values-pt/strings_settings.xml index 13c80f283..436aaaab8 100644 --- a/app/src/main/res/values-pt/strings_settings.xml +++ b/app/src/main/res/values-pt/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_setup.xml b/app/src/main/res/values-pt/strings_setup.xml index ae72f8aae..5c4670f0d 100644 --- a/app/src/main/res/values-pt/strings_setup.xml +++ b/app/src/main/res/values-pt/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_status.xml b/app/src/main/res/values-pt/strings_status.xml index ba84e1142..448e109bd 100644 --- a/app/src/main/res/values-pt/strings_status.xml +++ b/app/src/main/res/values-pt/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 9c6e34cff..a15fe4e7b 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-sr/strings_contributors.xml b/app/src/main/res/values-sr/strings_contributors.xml index 8532edf0d..f30aeba5d 100644 --- a/app/src/main/res/values-sr/strings_contributors.xml +++ b/app/src/main/res/values-sr/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_defaults.xml b/app/src/main/res/values-sr/strings_defaults.xml index 42ccef056..c5beb38d3 100644 --- a/app/src/main/res/values-sr/strings_defaults.xml +++ b/app/src/main/res/values-sr/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_error.xml b/app/src/main/res/values-sr/strings_error.xml index 3c87c0bec..5ac17749b 100644 --- a/app/src/main/res/values-sr/strings_error.xml +++ b/app/src/main/res/values-sr/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_format.xml b/app/src/main/res/values-sr/strings_format.xml index 4f785ddbe..4ad1d6553 100644 --- a/app/src/main/res/values-sr/strings_format.xml +++ b/app/src/main/res/values-sr/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_info.xml b/app/src/main/res/values-sr/strings_info.xml index 76ea70b1f..0030a7fe9 100644 --- a/app/src/main/res/values-sr/strings_info.xml +++ b/app/src/main/res/values-sr/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_messages.xml b/app/src/main/res/values-sr/strings_messages.xml index f0ab55430..ffa34326b 100644 --- a/app/src/main/res/values-sr/strings_messages.xml +++ b/app/src/main/res/values-sr/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_preferences.xml b/app/src/main/res/values-sr/strings_preferences.xml index 3c3d8a0c3..80d5b9cf4 100644 --- a/app/src/main/res/values-sr/strings_preferences.xml +++ b/app/src/main/res/values-sr/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_settings.xml b/app/src/main/res/values-sr/strings_settings.xml index a3517b5b1..5837f94cf 100644 --- a/app/src/main/res/values-sr/strings_settings.xml +++ b/app/src/main/res/values-sr/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_setup.xml b/app/src/main/res/values-sr/strings_setup.xml index b75f96d16..30dc0867f 100644 --- a/app/src/main/res/values-sr/strings_setup.xml +++ b/app/src/main/res/values-sr/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_status.xml b/app/src/main/res/values-sr/strings_status.xml index c53f23ce9..215c9a787 100644 --- a/app/src/main/res/values-sr/strings_status.xml +++ b/app/src/main/res/values-sr/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sw600dp/dimens.xml b/app/src/main/res/values-sw600dp/dimens.xml index 3993db5aa..487aef8e0 100644 --- a/app/src/main/res/values-sw600dp/dimens.xml +++ b/app/src/main/res/values-sw600dp/dimens.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sw600dp/themes_base.xml b/app/src/main/res/values-sw600dp/themes_base.xml index f19567c1f..7670d32d0 100644 --- a/app/src/main/res/values-sw600dp/themes_base.xml +++ b/app/src/main/res/values-sw600dp/themes_base.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sw720dp-land/bools.xml b/app/src/main/res/values-sw720dp-land/bools.xml index 6e9d2efa0..93513e3f3 100644 --- a/app/src/main/res/values-sw720dp-land/bools.xml +++ b/app/src/main/res/values-sw720dp-land/bools.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-v17/styles_widgets.xml b/app/src/main/res/values-v17/styles_widgets.xml index 879904ac4..05758623d 100644 --- a/app/src/main/res/values-v17/styles_widgets.xml +++ b/app/src/main/res/values-v17/styles_widgets.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-v21/themes_base.xml b/app/src/main/res/values-v21/themes_base.xml index 4fa80339a..b8a487fa6 100644 --- a/app/src/main/res/values-v21/themes_base.xml +++ b/app/src/main/res/values-v21/themes_base.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-v28/strings_preferences.xml b/app/src/main/res/values-v28/strings_preferences.xml index dd2416877..de8bc1689 100644 --- a/app/src/main/res/values-v28/strings_preferences.xml +++ b/app/src/main/res/values-v28/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 5fbd71cdd..43ce8a211 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/bools.xml b/app/src/main/res/values/bools.xml index cc49e477a..949a44e25 100644 --- a/app/src/main/res/values/bools.xml +++ b/app/src/main/res/values/bools.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 40c85e7bc..ac4505fe6 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/defaults.xml b/app/src/main/res/values/defaults.xml index f6c6d6eec..d87cee499 100644 --- a/app/src/main/res/values/defaults.xml +++ b/app/src/main/res/values/defaults.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 2966181b6..4b547ceca 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index 693cb0ccd..e41089e46 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/mipmap.xml b/app/src/main/res/values/mipmap.xml index 2a1ce50f5..b21863aea 100644 --- a/app/src/main/res/values/mipmap.xml +++ b/app/src/main/res/values/mipmap.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <resources> <item name="ic_launcher" type="mipmap">@mipmap/ic_launcher_legacy</item> </resources> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 374286472..c89d1515a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values/strings_contributors.xml b/app/src/main/res/values/strings_contributors.xml index dc8d40760..daad3e883 100644 --- a/app/src/main/res/values/strings_contributors.xml +++ b/app/src/main/res/values/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_defaults.xml b/app/src/main/res/values/strings_defaults.xml index 0460f647e..ee7ba8623 100644 --- a/app/src/main/res/values/strings_defaults.xml +++ b/app/src/main/res/values/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_error.xml b/app/src/main/res/values/strings_error.xml index 48336e144..2e8fd0884 100644 --- a/app/src/main/res/values/strings_error.xml +++ b/app/src/main/res/values/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_format.xml b/app/src/main/res/values/strings_format.xml index f3568e70b..ee41debd5 100644 --- a/app/src/main/res/values/strings_format.xml +++ b/app/src/main/res/values/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_info.xml b/app/src/main/res/values/strings_info.xml index d5fffa90c..37bd66cce 100644 --- a/app/src/main/res/values/strings_info.xml +++ b/app/src/main/res/values/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_messages.xml b/app/src/main/res/values/strings_messages.xml index 537f8211e..b5ae30ee2 100644 --- a/app/src/main/res/values/strings_messages.xml +++ b/app/src/main/res/values/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml index 402611005..42694726a 100644 --- a/app/src/main/res/values/strings_preferences.xml +++ b/app/src/main/res/values/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_settings.xml b/app/src/main/res/values/strings_settings.xml index 69c30b731..7bd017251 100644 --- a/app/src/main/res/values/strings_settings.xml +++ b/app/src/main/res/values/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_setup.xml b/app/src/main/res/values/strings_setup.xml index a89bfac8b..484a07084 100644 --- a/app/src/main/res/values/strings_setup.xml +++ b/app/src/main/res/values/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_status.xml b/app/src/main/res/values/strings_status.xml index 7319bf566..7fae76927 100644 --- a/app/src/main/res/values/strings_status.xml +++ b/app/src/main/res/values/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/styles_widgets.xml b/app/src/main/res/values/styles_widgets.xml index aa4d1431d..79b998d6f 100644 --- a/app/src/main/res/values/styles_widgets.xml +++ b/app/src/main/res/values/styles_widgets.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_amoled.xml b/app/src/main/res/values/themes_amoled.xml index f43bb84d7..f53273a66 100644 --- a/app/src/main/res/values/themes_amoled.xml +++ b/app/src/main/res/values/themes_amoled.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_base.xml b/app/src/main/res/values/themes_base.xml index 9cf22b9da..5184500b7 100644 --- a/app/src/main/res/values/themes_base.xml +++ b/app/src/main/res/values/themes_base.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_daynight.xml b/app/src/main/res/values/themes_daynight.xml index 1077e105b..85d87b7ee 100644 --- a/app/src/main/res/values/themes_daynight.xml +++ b/app/src/main/res/values/themes_daynight.xml @@ -1,7 +1,29 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <resources> + <style name="Theme.ChatTheme.Material_DayNight" parent="Theme.ChatTheme.Material_Light" /> + <style name="Theme.ChatTheme.Quassel_DayNight" parent="Theme.ChatTheme.Quassel_Light" /> + <style name="Theme.ChatTheme.Solarized_DayNight" parent="Theme.ChatTheme.Solarized_Light" /> + <style name="Theme.ChatTheme.Gruvbox_DayNight" parent="Theme.ChatTheme.Gruvbox_Light" /> -</resources> \ No newline at end of file +</resources> diff --git a/app/src/main/res/values/themes_dracula.xml b/app/src/main/res/values/themes_dracula.xml index cbed35825..6d7e2d613 100644 --- a/app/src/main/res/values/themes_dracula.xml +++ b/app/src/main/res/values/themes_dracula.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_gruvbox.xml b/app/src/main/res/values/themes_gruvbox.xml index 0ddf26994..fae90a1d9 100644 --- a/app/src/main/res/values/themes_gruvbox.xml +++ b/app/src/main/res/values/themes_gruvbox.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_material.xml b/app/src/main/res/values/themes_material.xml index e79dcb798..fd44a4f63 100644 --- a/app/src/main/res/values/themes_material.xml +++ b/app/src/main/res/values/themes_material.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_quassel.xml b/app/src/main/res/values/themes_quassel.xml index d980cfe2b..57df75dd2 100644 --- a/app/src/main/res/values/themes_quassel.xml +++ b/app/src/main/res/values/themes_quassel.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_solarized.xml b/app/src/main/res/values/themes_solarized.xml index d3582f40c..257064c9f 100644 --- a/app/src/main/res/values/themes_solarized.xml +++ b/app/src/main/res/values/themes_solarized.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -12,11 +12,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/xml/backup_content.xml b/app/src/main/res/xml/backup_content.xml index 7eca143e8..cabb6c738 100644 --- a/app/src/main/res/xml/backup_content.xml +++ b/app/src/main/res/xml/backup_content.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <full-backup-content> diff --git a/app/src/main/res/xml/filepaths.xml b/app/src/main/res/xml/filepaths.xml index 84279f7b7..1fa57aeb0 100644 --- a/app/src/main/res/xml/filepaths.xml +++ b/app/src/main/res/xml/filepaths.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see <http://www.gnu.org/licenses/>. + --> + <paths> <cache-path name="crashes" diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index dd53270ce..4609d67a2 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt b/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt index ad88daca8..f1e4ed188 100644 --- a/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt +++ b/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt b/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt index 7b7735478..6488f6c13 100644 --- a/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt +++ b/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.compatibility import org.junit.Assert.assertEquals diff --git a/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt b/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt index 0aa220b82..235c9fa51 100644 --- a/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt +++ b/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.util.ui import org.junit.Assert.assertEquals diff --git a/build.gradle b/build.gradle index 8974a3fe4..a439b95c4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,10 +10,10 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 805de362e..b08bb3bc2 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/buildSrc/src/main/kotlin/FancyVersionName.kt b/buildSrc/src/main/kotlin/FancyVersionName.kt index 58ac89794..8239b41e4 100644 --- a/buildSrc/src/main/kotlin/FancyVersionName.kt +++ b/buildSrc/src/main/kotlin/FancyVersionName.kt @@ -1,3 +1,85 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + import org.gradle.api.Project fun Project.fancyVersionName(): String? { diff --git a/buildSrc/src/main/kotlin/ProjectHelper.kt b/buildSrc/src/main/kotlin/ProjectHelper.kt index 1a9f2c318..483620963 100644 --- a/buildSrc/src/main/kotlin/ProjectHelper.kt +++ b/buildSrc/src/main/kotlin/ProjectHelper.kt @@ -1,3 +1,85 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/buildSrc/src/main/kotlin/VersionContext.kt b/buildSrc/src/main/kotlin/VersionContext.kt index eb0a4facf..716cf879b 100644 --- a/buildSrc/src/main/kotlin/VersionContext.kt +++ b/buildSrc/src/main/kotlin/VersionContext.kt @@ -1,3 +1,85 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/gradle.properties b/gradle.properties index 2907ece9c..09e279809 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Quasseldroid - Quassel client for Android # -# Copyright (c) 2018 Janne Koschinski -# Copyright (c) 2018 The Quassel Project +# Copyright (c) 2019 Janne Koschinski +# Copyright (c) 2019 The Quassel Project # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3 as published @@ -9,11 +9,12 @@ # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. +# with this program. If not, see <http://www.gnu.org/licenses/>. + # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ab2e4614c..93093924f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ # Quasseldroid - Quassel client for Android # -# Copyright (c) 2018 Janne Koschinski -# Copyright (c) 2018 The Quassel Project +# Copyright (c) 2019 Janne Koschinski +# Copyright (c) 2019 The Quassel Project # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3 as published @@ -9,11 +9,11 @@ # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. +# with this program. If not, see <http://www.gnu.org/licenses/>. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java index 9181d480e..05848d171 100644 --- a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java +++ b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.annotations; diff --git a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java index 9e1a0d632..f32f7d4c9 100644 --- a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java +++ b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.annotations; diff --git a/invokergenerator/build.gradle.kts b/invokergenerator/build.gradle.kts index 793361eca..2a24b230d 100644 --- a/invokergenerator/build.gradle.kts +++ b/invokergenerator/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java b/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java index 0cb9343ff..a1fdccdba 100644 --- a/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java +++ b/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.annotations; diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 899cfa3cf..ba5d09002 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt b/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt index 2da792b93..a3d85da60 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt b/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt index bd2e3832d..21baefd98 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt b/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt index a8304f523..0194302ab 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt b/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt index 38738b973..49309a64e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt b/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt index 3ab357002..2236b83ea 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt b/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt index 64942c9be..10ea39097 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.libquassel.connection import de.kuschku.libquassel.quassel.ProtocolInfo diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt b/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt index 02be63e0c..6cfc13ae5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt b/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt index 0e4340182..06530601d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt index 41da5c712..1a39495f9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt index 140b625ec..c3d69eaac 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt index cbb205d1d..5edd06c99 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt index 2ea010373..fabfb3b4d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt index 419081905..dc4bb5d3b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt index 79a5070cf..25a7afc86 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt index 1e76924e2..68ca2d858 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt index b4d1ef984..5793b20fa 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt index 83843021d..f51ccc0f1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt index 9495b4b87..c7556067d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt index 2d6420ca5..a5274eda1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt index 9baecb08c..9e408e91d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt index f92d86da1..2d709e415 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt index 38495d0c3..4de968904 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt index 7d009867d..8823035f7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt index f6fd49899..36e271c4c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt index 756354db4..c3a7b3f50 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt index 5ac73c88f..45c8a17d5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt index aaad049c7..55f366783 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt index 2ec2ea288..bad8add1a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt index 05961c809..1c4121af8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt index 74b501176..704bc471e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt index b000d244a..c5bb53f92 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt index 6c82f0428..1d46bd7d3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt index 70669ca87..a5da9505b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt index 66140681b..83be83e01 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt index 03c336f88..9ce80879c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt index aed46878b..75e97fd24 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt index 447b23681..203b8647f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt index f7362324c..b26063c76 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt index 1f09b84b6..ab9da5837 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt index 025aa8736..0948e47c9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt index 42ba8408a..e65d56f36 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt index d82617da8..3216cd603 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt index e92917f26..39af33ca9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt index d6f4a24d4..a8432beab 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt index b9570a312..b9f267932 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt index 8d05fdca3..ecf625618 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt index 5f6616afc..0951a5d8d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt index 8f720b107..cb733a2ac 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt index 422784da3..b7d39ce82 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt index 3445fb7ae..4d1aa2a33 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt index 673056769..2b84064d9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt index efe0b6c65..eb0850e19 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt index bc8c21aad..0f84cd203 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt index 4af39ebd4..77781a5b5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt index d23a86d2d..55305124a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt index 0e8bc15f0..7d8185ffc 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt index 9bb7580c4..cff27c884 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt index d89f34bd0..96f576fb7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt index 8c1e411bd..d2d434992 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt index fc1c909ab..3cffc936b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt index 1d5284068..6cb574571 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt index d6f918de5..9fbc4839a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt index 0ca6f1472..c429bb6cf 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt index 8f2510e98..e61c88fcf 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt index 59acbf0af..1c1486be5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt index 9a646b45c..808585a4f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt index ea48853aa..9c74b6d12 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt index 3a4635f0b..41f9acbbf 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt index a8d003b56..0602b04d6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt index eacfe1afb..e5e6c4257 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt index 133d295ae..c29c41d15 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt index d1b6e2519..445783902 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt index d111394cc..0f50ef1e8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables @@ -97,8 +97,8 @@ class BacklogManager( messages: QVariantList) { val list = messages.mapNotNull<QVariant_, Message>(QVariant_::value) if (loadingFiltered.remove(bufferId)?.invoke(list) != false) { - log(DEBUG, "BacklogManager", "storeMessages(${list.size})") - backlogStorage.storeMessages(session, list) + log(DEBUG, "BacklogManager", "storeMessages(${list.size})") + backlogStorage.storeMessages(session, list) } } diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt index 235aa911c..9d431723a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt index c4b7ed841..6dbda7b42 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt index 83979dfbd..179c60127 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt index 915362d05..fdf6bc6d7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt index ec971f43f..5f08c2587 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables @@ -74,6 +74,7 @@ class CoreInfo constructor( } ?: emptyList() ) } + fun liveInfo() = live_coreData.map { info() } private val live_coreData = BehaviorSubject.createDefault(Unit) diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt index 03312f7d5..db0e69672 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt index 4cff05de4..cd4b9121b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt index 98909708c..e036e1d77 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt index 1c21378bf..132e6d9b3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt index 7c2ad2d59..34883177f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt index 450780ea5..2dcf48ab3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt index f57ba8861..77259f0f6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt index beb5805bd..877a4acf4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt index d54008ee8..4bd77a543 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt index de985864f..b106c9b09 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt index d9a4147a1..28dde433e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt index d45b8d48e..97a4428e1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt index 8fac34a30..f7b83e55c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt index 9f365d7a8..919fb860f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt index efa67205d..d779e9c5e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt index e2b4b9b0d..72b93b6d4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt index bb3354b43..9f81cd271 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt index 8249284e7..bd71153e0 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt index c4b6d194c..ba79847e4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt index a98764eba..dc05691ee 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt index 46c732652..9760afdbd 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt index e413a26dd..e829187dd 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt index deca805f4..8f1285cba 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt index f18c6f546..78e407c71 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt index 7cdd5b007..48a86930c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt index 5e5141609..f21a11950 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt index 2648d9da0..4767dce00 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt index 659b9286c..dd493d8f8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt index 5f75128bf..a37688f67 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt index dcf5bcd46..bf24b1bd8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt index 71b76bc1e..b5e6f95f1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt index 30d41fc58..0d852d54b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces.invokers diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt index 714461b05..f10966a75 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces.invokers diff --git a/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt b/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt index d7fd682b2..7c589533c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt b/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt index bc5693714..abf869f3d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt b/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt index e122de5c0..74c703b36 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/Error.kt b/lib/src/main/java/de/kuschku/libquassel/session/Error.kt index 6f1e7b4f0..0461ee6d3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/Error.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/Error.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt b/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt index 966f666e0..d3f8e9499 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.libquassel.session import de.kuschku.libquassel.protocol.message.SignalProxyMessage diff --git a/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt b/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt index 4f1e51cd7..debab392d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt b/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt index 76f32a5b9..d158b27e6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.libquassel.session import de.kuschku.libquassel.protocol.message.SignalProxyMessage diff --git a/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt b/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt index 128a270fe..ac07a3663 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt b/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt index a1a753c03..79630f842 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt b/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt index 57f99ae94..6fd36247f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/Session.kt b/lib/src/main/java/de/kuschku/libquassel/session/Session.kt index 9f9867bda..84ab01c34 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/Session.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/Session.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt b/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt index 4c7d4448b..091393d89 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt b/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt index 0e90f6805..fb563a0cd 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt b/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt index 49fb1eb70..c63631db5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt b/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt index 9b705d094..2ae52eb90 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.libquassel.util import de.kuschku.libquassel.util.compatibility.LoggingHandler.Companion.log diff --git a/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt b/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt index cab046bf9..79ae92142 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt index 9caa43b76..663c9ab7b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt index a6e32d18a..36d4939f5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt index d21dfaf78..81af4b791 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt index 70eadacc9..737c14130 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt index 23041f101..e7ba73af3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility.reference diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt index 0a28ca9c6..08da6f1c4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility.reference diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt index ddc8828eb..29ed50ee9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility.reference diff --git a/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt b/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt index 855203131..2c4655efd 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.flag diff --git a/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt b/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt index 795ededee..5e6e068a3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.flag diff --git a/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt b/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt index ba34396ee..69aeaf98f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.flag diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt index 1059c8a6e..eac352e8d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt index 59f8f59fb..0cad4c36f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt index 411544408..88ca0e7d6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt index 5357e6741..1c1605814 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt index 20e01930a..0b5620c83 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt index 5b8122bbc..310b5effc 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt index 38b88fe39..30ee8c52a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt index d3878fda0..59d3e7fdc 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt index f4156afa7..5828730ba 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.irc diff --git a/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt b/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt index ab9bddfb4..b551bb2a2 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.irc diff --git a/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt b/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt index 6c5da692e..84f0af817 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.irc diff --git a/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt b/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt index 231959cb3..890db8e5d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.nio diff --git a/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt b/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt index 972ff2ff7..9c8bbaf72 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.nio diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt index 80b7037c1..4f8cc8b24 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt index cdb2167c2..124f46083 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt index 2f2563c95..f8378916c 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt index 2f7e5a7c9..8892bbfdc 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt index d9310f03e..4cc17c512 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt index 594cfbae1..761fcc6ef 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt index 77cd94ea4..b28075ee0 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt index 7ae9c5e12..e69e7231f 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt index 5f28aff0f..9f874a2e2 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt index 45c250df5..983f13056 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt index 0518d7546..f17fc1982 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt index 0fe36d65c..0113ffaab 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt index c06a5100c..517945997 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt index 9f69e5be9..902e30f19 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt index 52498bcb9..260fd485e 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt index c48c74127..e68af217b 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt index cdb95d63c..681f522ea 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt index 8d276ac50..1be9bb428 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt index 630ae31f4..6176c8e37 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt b/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt index 96e62fbde..8a34ab6de 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.libquassel.util import org.junit.Assert.* diff --git a/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt b/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt index 3e56347c8..0f71164b6 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt b/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt index d3e5afea0..ea1ade487 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt b/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt index e227b110a..d3cd088d8 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.libquassel.util.irc import org.junit.Assert.assertEquals diff --git a/lib/src/test/resources/logging.properties b/lib/src/test/resources/logging.properties index 7ce19642b..42d358a84 100644 --- a/lib/src/test/resources/logging.properties +++ b/lib/src/test/resources/logging.properties @@ -1,7 +1,7 @@ # Quasseldroid - Quassel client for Android # -# Copyright (c) 2018 Janne Koschinski -# Copyright (c) 2018 The Quassel Project +# Copyright (c) 2019 Janne Koschinski +# Copyright (c) 2019 The Quassel Project # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3 as published @@ -9,11 +9,11 @@ # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. +# with this program. If not, see <http://www.gnu.org/licenses/>. handlers=java.util.logging.ConsoleHandler config= .level=ALL diff --git a/lifecycle-ktx/build.gradle.kts b/lifecycle-ktx/build.gradle.kts index b4c6c6af5..527e51fe8 100644 --- a/lifecycle-ktx/build.gradle.kts +++ b/lifecycle-ktx/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java b/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java index a241b6696..e0a9201eb 100644 --- a/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java +++ b/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package androidx.lifecycle; diff --git a/lint.xml b/lint.xml index c9a8cdd98..ba57de04c 100644 --- a/lint.xml +++ b/lint.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <lint> diff --git a/malheur/src/main/AndroidManifest.xml b/malheur/src/main/AndroidManifest.xml index c6e75ef3d..8e8db066f 100644 --- a/malheur/src/main/AndroidManifest.xml +++ b/malheur/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest package="de.kuschku.malheur" /> diff --git a/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt b/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt index 2a0ae463d..ad41d80f6 100644 --- a/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt +++ b/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur diff --git a/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt b/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt index 32afbe1fd..b78431d9c 100644 --- a/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt +++ b/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt index 8524a215a..1afa49239 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt index 497451d44..c5725752b 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt index 6d8e6b1b6..0c3c20e17 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt index 1fea0884b..481633dda 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt index 556aedf42..fb2dd9f0b 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt index 16955d8f6..607baea2f 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt index a244fd3cb..581bc015d 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt index 9cbd564d2..4bb5abd2b 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt index 8356ace34..495fd14f1 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt index fff952c0b..6931641ab 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt index f9911cdd9..994ff8fd3 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt index 7b4cd87bf..2c65ffcfe 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt index af42924dc..6526fffad 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt index 97c7ec3c3..6cfb2e687 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt index 764b8f287..90856e585 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt index 8181bf476..35b823c98 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt index 03330d67d..cbd884469 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt index 75c3e4e49..dde362186 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt index 2c2526518..4dada0d74 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt index 51a8a9d3f..7f8bc7d4f 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt index 06279c7e8..c816bed5c 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt index ec93d256e..71e00da72 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt index c8c9aa9d6..6435f5dee 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt index 4ef15d742..96196eae7 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt index 33d456e58..abb04c80a 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/Report.kt b/malheur/src/main/java/de/kuschku/malheur/data/Report.kt index 6183690c4..5f9986c5a 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/Report.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/Report.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt index ca3ed7175..6cd764b69 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt index 99bf416ed..54f96678e 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt b/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt index 430429ca4..dbf51bf0a 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt b/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt index 5dea749f5..7df57f8bc 100644 --- a/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt +++ b/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.util diff --git a/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt b/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt index aba58eaa5..94c860047 100644 --- a/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt +++ b/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.util diff --git a/persistence/src/main/AndroidManifest.xml b/persistence/src/main/AndroidManifest.xml index 200c154a3..cc77cac78 100644 --- a/persistence/src/main/AndroidManifest.xml +++ b/persistence/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest package="de.kuschku.quasseldroid.persistence" /> diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt index 83a371d18..08d2df171 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt index 3f989879d..fe370442c 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt index 5f8d4f5f8..2a678258e 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + package de.kuschku.quasseldroid.persistence import androidx.room.TypeConverter diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt index 241d12bb3..1416124c1 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt index c41b55af1..58a2f15e0 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/settings.gradle b/settings.gradle index 68b525eeb..919e4870e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ include ':invokerannotations', ':lifecycle-ktx', diff --git a/viewmodel/src/main/AndroidManifest.xml b/viewmodel/src/main/AndroidManifest.xml index 2b88bf9df..e36c29d4b 100644 --- a/viewmodel/src/main/AndroidManifest.xml +++ b/viewmodel/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 The Quassel Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest package="de.kuschku.quasseldroid.viewmodel" /> diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt index e04a14afd..da9b90af2 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt index c6a3e36d5..c0073c307 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt index f75726536..bb2e110d5 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt index c531de604..192a8da91 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt index 53e44b93b..260814b3d 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt index 8c8303646..99d2097b4 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt index 9a247f6db..c690828d0 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt index 24dc36524..75a799c42 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt index def5d7f01..56e3c8fce 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt index be6084b1d..47c69a6a0 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt index 354f7b742..0fb352bd8 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt index b98f08939..e29d9ff6c 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt index e9b5613e7..73fad333b 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt index 8f88b84f3..1c69bc98c 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt index d421d199e..daaecc32d 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 The Quassel Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -10,11 +10,11 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data -- GitLab