From 2f633c04a60a75fbdbfc4768be80a76de1c5174f Mon Sep 17 00:00:00 2001 From: Justin Biggs Date: Wed, 11 Sep 2019 19:50:26 -0500 Subject: [PATCH 01/16] #1429 standardise copyright across project --- .../org/kiwix/kiwixmobile/data/local/dao/BookmarksDao.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookmarksDao.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookmarksDao.java index 1a794b163..f0a39cd0d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookmarksDao.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookmarksDao.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.dao; From acbf02e49f50328a03476de77df0d8b875f5928c Mon Sep 17 00:00:00 2001 From: Justin Biggs Date: Wed, 11 Sep 2019 20:05:13 -0500 Subject: [PATCH 02/16] #1429 standardise copyright across project --- app/build.gradle | 18 +++++++++++ app/lint-baseline.xml | 18 +++++++++++ app/src/androidTest/AndroidManifest.xml | 18 +++++++++++ app/src/androidTest/java/DebugFunctions.kt | 4 +-- .../org/kiwix/kiwixmobile/BaseActivityTest.kt | 18 +++++++++++ .../java/org/kiwix/kiwixmobile/BaseRobot.kt | 18 +++++++++++ .../org/kiwix/kiwixmobile/DownloadTest.java | 4 +-- .../java/org/kiwix/kiwixmobile/Findable.kt | 18 +++++++++++ .../org/kiwix/kiwixmobile/KiwixMockServer.kt | 18 +++++++++++ .../org/kiwix/kiwixmobile/NetworkTest.java | 4 +-- .../java/org/kiwix/kiwixmobile/ZimTest.java | 4 +-- .../bookmark/BookmarksActivityTest.java | 18 +++++++++++ .../data/local/KiwixDatabaseTest.java | 19 ++++++------ .../data/local/dao/BookDaoTest.java | 18 +++++++++++ .../data/local/dao/RecentSearchDaoTest.java | 18 +++++++++++ .../di/components/TestComponent.kt | 4 +-- .../kiwixmobile/di/modules/TestJNIModule.java | 4 +-- .../di/modules/TestNetworkModule.kt | 4 +-- .../kiwixmobile/help/HelpActivityTest.kt | 4 +-- .../org/kiwix/kiwixmobile/help/HelpRobot.kt | 4 +-- .../kiwixmobile/intro/IntroActivityTest.kt | 4 +-- .../org/kiwix/kiwixmobile/intro/IntroRobot.kt | 18 +++++++++++ .../language/LanguageActivityTest.java | 4 +-- .../kiwixmobile/language/LanguageRobot.kt | 18 +++++++++++ .../kiwixmobile/main/MainActivityTest.java | 4 +-- .../org/kiwix/kiwixmobile/main/MainRobot.kt | 4 +-- .../search/SearchActivityTest.java | 18 +++++++++++ .../settings/KiwixSettingsActivityTest.java | 7 +++-- .../splash/SplashActivityTest.java | 4 +-- .../kiwix/kiwixmobile/testutils/Matcher.java | 18 +++++++++++ .../kiwixmobile/testutils/TestUtils.java | 4 +-- .../kiwixmobile/testutils/ViewActions.java | 18 +++++++++++ .../org/kiwix/kiwixmobile/utils/IOUtils.java | 19 ++++++------ .../utils/KiwixIdlingResource.java | 4 +-- .../utils/RecyclerViewItemCountAssertion.java | 4 +-- .../kiwixmobile/utils/StandardActions.java | 4 +-- .../files/FileUtilsInstrumentationTest.java | 18 +++++++++++ .../zim_manager/ZimManageActivityTest.kt | 18 +++++++++++ .../kiwixmobile/zim_manager/ZimManageRobot.kt | 4 +-- app/src/androidTest/resources/library.xml | 18 +++++++++++ app/src/customexample/AndroidManifest.xml | 18 +++++++++++ app/src/customexample/build.gradle | 18 +++++++++++ app/src/customexample/res/values/strings.xml | 20 +++++++++++- app/src/main/AndroidManifest.xml | 18 +++++++++++ app/src/main/assets/credits.html | 18 +++++++++++ app/src/main/assets/home.html | 18 +++++++++++ .../java/eu/mhutti1/utils/storage/Bytes.kt | 4 +-- .../eu/mhutti1/utils/storage/ExternalPaths.kt | 19 ++++++------ .../eu/mhutti1/utils/storage/StorageDevice.kt | 19 ++++++------ .../utils/storage/StorageDeviceUtils.kt | 19 ++++++------ .../storage/StorageSelectArrayAdapter.kt | 19 ++++++------ .../utils/storage/StorageSelectDialog.kt | 19 ++++++------ .../kiwix/kiwixmobile/KiwixApplication.java | 4 +-- .../org/kiwix/kiwixmobile/KiwixBuildConfig.kt | 18 +++++++++++ .../kiwixmobile/KiwixViewModelFactory.java | 23 +++++++------- .../kiwix/kiwixmobile/base/BaseActivity.java | 4 +-- .../kiwix/kiwixmobile/base/BaseContract.java | 20 +++++++++++- .../kiwix/kiwixmobile/base/BaseFragment.kt | 18 +++++++++++ .../kiwix/kiwixmobile/base/BasePresenter.java | 4 +-- .../kiwixmobile/bookmark/BookmarkItem.kt | 18 +++++++++++ .../bookmark/BookmarksActivity.java | 18 +++++++++++ .../bookmark/BookmarksAdapter.java | 18 +++++++++++ .../bookmark/BookmarksContract.java | 18 +++++++++++ .../kiwixmobile/bookmark/BookmarksModule.java | 18 +++++++++++ .../bookmark/BookmarksPresenter.java | 18 +++++++++++ .../kiwix/kiwixmobile/data/DataModule.java | 18 +++++++++++ .../kiwix/kiwixmobile/data/DataSource.java | 18 +++++++++++ .../org/kiwix/kiwixmobile/data/Repository.kt | 18 +++++++++++ .../kiwixmobile/data/ZimContentProvider.java | 19 ++++++------ .../kiwixmobile/data/local/KiwixDatabase.java | 19 ++++++------ .../kiwixmobile/data/local/dao/BookDao.java | 4 +-- .../data/local/dao/NetworkLanguageDao.java | 19 ++++++------ .../data/local/dao/RecentSearchDao.java | 4 +-- .../data/local/entity/BookDataSource.java | 19 ++++++------ .../data/local/entity/BookmarksSpec.java | 4 +-- .../data/local/entity/LibraryDataSource.java | 19 ++++++------ .../local/entity/NetworkLanguageSpec.java | 19 ++++++------ .../data/local/entity/RecentSearchSpec.java | 4 +-- .../kiwixmobile/data/remote/KiwixService.java | 4 +-- .../data/remote/UserAgentInterceptor.java | 4 +-- .../database/newdb/dao/FetchDownloadDao.kt | 4 +-- .../database/newdb/dao/HistoryDao.kt | 4 +-- .../database/newdb/dao/NewBookDao.kt | 4 +-- .../database/newdb/dao/NewBookmarksDao.kt | 4 +-- .../database/newdb/dao/NewLanguagesDao.kt | 4 +-- .../database/newdb/dao/NewRecentSearchDao.kt | 4 +-- .../newdb/entities/BookOnDiskEntity.kt | 18 +++++++++++ .../database/newdb/entities/BookmarkEntity.kt | 4 +-- .../newdb/entities/FetchDownloadEntity.kt | 4 +-- .../database/newdb/entities/HistoryEntity.kt | 4 +-- .../database/newdb/entities/LanguageEntity.kt | 18 +++++++++++ .../newdb/entities/RecentSearchEntity.kt | 4 +-- .../org/kiwix/kiwixmobile/di/PerActivity.java | 4 +-- .../org/kiwix/kiwixmobile/di/ServiceScope.kt | 4 +-- .../kiwix/kiwixmobile/di/ViewModelKey.java | 25 ++++++++------- .../di/components/ActivityComponent.kt | 4 +-- .../di/components/ApplicationComponent.java | 4 +-- .../di/components/ServiceComponent.kt | 18 +++++++++++ .../di/modules/ActivityBindingModule.java | 18 +++++++++++ .../kiwixmobile/di/modules/ActivityModule.kt | 4 +-- .../di/modules/ApplicationModule.java | 4 +-- .../kiwixmobile/di/modules/DatabaseModule.kt | 4 +-- .../di/modules/DownloaderModule.kt | 4 +-- .../kiwixmobile/di/modules/JNIModule.java | 4 +-- .../kiwixmobile/di/modules/NetworkModule.java | 4 +-- .../kiwixmobile/di/modules/ServiceModule.kt | 18 +++++++++++ .../kiwixmobile/di/modules/ViewModelModule.kt | 18 +++++++++++ .../di/qualifiers/Computation.java | 18 +++++++++++ .../kiwix/kiwixmobile/di/qualifiers/IO.java | 18 +++++++++++ .../kiwixmobile/di/qualifiers/MainThread.java | 18 +++++++++++ .../kiwix/kiwixmobile/downloader/Chunk.java | 4 +-- .../kiwixmobile/downloader/ChunkUtils.java | 4 +-- .../kiwixmobile/downloader/DownloadAdapter.kt | 4 +-- .../downloader/DownloadFragment.kt | 4 +-- .../downloader/DownloadIntent.java | 4 +-- .../kiwixmobile/downloader/DownloadMonitor.kt | 4 +-- .../downloader/DownloadRequester.kt | 4 +-- .../downloader/DownloadViewHolder.kt | 4 +-- .../kiwixmobile/downloader/Downloader.kt | 4 +-- .../kiwixmobile/downloader/DownloaderImpl.kt | 4 +-- .../downloader/fetch/FetchDownloadMonitor.kt | 4 +-- .../fetch/FetchDownloadNotificationManager.kt | 4 +-- .../fetch/FetchDownloadRequester.kt | 4 +-- .../downloader/model/Base64String.kt | 18 +++++++++++ .../downloader/model/DownloadItem.kt | 4 +-- .../downloader/model/DownloadModel.kt | 4 +-- .../downloader/model/DownloadRequest.kt | 4 +-- .../kiwixmobile/downloader/model/Seconds.kt | 18 +++++++++++ .../kiwixmobile/error/ErrorActivity.java | 18 +++++++++++ .../extensions/ActivityExtensions.kt | 18 +++++++++++ .../kiwixmobile/extensions/BookExtensions.kt | 18 +++++++++++ .../ConnectivityManagerExtensions.kt | 18 +++++++++++ .../extensions/ContextExtensions.kt | 18 +++++++++++ .../extensions/CursorExtensions.kt | 4 +-- .../extensions/ImageViewExtensions.kt | 18 +++++++++++ .../extensions/TextViewExtensions.kt | 18 +++++++++++ .../kiwixmobile/extensions/ViewExtensions.kt | 18 +++++++++++ .../extensions/ViewGroupExtensions.kt | 4 +-- .../kiwix/kiwixmobile/help/HelpActivity.java | 4 +-- .../kiwix/kiwixmobile/help/HelpAdapter.java | 18 +++++++++++ .../kiwixmobile/history/HistoryActivity.java | 18 +++++++++++ .../kiwixmobile/history/HistoryAdapter.java | 18 +++++++++++ .../kiwixmobile/history/HistoryContract.java | 18 +++++++++++ .../kiwixmobile/history/HistoryListItem.kt | 4 +-- .../kiwixmobile/history/HistoryModule.java | 18 +++++++++++ .../kiwixmobile/history/HistoryPresenter.java | 18 +++++++++++ .../kiwixmobile/intro/CustomViewPager.java | 18 +++++++++++ .../kiwixmobile/intro/IntroActivity.java | 18 +++++++++++ .../kiwixmobile/intro/IntroContract.java | 18 +++++++++++ .../kiwix/kiwixmobile/intro/IntroModule.java | 18 +++++++++++ .../kiwixmobile/intro/IntroPagerAdapter.java | 18 +++++++++++ .../kiwixmobile/intro/IntroPresenter.java | 18 +++++++++++ .../kiwixmobile/language/LanguageActivity.kt | 18 +++++++++++ .../language/adapter/LanguageAdapter.kt | 4 +-- .../language/adapter/LanguageDelegate.kt | 18 +++++++++++ .../language/adapter/LanguageListItem.kt | 18 +++++++++++ .../adapter/LanguageListViewHolder.kt | 18 +++++++++++ .../kiwixmobile/language/viewmodel/Action.kt | 18 +++++++++++ .../language/viewmodel/LanguageViewModel.kt | 18 +++++++++++ .../viewmodel/SaveLanguagesAndFinish.kt | 4 +-- .../kiwixmobile/language/viewmodel/State.kt | 18 +++++++++++ .../library/entity/LibraryNetworkEntity.java | 19 ++++++------ .../library/entity/MetaLinkNetworkEntity.java | 4 +-- .../kiwix/kiwixmobile/main/AddNoteDialog.java | 18 +++++++++++ .../kiwixmobile/main/AnimatedProgressBar.java | 4 +-- .../main/CompatFindActionModeCallback.java | 19 ++++++------ .../main/ConfirmationAlertDialogFragment.java | 18 +++++++++++ .../kiwixmobile/main/DocumentParser.java | 4 +-- .../kiwix/kiwixmobile/main/FileReader.java | 4 +-- .../kiwixmobile/main/KiwixSearchWidget.java | 19 ++++++------ .../kiwixmobile/main/KiwixTextToSpeech.java | 4 +-- .../main/KiwixWebChromeClient.java | 4 +-- .../kiwix/kiwixmobile/main/KiwixWebView.java | 19 ++++++------ .../kiwixmobile/main/KiwixWebViewClient.java | 4 +-- .../kiwix/kiwixmobile/main/MainActivity.java | 19 ++++++------ .../kiwix/kiwixmobile/main/MainContract.java | 18 +++++++++++ .../kiwix/kiwixmobile/main/MainModule.java | 18 +++++++++++ .../kiwix/kiwixmobile/main/MainPresenter.java | 18 +++++++++++ .../main/OnSwipeTouchListener.java | 18 +++++++++++ .../kiwixmobile/main/RateAppCounter.java | 19 ++++++------ .../kiwixmobile/main/TableDrawerAdapter.java | 4 +-- .../kiwix/kiwixmobile/main/TabsAdapter.java | 4 +-- .../main/ToolbarScrollingKiwixWebView.java | 19 ++++++------ .../main/ToolbarStaticKiwixWebView.java | 4 +-- .../kiwixmobile/main/WebViewCallback.java | 4 +-- .../search/AutoCompleteAdapter.java | 4 +-- .../kiwixmobile/search/SearchActivity.java | 4 +-- .../kiwixmobile/search/SearchPresenter.java | 4 +-- .../search/SearchViewCallback.java | 4 +-- .../settings/CustomSwitchPreference.java | 19 ++++++------ .../settings/KiwixSettingsActivity.java | 19 ++++++------ .../kiwixmobile/settings/PrefsFragment.java | 18 +++++++++++ .../settings/SettingsContract.java | 18 +++++++++++ .../settings/SettingsPresenter.java | 18 +++++++++++ .../settings/SliderPreference.java | 4 +-- .../kiwixmobile/settings/StorageCalculator.kt | 18 +++++++++++ .../kiwixmobile/splash/SplashActivity.java | 4 +-- .../kiwixmobile/utils/AlertDialogShower.kt | 18 +++++++++++ .../kiwixmobile/utils/AnimationUtils.java | 18 +++++++++++ .../kiwix/kiwixmobile/utils/BookUtils.java | 4 +-- .../kiwix/kiwixmobile/utils/Constants.java | 4 +-- .../kiwix/kiwixmobile/utils/DialogShower.kt | 4 +-- .../kiwix/kiwixmobile/utils/DimenUtils.java | 4 +-- .../org/kiwix/kiwixmobile/utils/ImageUtils.kt | 18 +++++++++++ .../kiwix/kiwixmobile/utils/KiwixDialog.kt | 18 +++++++++++ .../kiwixmobile/utils/LanguageContainer.kt | 18 +++++++++++ .../kiwix/kiwixmobile/utils/LanguageUtils.kt | 19 ++++++------ .../kiwix/kiwixmobile/utils/NetworkUtils.java | 4 +-- .../kiwix/kiwixmobile/utils/ServerUtils.java | 18 +++++++++++ .../utils/SharedPreferenceUtil.java | 18 +++++++++++ .../kiwix/kiwixmobile/utils/StorageUtils.java | 4 +-- .../kiwix/kiwixmobile/utils/StyleUtils.java | 19 ++++++------ .../kiwix/kiwixmobile/utils/TestingUtils.java | 4 +-- .../kiwix/kiwixmobile/utils/UpdateUtils.java | 18 +++++++++++ .../kiwixmobile/utils/files/FileSearch.kt | 19 ++++++------ .../kiwixmobile/utils/files/FileUtils.kt | 4 +-- .../webserver/LocationCallbacks.java | 20 +++++++++++- .../webserver/LocationServicesHelper.java | 18 +++++++++++ .../webserver/WebServerHelper.java | 18 +++++++++++ .../webserver/ZimHostActivity.java | 18 +++++++++++ .../webserver/ZimHostCallbacks.java | 18 +++++++++++ .../webserver/ZimHostContract.java | 18 +++++++++++ .../kiwixmobile/webserver/ZimHostModule.java | 18 +++++++++++ .../webserver/ZimHostPresenter.java | 18 +++++++++++ .../HotspotNotificationManager.java | 18 +++++++++++ .../wifi_hotspot/HotspotService.java | 18 +++++++++++ .../wifi_hotspot/HotspotStateListener.java | 18 +++++++++++ .../wifi_hotspot/IpAddressCallbacks.java | 20 +++++++++++- .../wifi_hotspot/WifiHotspotManager.java | 18 +++++++++++ .../zim_manager/BaseBroadcastReceiver.kt | 18 +++++++++++ .../ConnectivityBroadcastReceiver.kt | 18 +++++++++++ .../zim_manager/DefaultLanguageProvider.kt | 18 +++++++++++ .../kiwixmobile/zim_manager/Fat32Checker.kt | 4 +-- .../kiwix/kiwixmobile/zim_manager/KiloByte.kt | 18 +++++++++++ .../kiwix/kiwixmobile/zim_manager/Language.kt | 18 +++++++++++ .../kiwixmobile/zim_manager/NetworkState.kt | 18 +++++++++++ .../zim_manager/SectionsPagerAdapter.kt | 4 +-- .../zim_manager/SimplePageChangeListener.kt | 18 +++++++++++ .../zim_manager/SimpleTextListener.kt | 18 +++++++++++ .../zim_manager/ZimManageActivity.kt | 4 +-- .../zim_manager/ZimManageViewModel.kt | 4 +-- .../fileselect_view/ArticleCount.kt | 18 +++++++++++ .../fileselect_view/FileSelectListState.kt | 4 +-- .../fileselect_view/StorageObserver.kt | 18 +++++++++++ .../fileselect_view/ZimFileSelectFragment.kt | 19 ++++++------ .../adapter/BookOnDiskDelegate.kt | 4 +-- .../adapter/BooksOnDiskAdapter.kt | 18 +++++++++++ .../adapter/BooksOnDiskListItem.kt | 18 +++++++++++ .../adapter/BooksOnDiskViewHolder.kt | 18 +++++++++++ .../fileselect_view/effects/DeleteFiles.kt | 18 +++++++++++ .../fileselect_view/effects/None.kt | 18 +++++++++++ .../fileselect_view/effects/OpenFile.kt | 4 +-- .../fileselect_view/effects/ShareFiles.kt | 18 +++++++++++ .../fileselect_view/effects/SideEffect.kt | 4 +-- .../effects/StartMultiSelection.kt | 18 +++++++++++ .../library_view/LibraryFragment.kt | 4 +-- .../library_view/LibraryViewCallback.java | 4 +-- .../library_view/adapter/LibraryAdapter.kt | 19 ++++++------ .../library_view/adapter/LibraryDelegate.kt | 4 +-- .../library_view/adapter/LibraryListItem.kt | 18 +++++++++++ .../library_view/adapter/LibraryViewHolder.kt | 18 +++++++++++ .../adapter/base/AbsDelegateAdapter.kt | 18 +++++++++++ .../adapter/base/AdapterDelegate.kt | 18 +++++++++++ .../adapter/base/AdapterDelegateManager.kt | 18 +++++++++++ .../adapter/base/BaseDelegateAdapter.kt | 4 +-- .../adapter/base/BaseViewHolder.kt | 18 +++++++++++ .../local_file_transfer/FileItem.java | 18 +++++++++++ .../local_file_transfer/FileListAdapter.java | 18 +++++++++++ .../KiwixWifiP2pBroadcastReceiver.java | 18 +++++++++++ .../LocalFileTransferActivity.java | 18 +++++++++++ .../PeerGroupHandshakeAsyncTask.java | 18 +++++++++++ .../ReceiverDeviceAsyncTask.java | 18 +++++++++++ .../SenderDeviceAsyncTask.java | 18 +++++++++++ .../WifiDirectManager.java | 18 +++++++++++ .../WifiPeerListAdapter.java | 18 +++++++++++ app/src/main/res/anim/fade_in.xml | 18 +++++++++++ app/src/main/res/anim/fade_out.xml | 18 +++++++++++ .../color/material_dark_foreground_hint.xml | 28 ++++++++++------- .../main/res/drawable/action_find_next.xml | 18 +++++++++++ .../res/drawable/action_find_previous.xml | 18 +++++++++++ app/src/main/res/drawable/action_home.xml | 18 +++++++++++ .../main/res/drawable/action_open_file.xml | 18 +++++++++++ .../res/drawable/action_randomarticle.xml | 18 +++++++++++ app/src/main/res/drawable/action_search.xml | 18 +++++++++++ app/src/main/res/drawable/action_voice.xml | 18 +++++++++++ .../main/res/drawable/baseline_share_24.xml | 18 +++++++++++ .../res/drawable/border_label_picture.xml | 18 +++++++++++ .../main/res/drawable/border_label_video.xml | 18 +++++++++++ .../main/res/drawable/border_tab_switcher.xml | 18 +++++++++++ app/src/main/res/drawable/fullscreen_exit.xml | 18 +++++++++++ app/src/main/res/drawable/ic_action_back.xml | 18 +++++++++++ .../main/res/drawable/ic_action_delete.xml | 18 +++++++++++ .../main/res/drawable/ic_action_forward.xml | 18 +++++++++++ app/src/main/res/drawable/ic_action_plus.xml | 18 +++++++++++ .../main/res/drawable/ic_add_blue_24dp.xml | 18 +++++++++++ app/src/main/res/drawable/ic_add_note.xml | 18 +++++++++++ app/src/main/res/drawable/ic_airplane.xml | 18 +++++++++++ .../res/drawable/ic_baseline_check_24px.xml | 18 +++++++++++ .../res/drawable/ic_baseline_error_24px.xml | 18 +++++++++++ .../ic_baseline_mobile_screen_share_24px.xml | 18 +++++++++++ .../res/drawable/ic_baseline_wait_24px.xml | 18 +++++++++++ .../main/res/drawable/ic_bookmark_24dp.xml | 18 +++++++++++ .../res/drawable/ic_bookmark_border_24dp.xml | 18 +++++++++++ .../drawable/ic_check_circle_blue_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_check_white_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_clear_white_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_close_black_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_close_white_24dp.xml | 18 +++++++++++ .../res/drawable/ic_delete_white_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_done_white_24dp.xml | 18 +++++++++++ .../res/drawable/ic_feedback_blue_24dp.xml | 18 +++++++++++ .../drawable/ic_file_download_blue_24dp.xml | 18 +++++++++++ .../drawable/ic_keyboard_arrow_left_24dp.xml | 18 +++++++++++ .../drawable/ic_keyboard_arrow_right_24dp.xml | 18 +++++++++++ .../res/drawable/ic_language_white_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_mic_black_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_pause_black_24dp.xml | 18 +++++++++++ .../res/drawable/ic_round_add_white_36dp.xml | 19 ++++++------ app/src/main/res/drawable/ic_save.xml | 18 +++++++++++ .../res/drawable/ic_shortcut_get_content.xml | 18 +++++++++++ .../main/res/drawable/ic_shortcut_new_tab.xml | 18 +++++++++++ .../main/res/drawable/ic_stars_black_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_stop_black_24dp.xml | 18 +++++++++++ app/src/main/res/drawable/ic_toc_24dp.xml | 18 +++++++++++ .../main/res/drawable/ic_warning_black.xml | 18 +++++++++++ .../main/res/drawable/ic_warning_white.xml | 18 +++++++++++ app/src/main/res/drawable/icon_question.xml | 18 +++++++++++ app/src/main/res/drawable/launch_screen.xml | 18 +++++++++++ app/src/main/res/drawable/list_bg.xml | 18 +++++++++++ app/src/main/res/drawable/list_bg_light.xml | 18 +++++++++++ .../drawable/scrollbar_handle_vertical.xml | 18 +++++++++++ .../res/drawable/search_widget_background.xml | 18 +++++++++++ .../main/res/layout/activity_bookmarks.xml | 18 +++++++++++ app/src/main/res/layout/activity_help.xml | 18 +++++++++++ app/src/main/res/layout/activity_history.xml | 18 +++++++++++ app/src/main/res/layout/activity_intro.xml | 18 +++++++++++ .../main/res/layout/activity_kiwix_error.xml | 18 +++++++++++ app/src/main/res/layout/activity_language.xml | 18 +++++++++++ app/src/main/res/layout/activity_library.xml | 18 +++++++++++ .../layout/activity_local_file_transfer.xml | 18 +++++++++++ app/src/main/res/layout/activity_main.xml | 18 +++++++++++ app/src/main/res/layout/activity_zim_host.xml | 18 +++++++++++ app/src/main/res/layout/bottom_toolbar.xml | 18 +++++++++++ app/src/main/res/layout/content_main.xml | 18 +++++++++++ app/src/main/res/layout/credits_webview.xml | 18 +++++++++++ app/src/main/res/layout/device_item.xml | 18 +++++++++++ app/src/main/res/layout/dialog_add_note.xml | 18 +++++++++++ app/src/main/res/layout/download_item.xml | 18 +++++++++++ app/src/main/res/layout/drawer_right.xml | 18 +++++++++++ app/src/main/res/layout/header_date.xml | 18 +++++++++++ app/src/main/res/layout/header_language.xml | 18 +++++++++++ app/src/main/res/layout/ic_tab_switcher.xml | 18 +++++++++++ app/src/main/res/layout/item_book.xml | 18 +++++++++++ .../main/res/layout/item_bookmark_history.xml | 18 +++++++++++ app/src/main/res/layout/item_help.xml | 18 +++++++++++ app/src/main/res/layout/item_intro_1.xml | 18 +++++++++++ app/src/main/res/layout/item_intro_2.xml | 18 +++++++++++ app/src/main/res/layout/item_language.xml | 18 +++++++++++ .../main/res/layout/item_transfer_list.xml | 18 +++++++++++ .../main/res/layout/kiwix_search_widget.xml | 18 +++++++++++ .../res/layout/layout_download_management.xml | 18 +++++++++++ app/src/main/res/layout/library_divider.xml | 18 +++++++++++ app/src/main/res/layout/library_item.xml | 18 +++++++++++ app/src/main/res/layout/progress_bar.xml | 18 +++++++++++ app/src/main/res/layout/row_peer_device.xml | 18 +++++++++++ app/src/main/res/layout/search.xml | 18 +++++++++++ app/src/main/res/layout/section_list.xml | 18 +++++++++++ app/src/main/res/layout/settings.xml | 18 +++++++++++ app/src/main/res/layout/slider_dialog.xml | 18 +++++++++++ .../main/res/layout/storage_select_dialog.xml | 18 +++++++++++ app/src/main/res/layout/tab_switcher.xml | 18 +++++++++++ app/src/main/res/layout/webview_search.xml | 31 ++++++++++--------- app/src/main/res/layout/zim_list.xml | 18 +++++++++++ app/src/main/res/layout/zim_manager.xml | 18 +++++++++++ .../main/res/menu/menu_add_note_dialog.xml | 18 +++++++++++ app/src/main/res/menu/menu_bookmarks.xml | 18 +++++++++++ app/src/main/res/menu/menu_context_delete.xml | 18 +++++++++++ app/src/main/res/menu/menu_history.xml | 18 +++++++++++ app/src/main/res/menu/menu_language.xml | 18 +++++++++++ app/src/main/res/menu/menu_main.xml | 18 +++++++++++ app/src/main/res/menu/menu_search.xml | 18 +++++++++++ app/src/main/res/menu/menu_webview.xml | 31 ++++++++++--------- app/src/main/res/menu/menu_webview_action.xml | 31 ++++++++++--------- .../res/menu/menu_zim_files_contextual.xml | 18 +++++++++++ app/src/main/res/menu/menu_zim_manager.xml | 18 +++++++++++ .../main/res/menu/wifi_file_share_items.xml | 18 +++++++++++ app/src/main/res/values-af/strings.xml | 18 +++++++++++ app/src/main/res/values-am/strings.xml | 18 +++++++++++ app/src/main/res/values-ar/strings.xml | 18 +++++++++++ app/src/main/res/values-as/strings.xml | 18 +++++++++++ app/src/main/res/values-az/strings.xml | 18 +++++++++++ app/src/main/res/values-ba/strings.xml | 18 +++++++++++ app/src/main/res/values-be/strings.xml | 18 +++++++++++ app/src/main/res/values-bg/strings.xml | 18 +++++++++++ app/src/main/res/values-bm/strings.xml | 18 +++++++++++ app/src/main/res/values-bn/strings.xml | 18 +++++++++++ app/src/main/res/values-br/strings.xml | 18 +++++++++++ app/src/main/res/values-ca/strings.xml | 18 +++++++++++ app/src/main/res/values-cs/strings.xml | 18 +++++++++++ app/src/main/res/values-cv/strings.xml | 18 +++++++++++ app/src/main/res/values-cy/strings.xml | 18 +++++++++++ app/src/main/res/values-da/strings.xml | 18 +++++++++++ app/src/main/res/values-de/strings.xml | 18 +++++++++++ app/src/main/res/values-el/strings.xml | 18 +++++++++++ app/src/main/res/values-eo/strings.xml | 18 +++++++++++ app/src/main/res/values-es/strings.xml | 18 +++++++++++ app/src/main/res/values-et/strings.xml | 18 +++++++++++ app/src/main/res/values-eu/strings.xml | 18 +++++++++++ app/src/main/res/values-fa/strings.xml | 18 +++++++++++ app/src/main/res/values-fi/strings.xml | 18 +++++++++++ app/src/main/res/values-fo/strings.xml | 18 +++++++++++ app/src/main/res/values-fr/strings.xml | 18 +++++++++++ app/src/main/res/values-gl/strings.xml | 18 +++++++++++ app/src/main/res/values-gu/strings.xml | 18 +++++++++++ app/src/main/res/values-hi/strings.xml | 18 +++++++++++ app/src/main/res/values-hr/strings.xml | 18 +++++++++++ app/src/main/res/values-hu/strings.xml | 18 +++++++++++ app/src/main/res/values-ia/strings.xml | 18 +++++++++++ app/src/main/res/values-ie/strings.xml | 18 +++++++++++ app/src/main/res/values-in/strings.xml | 18 +++++++++++ app/src/main/res/values-it/strings.xml | 18 +++++++++++ app/src/main/res/values-iw/strings.xml | 18 +++++++++++ app/src/main/res/values-ja/strings.xml | 18 +++++++++++ app/src/main/res/values-ji/strings.xml | 18 +++++++++++ app/src/main/res/values-jv/strings.xml | 18 +++++++++++ app/src/main/res/values-ka/strings.xml | 18 +++++++++++ app/src/main/res/values-km/strings.xml | 18 +++++++++++ app/src/main/res/values-kn/strings.xml | 18 +++++++++++ app/src/main/res/values-ko/strings.xml | 18 +++++++++++ app/src/main/res/values-ky/strings.xml | 18 +++++++++++ app/src/main/res/values-lb/strings.xml | 18 +++++++++++ app/src/main/res/values-li/strings.xml | 18 +++++++++++ app/src/main/res/values-lt/strings.xml | 18 +++++++++++ app/src/main/res/values-lv/strings.xml | 18 +++++++++++ app/src/main/res/values-mg/strings.xml | 18 +++++++++++ app/src/main/res/values-mk/strings.xml | 18 +++++++++++ app/src/main/res/values-ml/strings.xml | 18 +++++++++++ app/src/main/res/values-mn/strings.xml | 18 +++++++++++ app/src/main/res/values-ms/strings.xml | 18 +++++++++++ app/src/main/res/values-mt/strings.xml | 18 +++++++++++ app/src/main/res/values-my/strings.xml | 18 +++++++++++ app/src/main/res/values-nb/strings.xml | 18 +++++++++++ app/src/main/res/values-ne/strings.xml | 18 +++++++++++ app/src/main/res/values-nl/strings.xml | 18 +++++++++++ app/src/main/res/values-nn/strings.xml | 18 +++++++++++ app/src/main/res/values-oc/strings.xml | 18 +++++++++++ app/src/main/res/values-or/strings.xml | 18 +++++++++++ app/src/main/res/values-pl/strings.xml | 18 +++++++++++ app/src/main/res/values-ps/strings.xml | 18 +++++++++++ app/src/main/res/values-pt/strings.xml | 18 +++++++++++ app/src/main/res/values-qu/strings.xml | 18 +++++++++++ app/src/main/res/values-rm/strings.xml | 18 +++++++++++ app/src/main/res/values-ro/strings.xml | 18 +++++++++++ app/src/main/res/values-ru/strings.xml | 18 +++++++++++ app/src/main/res/values-sa/strings.xml | 18 +++++++++++ app/src/main/res/values-sc/strings.xml | 18 +++++++++++ app/src/main/res/values-sh/strings.xml | 18 +++++++++++ app/src/main/res/values-si/strings.xml | 18 +++++++++++ app/src/main/res/values-sk/strings.xml | 18 +++++++++++ app/src/main/res/values-sl/strings.xml | 18 +++++++++++ app/src/main/res/values-so/strings.xml | 18 +++++++++++ app/src/main/res/values-sq/strings.xml | 18 +++++++++++ app/src/main/res/values-su/strings.xml | 18 +++++++++++ app/src/main/res/values-sv/strings.xml | 18 +++++++++++ app/src/main/res/values-sw/strings.xml | 18 +++++++++++ app/src/main/res/values-ta/strings.xml | 18 +++++++++++ app/src/main/res/values-te/strings.xml | 18 +++++++++++ app/src/main/res/values-th/strings.xml | 18 +++++++++++ app/src/main/res/values-tl/strings.xml | 18 +++++++++++ app/src/main/res/values-tr/strings.xml | 18 +++++++++++ app/src/main/res/values-uk/strings.xml | 18 +++++++++++ app/src/main/res/values-ur/strings.xml | 18 +++++++++++ app/src/main/res/values-uz/strings.xml | 18 +++++++++++ app/src/main/res/values-v19/styles.xml | 20 +++++++++++- app/src/main/res/values-v21/styles.xml | 20 +++++++++++- app/src/main/res/values-vi/strings.xml | 18 +++++++++++ app/src/main/res/values-yo/strings.xml | 18 +++++++++++ app/src/main/res/values-zh/strings.xml | 18 +++++++++++ app/src/main/res/values/attrs.xml | 18 +++++++++++ app/src/main/res/values/colors.xml | 18 +++++++++++ app/src/main/res/values/dimens.xml | 18 +++++++++++ app/src/main/res/values/ids.xml | 20 +++++++++++- app/src/main/res/values/strings.xml | 18 +++++++++++ .../res/values/strings_nontranslatable.xml | 18 +++++++++++ app/src/main/res/values/styles.xml | 18 +++++++++++ app/src/main/res/xml-v25/shortcuts.xml | 18 +++++++++++ .../res/xml/kiwix_widget_provider_info.xml | 18 +++++++++++ .../main/res/xml/network_security_config.xml | 18 +++++++++++ app/src/main/res/xml/preferences.xml | 18 +++++++++++ app/src/main/res/xml/provider_paths.xml | 18 +++++++++++ app/src/main/res/xml/webview.xml | 18 +++++++++++ .../eu/mhutti1/utils/storage/BytesTest.kt | 18 +++++++++++ .../kiwixmobile/InstantExecutorExtension.kt | 4 +-- .../kiwixmobile/TestUtilitiyFunctions.kt | 4 +-- .../kiwixmobile/downloader/ChunkUtilsTest.kt | 4 +-- .../language/adapter/LanguageDelegateTest.kt | 18 +++++++++++ .../viewmodel/LanguageViewModelTest.kt | 4 +-- .../viewmodel/SaveLanguagesAndFinishTest.kt | 18 +++++++++++ .../language/viewmodel/StateTest.kt | 4 +-- .../entity/MetaLinkNetworkEntityTest.java | 4 +-- .../settings/StorageCalculatorTest.kt | 18 +++++++++++ .../kiwix/kiwixmobile/utils/BookUtilsTest.kt | 4 +-- .../kiwixmobile/utils/NetworkUtilsTest.kt | 4 +-- .../kiwixmobile/utils/files/FileSearchTest.kt | 4 +-- .../kiwixmobile/utils/files/FileUtilsTest.kt | 4 +-- .../kiwixmobile/zim_manager/LanguageTest.kt | 18 +++++++++++ .../zim_manager/ZimManageViewModelTest.kt | 4 +-- .../fileselect_view/StorageObserverTest.kt | 18 +++++++++++ .../resources/io/mockk/settings.properties | 20 +++++++++++- .../test/resources/junit-platform.properties | 18 +++++++++++ .../org/kiwix/kiwixmobile/TestConstants.kt | 4 +-- .../kiwix/kiwixmobile/TestModelFunctions.kt | 4 +-- 512 files changed, 7008 insertions(+), 608 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1654e2ff3..4816b285e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + import com.android.annotations.NonNull import com.android.build.OutputFile import com.android.builder.testing.api.TestServer diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 2683ecbf5..72cdea912 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1,4 +1,22 @@ + + + + diff --git a/app/src/androidTest/java/DebugFunctions.kt b/app/src/androidTest/java/DebugFunctions.kt index 15b985f2b..2266b673e 100644 --- a/app/src/androidTest/java/DebugFunctions.kt +++ b/app/src/androidTest/java/DebugFunctions.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ import android.app.Activity diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseActivityTest.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseActivityTest.kt index f81e0966c..b6a4f1bf9 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseActivityTest.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseActivityTest.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile import android.Manifest.permission diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseRobot.kt index 6c5e7f84a..eeed1761e 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/BaseRobot.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile import android.R.id diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/DownloadTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/DownloadTest.java index d59c50080..68338504c 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/DownloadTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/DownloadTest.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/Findable.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/Findable.kt index 470839ede..7bbd86e51 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/Findable.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/Findable.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile import androidx.annotation.IdRes diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/KiwixMockServer.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/KiwixMockServer.kt index 4bfd0e4bf..fbbc480ec 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/KiwixMockServer.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/KiwixMockServer.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile import okhttp3.mockwebserver.Dispatcher diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/NetworkTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/NetworkTest.java index ecb749b57..762ebbc38 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/NetworkTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/NetworkTest.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/ZimTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/ZimTest.java index df4785cfb..63d7ffcf7 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/ZimTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/ZimTest.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivityTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivityTest.java index b6ff9a8bf..0680f7170 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivityTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivityTest.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark; import android.Manifest; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/KiwixDatabaseTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/KiwixDatabaseTest.java index 81f4abc1a..5237dd1cb 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/KiwixDatabaseTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/KiwixDatabaseTest.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/BookDaoTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/BookDaoTest.java index 206405dc8..a1e963b2e 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/BookDaoTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/BookDaoTest.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.data.local.dao;/* * Kiwix Android * Copyright (C) 2018 Kiwix diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDaoTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDaoTest.java index 50e123c50..80fe67d9e 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDaoTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDaoTest.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.data.local.dao;/* * Kiwix Android * Copyright (C) 2018 Kiwix diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/di/components/TestComponent.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/di/components/TestComponent.kt index ad5505294..e142d5d03 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/di/components/TestComponent.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/di/components/TestComponent.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.components diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestJNIModule.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestJNIModule.java index 879a04d06..cd4388d1d 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestJNIModule.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestJNIModule.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestNetworkModule.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestNetworkModule.kt index c0e31d305..9f09a37a2 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestNetworkModule.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/di/modules/TestNetworkModule.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpActivityTest.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpActivityTest.kt index 94fa2f798..6777b8eda 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpActivityTest.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpActivityTest.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.help diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpRobot.kt index a0ea8e428..9a3622bc6 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/help/HelpRobot.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.help diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroActivityTest.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroActivityTest.kt index ee67bdfc7..0c7e262c3 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroActivityTest.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroActivityTest.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.intro diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroRobot.kt index a9ed8e040..a81f74e9b 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/intro/IntroRobot.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro import org.kiwix.kiwixmobile.BaseRobot diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageActivityTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageActivityTest.java index d488623a4..8e12b0096 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageActivityTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageActivityTest.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.language; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageRobot.kt index 5a8f04736..4f6fffaac 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/language/LanguageRobot.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language import applyWithViewHierarchyPrinting diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainActivityTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainActivityTest.java index c5ec58374..d8f0e3707 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainActivityTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainActivityTest.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainRobot.kt index 970a6d10f..f5fe3c8ba 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/main/MainRobot.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/search/SearchActivityTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/search/SearchActivityTest.java index 6eb0539ac..a24dcaf24 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/search/SearchActivityTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/search/SearchActivityTest.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.search; import android.Manifest; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivityTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivityTest.java index 5a34e97be..77ddc252b 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivityTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivityTest.java @@ -1,8 +1,6 @@ -package org.kiwix.kiwixmobile.settings; /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -15,8 +13,11 @@ package org.kiwix.kiwixmobile.settings; * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ +package org.kiwix.kiwixmobile.settings; + import android.preference.Preference; import androidx.test.rule.ActivityTestRule; import org.junit.Ignore; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/splash/SplashActivityTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/splash/SplashActivityTest.java index 833d6f14d..78b8a8907 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/splash/SplashActivityTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/splash/SplashActivityTest.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.splash; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/Matcher.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/Matcher.java index 207364c0e..28022c283 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/Matcher.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/Matcher.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.testutils; import android.view.View; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/TestUtils.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/TestUtils.java index 78b9f7fd6..5d8329e3e 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/TestUtils.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/TestUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.testutils; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/ViewActions.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/ViewActions.java index 05a9c898f..17b3f81ab 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/ViewActions.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/testutils/ViewActions.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.testutils; import android.view.View; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/IOUtils.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/IOUtils.java index 7a1474ca1..7b04f6d6d 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/IOUtils.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/IOUtils.java @@ -1,14 +1,6 @@ -package org.kiwix.kiwixmobile.utils; - -import java.io.ByteArrayOutputStream; -import java.io.IOException; -import java.io.InputStream; -import java.io.OutputStream; - /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -21,7 +13,16 @@ import java.io.OutputStream; * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ + +package org.kiwix.kiwixmobile.utils; + +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; + public class IOUtils { private IOUtils() { //utility class diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/KiwixIdlingResource.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/KiwixIdlingResource.java index fceb1d50e..789ad58a3 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/KiwixIdlingResource.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/KiwixIdlingResource.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/RecyclerViewItemCountAssertion.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/RecyclerViewItemCountAssertion.java index 1c4e7a548..8a4a2bfd9 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/RecyclerViewItemCountAssertion.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/RecyclerViewItemCountAssertion.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/StandardActions.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/StandardActions.java index e570b2c70..31b5b1f2f 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/StandardActions.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/StandardActions.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/files/FileUtilsInstrumentationTest.java b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/files/FileUtilsInstrumentationTest.java index d1c685ae5..f33c1303b 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/files/FileUtilsInstrumentationTest.java +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/files/FileUtilsInstrumentationTest.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils.files; import android.content.Context; diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivityTest.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivityTest.kt index 26d9ed77d..4a2774476 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivityTest.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivityTest.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import android.os.Build diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageRobot.kt index aa357bdf7..045bd3e57 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/zim_manager/ZimManageRobot.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager diff --git a/app/src/androidTest/resources/library.xml b/app/src/androidTest/resources/library.xml index 7f6c6e26e..7be746a8c 100644 --- a/app/src/androidTest/resources/library.xml +++ b/app/src/androidTest/resources/library.xml @@ -1,4 +1,22 @@ + + + + diff --git a/app/src/customexample/build.gradle b/app/src/customexample/build.gradle index 4e88a5bcc..cea6a6d58 100644 --- a/app/src/customexample/build.gradle +++ b/app/src/customexample/build.gradle @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + android { def f = file(buildscript.sourceFile.parent + "/wikipedia_fr_test_2017-07.zim"); if (!f.exists()) { diff --git a/app/src/customexample/res/values/strings.xml b/app/src/customexample/res/values/strings.xml index e315a7d2b..62e18b050 100644 --- a/app/src/customexample/res/values/strings.xml +++ b/app/src/customexample/res/values/strings.xml @@ -1,4 +1,22 @@ + + Ray Charles - \ No newline at end of file + diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 22ff5515b..61cd63a15 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/assets/credits.html b/app/src/main/assets/credits.html index 9414be3b4..97bfedc25 100644 --- a/app/src/main/assets/credits.html +++ b/app/src/main/assets/credits.html @@ -1,3 +1,21 @@ + + diff --git a/app/src/main/assets/home.html b/app/src/main/assets/home.html index b478bb5bf..13fdcc443 100644 --- a/app/src/main/assets/home.html +++ b/app/src/main/assets/home.html @@ -1,3 +1,21 @@ + + diff --git a/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt b/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt index fbd441f79..b273a77b1 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt b/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt index f4ba30def..369b4cb7a 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt index 648183f6c..c5f1d6de2 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt index dab6266c0..d3a9bf8c4 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt index 81a410d23..34a4361b8 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt index 9afe8e080..0f51e2e40 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/org/kiwix/kiwixmobile/KiwixApplication.java b/app/src/main/java/org/kiwix/kiwixmobile/KiwixApplication.java index 6b027031c..3f6292709 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/KiwixApplication.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/KiwixApplication.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/KiwixBuildConfig.kt b/app/src/main/java/org/kiwix/kiwixmobile/KiwixBuildConfig.kt index 6371781c2..8415ca8ce 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/KiwixBuildConfig.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/KiwixBuildConfig.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile import android.os.Build diff --git a/app/src/main/java/org/kiwix/kiwixmobile/KiwixViewModelFactory.java b/app/src/main/java/org/kiwix/kiwixmobile/KiwixViewModelFactory.java index 8640a237f..c673c010c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/KiwixViewModelFactory.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/KiwixViewModelFactory.java @@ -1,16 +1,6 @@ -package org.kiwix.kiwixmobile; - -import androidx.lifecycle.ViewModel; -import androidx.lifecycle.ViewModelProvider; -import java.util.Map; -import javax.inject.Inject; -import javax.inject.Provider; -import javax.inject.Singleton; - /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -23,7 +13,18 @@ import javax.inject.Singleton; * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ + +package org.kiwix.kiwixmobile; + +import androidx.lifecycle.ViewModel; +import androidx.lifecycle.ViewModelProvider; +import java.util.Map; +import javax.inject.Inject; +import javax.inject.Provider; +import javax.inject.Singleton; + @Singleton public class KiwixViewModelFactory implements ViewModelProvider.Factory { private final Map, Provider> creators; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/base/BaseActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/base/BaseActivity.java index 69d64000a..550af4020 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/base/BaseActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/base/BaseActivity.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.base; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/base/BaseContract.java b/app/src/main/java/org/kiwix/kiwixmobile/base/BaseContract.java index a58e6005b..d393ba677 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/base/BaseContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/base/BaseContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.base; public class BaseContract { @@ -25,4 +43,4 @@ public class BaseContract { */ void detachView(); } -} \ No newline at end of file +} diff --git a/app/src/main/java/org/kiwix/kiwixmobile/base/BaseFragment.kt b/app/src/main/java/org/kiwix/kiwixmobile/base/BaseFragment.kt index 99a454a49..0686b041f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/base/BaseFragment.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/base/BaseFragment.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.base import android.content.Context diff --git a/app/src/main/java/org/kiwix/kiwixmobile/base/BasePresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/base/BasePresenter.java index 1952ee28a..769880c48 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/base/BasePresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/base/BasePresenter.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.base; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarkItem.kt b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarkItem.kt index 06717c638..5f7792c31 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarkItem.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarkItem.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark import org.kiwix.kiwixmobile.data.ZimContentProvider diff --git a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivity.java index 128dc845c..133aaf793 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark; import android.content.Intent; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksAdapter.java index acea0dfbe..538885913 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksAdapter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark; import android.view.LayoutInflater; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksContract.java b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksContract.java index 7a7ab012c..ac8792cc2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark; import java.util.List; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksModule.java b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksModule.java index af3236011..fbabfc246 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark; import dagger.Module; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksPresenter.java index 1a18bce4e..28217cdf6 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/bookmark/BookmarksPresenter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.bookmark; import android.util.Log; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/DataModule.java b/app/src/main/java/org/kiwix/kiwixmobile/data/DataModule.java index 888357a12..555e5bfa7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/DataModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/DataModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.data; import dagger.Module; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/DataSource.java b/app/src/main/java/org/kiwix/kiwixmobile/data/DataSource.java index ce7b183af..e99d16c4d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/DataSource.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/DataSource.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.data; import io.reactivex.Completable; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/Repository.kt b/app/src/main/java/org/kiwix/kiwixmobile/data/Repository.kt index 1a503f3d8..6de8ade22 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/Repository.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/Repository.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.data import io.reactivex.Completable diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/ZimContentProvider.java b/app/src/main/java/org/kiwix/kiwixmobile/data/ZimContentProvider.java index a957306ce..9fd0637b2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/ZimContentProvider.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/ZimContentProvider.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/KiwixDatabase.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/KiwixDatabase.java index 790390228..d59d8eaf8 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/KiwixDatabase.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/KiwixDatabase.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookDao.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookDao.java index e8ba5e82d..528cd435d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookDao.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/BookDao.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.dao; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/NetworkLanguageDao.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/NetworkLanguageDao.java index e3d0c965a..5c18135f7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/NetworkLanguageDao.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/NetworkLanguageDao.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.dao; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDao.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDao.java index 90170d2c2..a1cdac34e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDao.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/dao/RecentSearchDao.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.dao; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookDataSource.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookDataSource.java index fd58504bb..14d19a767 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookDataSource.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookDataSource.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookmarksSpec.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookmarksSpec.java index 535515f43..27a525dba 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookmarksSpec.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/BookmarksSpec.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/LibraryDataSource.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/LibraryDataSource.java index a22e08b46..39502b134 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/LibraryDataSource.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/LibraryDataSource.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/NetworkLanguageSpec.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/NetworkLanguageSpec.java index 56b330ae3..615aa65a4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/NetworkLanguageSpec.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/NetworkLanguageSpec.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/RecentSearchSpec.java b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/RecentSearchSpec.java index 5892eae68..570e700fc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/RecentSearchSpec.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/local/entity/RecentSearchSpec.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.local.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/remote/KiwixService.java b/app/src/main/java/org/kiwix/kiwixmobile/data/remote/KiwixService.java index d148fac99..a017147a1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/remote/KiwixService.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/remote/KiwixService.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.remote; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/data/remote/UserAgentInterceptor.java b/app/src/main/java/org/kiwix/kiwixmobile/data/remote/UserAgentInterceptor.java index 59a4c4b67..ec7f194d9 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/data/remote/UserAgentInterceptor.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/data/remote/UserAgentInterceptor.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.data.remote; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/FetchDownloadDao.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/FetchDownloadDao.kt index a926214ee..f5b1e1270 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/FetchDownloadDao.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/FetchDownloadDao.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.dao diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/HistoryDao.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/HistoryDao.kt index 2cf1e6176..85d4763c7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/HistoryDao.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/HistoryDao.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.dao diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookDao.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookDao.kt index b9324d7c6..291be24b1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookDao.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookDao.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.dao diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookmarksDao.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookmarksDao.kt index d9756e086..bb2d3137f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookmarksDao.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewBookmarksDao.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.dao diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewLanguagesDao.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewLanguagesDao.kt index aaaba855b..0fd8c2e12 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewLanguagesDao.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewLanguagesDao.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.dao diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewRecentSearchDao.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewRecentSearchDao.kt index 63a15b4c1..e11168990 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewRecentSearchDao.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/dao/NewRecentSearchDao.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.dao diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookOnDiskEntity.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookOnDiskEntity.kt index 244d031e9..7aef89a20 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookOnDiskEntity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookOnDiskEntity.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.database.newdb.entities import io.objectbox.annotation.Convert diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookmarkEntity.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookmarkEntity.kt index aa7cd93e3..dc138300f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookmarkEntity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/BookmarkEntity.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.entities diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/FetchDownloadEntity.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/FetchDownloadEntity.kt index ebaf50725..2591b15de 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/FetchDownloadEntity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/FetchDownloadEntity.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.entities diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/HistoryEntity.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/HistoryEntity.kt index 95f3115de..5a5ef1e9b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/HistoryEntity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/HistoryEntity.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.entities diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/LanguageEntity.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/LanguageEntity.kt index a96cc91ec..c4dc245a7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/LanguageEntity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/LanguageEntity.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.database.newdb.entities import io.objectbox.annotation.Convert diff --git a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/RecentSearchEntity.kt b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/RecentSearchEntity.kt index bb099c353..d71990507 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/RecentSearchEntity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/database/newdb/entities/RecentSearchEntity.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.database.newdb.entities diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/PerActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/di/PerActivity.java index db6e64845..a9540848e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/PerActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/PerActivity.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/ServiceScope.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/ServiceScope.kt index 38af39c69..a631135fe 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/ServiceScope.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/ServiceScope.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/ViewModelKey.java b/app/src/main/java/org/kiwix/kiwixmobile/di/ViewModelKey.java index d94382be5..9d75a8354 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/ViewModelKey.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/ViewModelKey.java @@ -1,17 +1,6 @@ -package org.kiwix.kiwixmobile.di; - -import androidx.lifecycle.ViewModel; -import dagger.MapKey; -import java.lang.annotation.Documented; -import java.lang.annotation.ElementType; -import java.lang.annotation.Retention; -import java.lang.annotation.RetentionPolicy; -import java.lang.annotation.Target; - /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -24,7 +13,19 @@ import java.lang.annotation.Target; * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ + +package org.kiwix.kiwixmobile.di; + +import androidx.lifecycle.ViewModel; +import dagger.MapKey; +import java.lang.annotation.Documented; +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + @Documented @Target({ ElementType.METHOD }) @Retention(RetentionPolicy.RUNTIME) diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/components/ActivityComponent.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/components/ActivityComponent.kt index b29593c7c..0389924bd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/components/ActivityComponent.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/components/ActivityComponent.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.components diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/components/ApplicationComponent.java b/app/src/main/java/org/kiwix/kiwixmobile/di/components/ApplicationComponent.java index 1c238260e..c205cd4bc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/components/ApplicationComponent.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/components/ApplicationComponent.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.components; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/components/ServiceComponent.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/components/ServiceComponent.kt index d20878324..9bac588ab 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/components/ServiceComponent.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/components/ServiceComponent.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.components import android.app.Service diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityBindingModule.java b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityBindingModule.java index 36f68a287..1be44bf7a 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityBindingModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityBindingModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.modules; import dagger.Module; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityModule.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityModule.kt index a4216e46d..9d5f051e4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityModule.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ActivityModule.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ApplicationModule.java b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ApplicationModule.java index c1855e0f2..9eaacba92 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ApplicationModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ApplicationModule.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DatabaseModule.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DatabaseModule.kt index ee797fe04..32881b322 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DatabaseModule.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DatabaseModule.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DownloaderModule.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DownloaderModule.kt index aca8f8243..25b93e009 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DownloaderModule.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/DownloaderModule.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/JNIModule.java b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/JNIModule.java index 07748a632..f1c8ac0b0 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/JNIModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/JNIModule.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/NetworkModule.java b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/NetworkModule.java index c7f2dcfb1..3afd59a06 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/NetworkModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/NetworkModule.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.di.modules; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ServiceModule.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ServiceModule.kt index 7de0f52af..757b13f7a 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ServiceModule.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ServiceModule.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.modules import android.app.Application diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ViewModelModule.kt b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ViewModelModule.kt index c5a42ec69..e759b0829 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ViewModelModule.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/modules/ViewModelModule.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.modules import androidx.lifecycle.ViewModel diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/Computation.java b/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/Computation.java index 5bca78c56..c3c59a42d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/Computation.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/Computation.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.qualifiers; import java.lang.annotation.Retention; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/IO.java b/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/IO.java index fad4a7669..19645c6d1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/IO.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/IO.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.qualifiers; import java.lang.annotation.Retention; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/MainThread.java b/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/MainThread.java index de9f42a5f..530cb7641 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/MainThread.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/di/qualifiers/MainThread.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.di.qualifiers; import java.lang.annotation.Retention; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/Chunk.java b/app/src/main/java/org/kiwix/kiwixmobile/downloader/Chunk.java index d1f60502c..f09fcd739 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/Chunk.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/Chunk.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/ChunkUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/downloader/ChunkUtils.java index 3896724d6..ed80ae25b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/ChunkUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/ChunkUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadAdapter.kt index aa0f8b833..d19a5febd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadAdapter.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadFragment.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadFragment.kt index 3c4fd2bba..b317645c3 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadFragment.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadFragment.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadIntent.java b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadIntent.java index ccba6c3d4..7f09c0ff2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadIntent.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadIntent.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadMonitor.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadMonitor.kt index 4a15086ae..b2f9b53eb 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadMonitor.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadMonitor.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadRequester.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadRequester.kt index 7ac02afd2..4af6c6c31 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadRequester.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadRequester.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadViewHolder.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadViewHolder.kt index 28f1330f4..5d3ba50ff 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadViewHolder.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloadViewHolder.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/Downloader.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/Downloader.kt index f261f2298..88d9ae316 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/Downloader.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/Downloader.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloaderImpl.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloaderImpl.kt index 1bd07ab09..6e07765dd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloaderImpl.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/DownloaderImpl.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadMonitor.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadMonitor.kt index bdd4e4bdb..c1ae6cfdd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadMonitor.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadMonitor.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader.fetch diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadNotificationManager.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadNotificationManager.kt index a8b31d57e..ce02fbf3a 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadNotificationManager.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadNotificationManager.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader.fetch diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadRequester.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadRequester.kt index 95fc556bc..cbf7fe159 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadRequester.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/fetch/FetchDownloadRequester.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader.fetch diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Base64String.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Base64String.kt index 6e683d4de..06ee562c5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Base64String.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Base64String.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.downloader.model import android.graphics.Bitmap diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadItem.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadItem.kt index ff90c5a5c..d75bdf8d9 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadItem.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadItem.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader.model diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadModel.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadModel.kt index 5739be5ea..2039413e3 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadModel.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadModel.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader.model diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadRequest.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadRequest.kt index 483a73a63..2dca54f3f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadRequest.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/DownloadRequest.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.downloader.model diff --git a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Seconds.kt b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Seconds.kt index 82b46cb7d..fe2414a57 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Seconds.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/downloader/model/Seconds.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.downloader.model import org.kiwix.kiwixmobile.KiwixApplication diff --git a/app/src/main/java/org/kiwix/kiwixmobile/error/ErrorActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/error/ErrorActivity.java index 5bb363957..40b63bbef 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/error/ErrorActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/error/ErrorActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.error; import android.content.Context; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ActivityExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ActivityExtensions.kt index 9f163ca94..e29070aee 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ActivityExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ActivityExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import android.app.Activity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/BookExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/BookExtensions.kt index 8b82f6294..57a0ebbe9 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/BookExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/BookExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import org.kiwix.kiwixmobile.KiwixApplication diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ConnectivityManagerExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ConnectivityManagerExtensions.kt index c6cf7d3c7..62ffb55ce 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ConnectivityManagerExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ConnectivityManagerExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import android.net.ConnectivityManager diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ContextExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ContextExtensions.kt index a24f03a6f..b3a0913b0 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ContextExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ContextExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import android.content.Context diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/CursorExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/CursorExtensions.kt index 13f9f0cf0..d18af6b81 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/CursorExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/CursorExtensions.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.extensions diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ImageViewExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ImageViewExtensions.kt index 904797b70..2fe88b409 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ImageViewExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ImageViewExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import android.widget.ImageView diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/TextViewExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/TextViewExtensions.kt index 0532a9dc0..68a6c7889 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/TextViewExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/TextViewExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import android.view.View diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewExtensions.kt index 8f35bc69f..cd542dc3d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewExtensions.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.extensions import android.graphics.Color diff --git a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewGroupExtensions.kt b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewGroupExtensions.kt index 26b456d35..45f186279 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewGroupExtensions.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/extensions/ViewGroupExtensions.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.extensions diff --git a/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java index 412eb46f2..028f1d176 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.help; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/help/HelpAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/help/HelpAdapter.java index 916de8004..c85803b4b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/help/HelpAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/help/HelpAdapter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.help; import android.animation.ObjectAnimator; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryActivity.java index ed33cfbd7..0514ac87b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.history; import android.content.Intent; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryAdapter.java index ee091dac5..20b70be50 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryAdapter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.history; import android.view.LayoutInflater; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryContract.java b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryContract.java index de44a6fea..b49a802e3 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.history; import java.util.List; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryListItem.kt b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryListItem.kt index a422d3916..ef04dbf4a 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryListItem.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryListItem.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.history diff --git a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryModule.java b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryModule.java index 5327f33b6..a75c7fa1d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.history; import dagger.Module; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryPresenter.java index 439808bba..95c2b6f9c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/history/HistoryPresenter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.history; import android.util.Log; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/intro/CustomViewPager.java b/app/src/main/java/org/kiwix/kiwixmobile/intro/CustomViewPager.java index 79ee04524..b5589926f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/intro/CustomViewPager.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/intro/CustomViewPager.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro; import android.content.Context; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroActivity.java index 597d04908..e58db73a5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro; import android.content.Intent; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroContract.java b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroContract.java index c4074883a..68a790cc5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro; import org.kiwix.kiwixmobile.base.BaseContract; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroModule.java b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroModule.java index 3765c856e..6955a51a7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro; import dagger.Module; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPagerAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPagerAdapter.java index 7d49eee08..fb7f075dc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPagerAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPagerAdapter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro; import android.view.View; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPresenter.java index 37ddc629b..4bdc4d95c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/intro/IntroPresenter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.intro; import javax.inject.Inject; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/LanguageActivity.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/LanguageActivity.kt index 25977b614..6687c4af5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/LanguageActivity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/LanguageActivity.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language import android.os.Bundle diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageAdapter.kt index 5860bf524..e13e640c6 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageAdapter.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.language.adapter diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageDelegate.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageDelegate.kt index a2afbd8f7..12da76952 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageDelegate.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageDelegate.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language.adapter import android.view.ViewGroup diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListItem.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListItem.kt index f2407dcbd..7807b1b37 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListItem.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListItem.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language.adapter import org.kiwix.kiwixmobile.zim_manager.Language diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListViewHolder.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListViewHolder.kt index e7c1e643e..f291f5dec 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListViewHolder.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/adapter/LanguageListViewHolder.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language.adapter import android.view.View diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/Action.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/Action.kt index 5a0804d99..7c10250ec 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/Action.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/Action.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language.viewmodel import org.kiwix.kiwixmobile.language.adapter.LanguageListItem.LanguageItem diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/LanguageViewModel.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/LanguageViewModel.kt index 285cfda36..4eef57024 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/LanguageViewModel.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/LanguageViewModel.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language.viewmodel import androidx.lifecycle.MutableLiveData diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/SaveLanguagesAndFinish.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/SaveLanguagesAndFinish.kt index 48175de69..ebe2e5233 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/SaveLanguagesAndFinish.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/SaveLanguagesAndFinish.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.language.viewmodel diff --git a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/State.kt b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/State.kt index ae3be96db..6481ba179 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/State.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/language/viewmodel/State.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.language.viewmodel import org.kiwix.kiwixmobile.language.adapter.LanguageListItem diff --git a/app/src/main/java/org/kiwix/kiwixmobile/library/entity/LibraryNetworkEntity.java b/app/src/main/java/org/kiwix/kiwixmobile/library/entity/LibraryNetworkEntity.java index b3a326e41..30d1419ab 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/library/entity/LibraryNetworkEntity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/library/entity/LibraryNetworkEntity.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.library.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/library/entity/MetaLinkNetworkEntity.java b/app/src/main/java/org/kiwix/kiwixmobile/library/entity/MetaLinkNetworkEntity.java index 450061531..47ab88e92 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/library/entity/MetaLinkNetworkEntity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/library/entity/MetaLinkNetworkEntity.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.library.entity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/AddNoteDialog.java b/app/src/main/java/org/kiwix/kiwixmobile/main/AddNoteDialog.java index aaf53b277..06c225435 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/AddNoteDialog.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/AddNoteDialog.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.main; import android.Manifest; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/AnimatedProgressBar.java b/app/src/main/java/org/kiwix/kiwixmobile/main/AnimatedProgressBar.java index 17499e656..bbd9bfec0 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/AnimatedProgressBar.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/AnimatedProgressBar.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/CompatFindActionModeCallback.java b/app/src/main/java/org/kiwix/kiwixmobile/main/CompatFindActionModeCallback.java index a490fc929..852998096 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/CompatFindActionModeCallback.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/CompatFindActionModeCallback.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/ConfirmationAlertDialogFragment.java b/app/src/main/java/org/kiwix/kiwixmobile/main/ConfirmationAlertDialogFragment.java index f519ebe60..9a79dd2d4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/ConfirmationAlertDialogFragment.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/ConfirmationAlertDialogFragment.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.main; import android.app.Dialog; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/DocumentParser.java b/app/src/main/java/org/kiwix/kiwixmobile/main/DocumentParser.java index a342162b7..94d85dade 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/DocumentParser.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/DocumentParser.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/FileReader.java b/app/src/main/java/org/kiwix/kiwixmobile/main/FileReader.java index 4717c5b2b..4dc97eb5b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/FileReader.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/FileReader.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixSearchWidget.java b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixSearchWidget.java index 285c03615..bebd6ea06 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixSearchWidget.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixSearchWidget.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 Elad Keyshawn - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixTextToSpeech.java b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixTextToSpeech.java index 1fcd335d6..ddae604dc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixTextToSpeech.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixTextToSpeech.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebChromeClient.java b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebChromeClient.java index b8cfeb8e8..1af12c77e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebChromeClient.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebChromeClient.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebView.java b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebView.java index d89b090d8..1a32d58c4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebView.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebView.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebViewClient.java b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebViewClient.java index 5cc014a6a..ce0b2ba6d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebViewClient.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/KiwixWebViewClient.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/MainActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/main/MainActivity.java index f44f3bf37..98ef794c6 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/MainActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/MainActivity.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/MainContract.java b/app/src/main/java/org/kiwix/kiwixmobile/main/MainContract.java index 21bad0470..1f44f53c2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/MainContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/MainContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.main; import java.util.List; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/MainModule.java b/app/src/main/java/org/kiwix/kiwixmobile/main/MainModule.java index ee6ad1b87..03f4a091d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/MainModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/MainModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.main; import dagger.Module; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/MainPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/main/MainPresenter.java index 085c6a1e6..1804020d5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/MainPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/MainPresenter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.main; import android.util.Log; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/OnSwipeTouchListener.java b/app/src/main/java/org/kiwix/kiwixmobile/main/OnSwipeTouchListener.java index 397033cc5..b05b302db 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/OnSwipeTouchListener.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/OnSwipeTouchListener.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.main; import android.annotation.SuppressLint; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/RateAppCounter.java b/app/src/main/java/org/kiwix/kiwixmobile/main/RateAppCounter.java index ecc75f7f1..c78f59903 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/RateAppCounter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/RateAppCounter.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 Elad Keyshawn - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/TableDrawerAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/main/TableDrawerAdapter.java index 814ea0edc..43aba89f1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/TableDrawerAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/TableDrawerAdapter.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/TabsAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/main/TabsAdapter.java index 592d1076e..9c3c60e36 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/TabsAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/TabsAdapter.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarScrollingKiwixWebView.java b/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarScrollingKiwixWebView.java index 7d021084b..de1278dbd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarScrollingKiwixWebView.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarScrollingKiwixWebView.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarStaticKiwixWebView.java b/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarStaticKiwixWebView.java index 1d9a90faf..5a41da62b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarStaticKiwixWebView.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/ToolbarStaticKiwixWebView.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/main/WebViewCallback.java b/app/src/main/java/org/kiwix/kiwixmobile/main/WebViewCallback.java index ad5d707fc..a633105de 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/main/WebViewCallback.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/main/WebViewCallback.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.main; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/search/AutoCompleteAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/search/AutoCompleteAdapter.java index 854308d98..417e46e02 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/search/AutoCompleteAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/search/AutoCompleteAdapter.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.search; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/search/SearchActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/search/SearchActivity.java index 66ebafeed..d7a14623d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/search/SearchActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/search/SearchActivity.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.search; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/search/SearchPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/search/SearchPresenter.java index 1b671d6f0..4f51d2892 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/search/SearchPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/search/SearchPresenter.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.search; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/search/SearchViewCallback.java b/app/src/main/java/org/kiwix/kiwixmobile/search/SearchViewCallback.java index ef4d3a974..410ef7c64 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/search/SearchViewCallback.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/search/SearchViewCallback.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.search; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/CustomSwitchPreference.java b/app/src/main/java/org/kiwix/kiwixmobile/settings/CustomSwitchPreference.java index 02bbf7983..9f48165bc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/CustomSwitchPreference.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/CustomSwitchPreference.java @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.settings; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivity.java index d498c7dd7..898ff5463 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/KiwixSettingsActivity.java @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.settings; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/PrefsFragment.java b/app/src/main/java/org/kiwix/kiwixmobile/settings/PrefsFragment.java index 0e3560fa9..10c643225 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/PrefsFragment.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/PrefsFragment.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.settings; import android.Manifest; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsContract.java b/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsContract.java index 3d9dfb801..031f75f83 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.settings; import org.kiwix.kiwixmobile.base.BaseContract; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsPresenter.java index d3f964e62..b00afd050 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/SettingsPresenter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.settings; import android.util.Log; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/SliderPreference.java b/app/src/main/java/org/kiwix/kiwixmobile/settings/SliderPreference.java index c58d96df8..ac8ab740c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/SliderPreference.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/SliderPreference.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.settings; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/settings/StorageCalculator.kt b/app/src/main/java/org/kiwix/kiwixmobile/settings/StorageCalculator.kt index b275e08af..3756be4b1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/settings/StorageCalculator.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/settings/StorageCalculator.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.settings import android.annotation.SuppressLint diff --git a/app/src/main/java/org/kiwix/kiwixmobile/splash/SplashActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/splash/SplashActivity.java index 83eaa986d..284e481d5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/splash/SplashActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/splash/SplashActivity.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.splash; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/AlertDialogShower.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/AlertDialogShower.kt index 28f8c0b3b..88a22f6b2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/AlertDialogShower.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/AlertDialogShower.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils import android.app.Activity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/AnimationUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/AnimationUtils.java index f7d1dd542..b568b1678 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/AnimationUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/AnimationUtils.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils; import android.view.View; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/BookUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/BookUtils.java index 17ffb67fa..3f68b007d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/BookUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/BookUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/Constants.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/Constants.java index e97efea75..ef90d3bb9 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/Constants.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/Constants.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/DialogShower.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/DialogShower.kt index c13e9dfa1..112a0f7ff 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/DialogShower.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/DialogShower.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/DimenUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/DimenUtils.java index 797d71970..6dcaa5f76 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/DimenUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/DimenUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/ImageUtils.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/ImageUtils.kt index 6f165f0d0..044b85cf3 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/ImageUtils.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/ImageUtils.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils import android.graphics.Bitmap diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/KiwixDialog.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/KiwixDialog.kt index f6988e3c8..ca6e81fe5 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/KiwixDialog.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/KiwixDialog.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils import android.net.wifi.WifiConfiguration diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageContainer.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageContainer.kt index 20653c4f4..c245add4a 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageContainer.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageContainer.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils import java.util.Locale diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageUtils.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageUtils.kt index 47017bf40..3b0f8262b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageUtils.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/LanguageUtils.kt @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/NetworkUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/NetworkUtils.java index b220a41de..173a032b7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/NetworkUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/NetworkUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/ServerUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/ServerUtils.java index b637425d3..7e72248b7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/ServerUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/ServerUtils.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils; import androidx.annotation.NonNull; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/SharedPreferenceUtil.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/SharedPreferenceUtil.java index 94f718ed8..c6e92c177 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/SharedPreferenceUtil.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/SharedPreferenceUtil.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils; import android.content.Context; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/StorageUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/StorageUtils.java index 7e757340c..79f0fd2fa 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/StorageUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/StorageUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/StyleUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/StyleUtils.java index ccf83c995..2d0c6b27e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/StyleUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/StyleUtils.java @@ -1,20 +1,19 @@ /* - * Copyright 2017 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/TestingUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/TestingUtils.java index 1e32bd3b5..bb7cc5e40 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/TestingUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/TestingUtils.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/UpdateUtils.java b/app/src/main/java/org/kiwix/kiwixmobile/utils/UpdateUtils.java index 1201d96eb..8440a5a05 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/UpdateUtils.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/UpdateUtils.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.utils; import static org.kiwix.kiwixmobile.utils.Constants.NEW_PROVIDER_DOMAIN; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileSearch.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileSearch.kt index f876d499d..3445d18f2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileSearch.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileSearch.kt @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils.files diff --git a/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileUtils.kt b/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileUtils.kt index a7b85d249..e048ac63c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileUtils.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/utils/files/FileUtils.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.utils.files diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationCallbacks.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationCallbacks.java index ab461d809..e0ae0ce12 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationCallbacks.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationCallbacks.java @@ -1,5 +1,23 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; public interface LocationCallbacks { void onLocationSet(); -} \ No newline at end of file +} diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationServicesHelper.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationServicesHelper.java index d94339f48..bfa986783 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationServicesHelper.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/LocationServicesHelper.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import android.app.Activity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/WebServerHelper.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/WebServerHelper.java index ad6240063..bc19f13c4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/WebServerHelper.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/WebServerHelper.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import android.util.Log; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostActivity.java index b33941ffc..6a1b1aebd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import android.Manifest; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostCallbacks.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostCallbacks.java index 1d3934ac6..a22c48e2b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostCallbacks.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostCallbacks.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import android.net.wifi.WifiConfiguration; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostContract.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostContract.java index c33d0c08a..1f1553821 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostContract.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostContract.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import java.util.List; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostModule.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostModule.java index 724c752d0..749cf08ed 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostModule.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostModule.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import android.app.Activity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostPresenter.java b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostPresenter.java index e23ea1245..4eb199e7d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostPresenter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/webserver/ZimHostPresenter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.webserver; import android.util.Log; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotNotificationManager.java b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotNotificationManager.java index f3b3ba470..b237ebda1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotNotificationManager.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotNotificationManager.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.wifi_hotspot; import android.app.Notification; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java index f59273e7f..1735778c4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.wifi_hotspot; import android.app.Service; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotStateListener.java b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotStateListener.java index 9c232fae1..2c179c2aa 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotStateListener.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotStateListener.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.wifi_hotspot; import android.net.wifi.WifiConfiguration; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/IpAddressCallbacks.java b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/IpAddressCallbacks.java index e3da8a063..60428d006 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/IpAddressCallbacks.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/IpAddressCallbacks.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.wifi_hotspot; public interface IpAddressCallbacks { @@ -5,4 +23,4 @@ public interface IpAddressCallbacks { void onIpAddressValid(); void onIpAddressInvalid(); -} \ No newline at end of file +} diff --git a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/WifiHotspotManager.java b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/WifiHotspotManager.java index 7e165bb3a..02f8eb27c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/WifiHotspotManager.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/WifiHotspotManager.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.wifi_hotspot; import android.net.wifi.WifiConfiguration; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/BaseBroadcastReceiver.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/BaseBroadcastReceiver.kt index 6371ee62f..3a3bb7ecb 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/BaseBroadcastReceiver.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/BaseBroadcastReceiver.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import android.content.BroadcastReceiver diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ConnectivityBroadcastReceiver.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ConnectivityBroadcastReceiver.kt index fbcc6a77a..d3bf2a0a4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ConnectivityBroadcastReceiver.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ConnectivityBroadcastReceiver.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import android.content.Context diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/DefaultLanguageProvider.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/DefaultLanguageProvider.kt index 3f6325116..7f75dfd4c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/DefaultLanguageProvider.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/DefaultLanguageProvider.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import android.content.Context diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Fat32Checker.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Fat32Checker.kt index d3a7fb5cf..0a26c775e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Fat32Checker.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Fat32Checker.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/KiloByte.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/KiloByte.kt index 6c128dc9c..46b6fee3b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/KiloByte.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/KiloByte.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import java.text.DecimalFormat diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Language.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Language.kt index cb504a55d..2287e1fb1 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Language.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/Language.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import android.os.Parcelable diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/NetworkState.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/NetworkState.kt index ec7465410..0dc2ae841 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/NetworkState.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/NetworkState.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager enum class NetworkState { diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SectionsPagerAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SectionsPagerAdapter.kt index 09c2511d1..dfff8a1ff 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SectionsPagerAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SectionsPagerAdapter.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimplePageChangeListener.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimplePageChangeListener.kt index ce0db3225..3bc517706 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimplePageChangeListener.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimplePageChangeListener.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import androidx.viewpager.widget.ViewPager.OnPageChangeListener diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimpleTextListener.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimpleTextListener.kt index 3d32547cb..4a0a6286f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimpleTextListener.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/SimpleTextListener.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager import androidx.appcompat.widget.SearchView.OnQueryTextListener diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivity.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivity.kt index 12d23ba47..8047a4af7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivity.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageActivity.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageViewModel.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageViewModel.kt index 47dde3d0c..fa46c838c 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageViewModel.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/ZimManageViewModel.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ArticleCount.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ArticleCount.kt index dc013969a..5879d48f2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ArticleCount.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ArticleCount.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view import android.content.Context diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/FileSelectListState.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/FileSelectListState.kt index 0b7c8993f..20f773dc6 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/FileSelectListState.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/FileSelectListState.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.fileselect_view diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/StorageObserver.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/StorageObserver.kt index a7fb94fd5..e8c5d1bc7 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/StorageObserver.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/StorageObserver.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view import io.reactivex.functions.BiFunction diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ZimFileSelectFragment.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ZimFileSelectFragment.kt index cc05ba52d..4a4c8fa0f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ZimFileSelectFragment.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ZimFileSelectFragment.kt @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.fileselect_view diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BookOnDiskDelegate.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BookOnDiskDelegate.kt index 3e97806ec..6515d533e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BookOnDiskDelegate.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BookOnDiskDelegate.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.fileselect_view.adapter diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskAdapter.kt index 6986a9e16..2d84d5ac2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskAdapter.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.adapter import org.kiwix.kiwixmobile.zim_manager.library_view.adapter.base.AdapterDelegate diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskListItem.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskListItem.kt index a75f7d0f4..d17da599f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskListItem.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskListItem.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.adapter import org.kiwix.kiwixmobile.database.newdb.entities.BookOnDiskEntity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskViewHolder.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskViewHolder.kt index 479b7c932..49ec97dfc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskViewHolder.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/adapter/BooksOnDiskViewHolder.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.adapter import android.graphics.ColorMatrixColorFilter diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/DeleteFiles.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/DeleteFiles.kt index 078049acd..0e83934df 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/DeleteFiles.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/DeleteFiles.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.effects import android.app.Activity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/None.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/None.kt index 3d38f04c3..81b3e34af 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/None.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/None.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.effects import android.app.Activity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/OpenFile.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/OpenFile.kt index 82f73ef39..6b2f4f810 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/OpenFile.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/OpenFile.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.fileselect_view.effects diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/ShareFiles.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/ShareFiles.kt index 8e99ea756..38abb33a2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/ShareFiles.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/ShareFiles.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.effects import android.app.Activity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/SideEffect.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/SideEffect.kt index 8806a40f4..f72706773 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/SideEffect.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/SideEffect.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.fileselect_view.effects diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/StartMultiSelection.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/StartMultiSelection.kt index 8f31c75e4..de08c51fd 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/StartMultiSelection.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/effects/StartMultiSelection.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.fileselect_view.effects import android.app.Activity diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryFragment.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryFragment.kt index 9a9374d0d..a3d74a32b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryFragment.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryFragment.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.library_view diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryViewCallback.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryViewCallback.java index 51127f18f..12c9f812e 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryViewCallback.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/LibraryViewCallback.java @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.library_view; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryAdapter.kt index e53189dd3..0e04fa4fc 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryAdapter.kt @@ -1,20 +1,19 @@ /* - * Copyright 2013 Rashiq Ahmad - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.library_view.adapter diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryDelegate.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryDelegate.kt index 6f5aa6724..eb9129391 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryDelegate.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryDelegate.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.library_view.adapter diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryListItem.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryListItem.kt index bde18998b..c4e11d0c2 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryListItem.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryListItem.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.library_view.adapter import org.kiwix.kiwixmobile.library.entity.LibraryNetworkEntity.Book diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryViewHolder.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryViewHolder.kt index 70c1a2901..589c3d995 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryViewHolder.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/LibraryViewHolder.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.library_view.adapter import android.view.View diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AbsDelegateAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AbsDelegateAdapter.kt index fcad993e2..480683564 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AbsDelegateAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AbsDelegateAdapter.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.library_view.adapter.base import android.view.ViewGroup diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegate.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegate.kt index 471d371cc..7ce0b016b 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegate.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegate.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.library_view.adapter.base import android.view.ViewGroup diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegateManager.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegateManager.kt index 931ce4320..6dda27a37 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegateManager.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/AdapterDelegateManager.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.library_view.adapter.base import android.view.ViewGroup diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseDelegateAdapter.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseDelegateAdapter.kt index e6d9eefdd..12fed43e8 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseDelegateAdapter.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseDelegateAdapter.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package org.kiwix.kiwixmobile.zim_manager.library_view.adapter.base diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseViewHolder.kt b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseViewHolder.kt index a0e0ce4f1..63b76175f 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseViewHolder.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/library_view/adapter/base/BaseViewHolder.kt @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.library_view.adapter.base import android.view.View diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileItem.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileItem.java index c551d0b24..0384c9845 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileItem.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileItem.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.net.Uri; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileListAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileListAdapter.java index b2db9371e..fb9640d56 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileListAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/FileListAdapter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.view.LayoutInflater; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/KiwixWifiP2pBroadcastReceiver.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/KiwixWifiP2pBroadcastReceiver.java index 261f3b2a9..361d36d69 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/KiwixWifiP2pBroadcastReceiver.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/KiwixWifiP2pBroadcastReceiver.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.content.BroadcastReceiver; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/LocalFileTransferActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/LocalFileTransferActivity.java index 25ac0de9f..0fbeb7a72 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/LocalFileTransferActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/LocalFileTransferActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.Manifest; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/PeerGroupHandshakeAsyncTask.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/PeerGroupHandshakeAsyncTask.java index f59159cf3..b851c2aee 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/PeerGroupHandshakeAsyncTask.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/PeerGroupHandshakeAsyncTask.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.os.AsyncTask; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/ReceiverDeviceAsyncTask.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/ReceiverDeviceAsyncTask.java index 7c759393f..a12b8640d 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/ReceiverDeviceAsyncTask.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/ReceiverDeviceAsyncTask.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.os.AsyncTask; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/SenderDeviceAsyncTask.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/SenderDeviceAsyncTask.java index 43aa07117..817ac98c6 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/SenderDeviceAsyncTask.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/SenderDeviceAsyncTask.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.app.Activity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiDirectManager.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiDirectManager.java index c67ea8cbc..11080f519 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiDirectManager.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiDirectManager.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.app.Activity; diff --git a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiPeerListAdapter.java b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiPeerListAdapter.java index c9c9f6f18..ae77ad077 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiPeerListAdapter.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/local_file_transfer/WifiPeerListAdapter.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope 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 . + * + */ + package org.kiwix.kiwixmobile.zim_manager.local_file_transfer; import android.app.Activity; diff --git a/app/src/main/res/anim/fade_in.xml b/app/src/main/res/anim/fade_in.xml index 244610544..be7503604 100644 --- a/app/src/main/res/anim/fade_in.xml +++ b/app/src/main/res/anim/fade_in.xml @@ -1,4 +1,22 @@ + + + + + diff --git a/app/src/main/res/drawable/action_find_next.xml b/app/src/main/res/drawable/action_find_next.xml index db1fd9a4d..c7b422b66 100644 --- a/app/src/main/res/drawable/action_find_next.xml +++ b/app/src/main/res/drawable/action_find_next.xml @@ -1,3 +1,21 @@ + + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + diff --git a/app/src/main/res/drawable/border_label_video.xml b/app/src/main/res/drawable/border_label_video.xml index 4d1815a83..51ab663bc 100644 --- a/app/src/main/res/drawable/border_label_video.xml +++ b/app/src/main/res/drawable/border_label_video.xml @@ -1,3 +1,21 @@ + + diff --git a/app/src/main/res/drawable/border_tab_switcher.xml b/app/src/main/res/drawable/border_tab_switcher.xml index c380a6e48..f721fa882 100644 --- a/app/src/main/res/drawable/border_tab_switcher.xml +++ b/app/src/main/res/drawable/border_tab_switcher.xml @@ -1,3 +1,21 @@ + + diff --git a/app/src/main/res/drawable/fullscreen_exit.xml b/app/src/main/res/drawable/fullscreen_exit.xml index d431c4b7c..90f344e52 100644 --- a/app/src/main/res/drawable/fullscreen_exit.xml +++ b/app/src/main/res/drawable/fullscreen_exit.xml @@ -1,3 +1,21 @@ + + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + - ~ - ~ This program is free software; you can redistribute it and/or modify - ~ it under the terms of the GNU General Public License as published by - ~ the Free Software Foundation; either version 3 of the License, or - ~ any later version. + ~ Kiwix Android + ~ Copyright (c) 2019 Kiwix + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. ~ ~ This program is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of - ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ GNU General Public License for more details. ~ ~ You should have received a copy of the GNU General Public License - ~ along with this program; if not, write to the Free Software - ~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - ~ MA 02110-1301, USA. + ~ along with this program. If not, see . + ~ --> + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + + diff --git a/app/src/main/res/drawable/ic_shortcut_new_tab.xml b/app/src/main/res/drawable/ic_shortcut_new_tab.xml index 07e3f0675..be2a1418e 100644 --- a/app/src/main/res/drawable/ic_shortcut_new_tab.xml +++ b/app/src/main/res/drawable/ic_shortcut_new_tab.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/drawable/ic_stars_black_24dp.xml b/app/src/main/res/drawable/ic_stars_black_24dp.xml index 379fe0e20..100d61169 100644 --- a/app/src/main/res/drawable/ic_stars_black_24dp.xml +++ b/app/src/main/res/drawable/ic_stars_black_24dp.xml @@ -1,3 +1,21 @@ + + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + + diff --git a/app/src/main/res/drawable/list_bg.xml b/app/src/main/res/drawable/list_bg.xml index c54af6c68..f4252ec7b 100644 --- a/app/src/main/res/drawable/list_bg.xml +++ b/app/src/main/res/drawable/list_bg.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/drawable/list_bg_light.xml b/app/src/main/res/drawable/list_bg_light.xml index 7f8de3a8f..938357009 100644 --- a/app/src/main/res/drawable/list_bg_light.xml +++ b/app/src/main/res/drawable/list_bg_light.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/drawable/scrollbar_handle_vertical.xml b/app/src/main/res/drawable/scrollbar_handle_vertical.xml index d4024370a..fe834976e 100644 --- a/app/src/main/res/drawable/scrollbar_handle_vertical.xml +++ b/app/src/main/res/drawable/scrollbar_handle_vertical.xml @@ -1,5 +1,23 @@ + + + + diff --git a/app/src/main/res/layout/activity_bookmarks.xml b/app/src/main/res/layout/activity_bookmarks.xml index 329dac053..13f51c4cd 100644 --- a/app/src/main/res/layout/activity_bookmarks.xml +++ b/app/src/main/res/layout/activity_bookmarks.xml @@ -1,4 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope 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 . + ~ + --> + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/menu/menu_bookmarks.xml b/app/src/main/res/menu/menu_bookmarks.xml index 4e0cfb2e7..89ed8ae01 100644 --- a/app/src/main/res/menu/menu_bookmarks.xml +++ b/app/src/main/res/menu/menu_bookmarks.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/menu_context_delete.xml b/app/src/main/res/menu/menu_context_delete.xml index 4a0ab46cf..047b8bb85 100644 --- a/app/src/main/res/menu/menu_context_delete.xml +++ b/app/src/main/res/menu/menu_context_delete.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/menu_history.xml b/app/src/main/res/menu/menu_history.xml index 4e494ce4f..193f2b874 100644 --- a/app/src/main/res/menu/menu_history.xml +++ b/app/src/main/res/menu/menu_history.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/menu_language.xml b/app/src/main/res/menu/menu_language.xml index 980a1e234..6d277d50c 100644 --- a/app/src/main/res/menu/menu_language.xml +++ b/app/src/main/res/menu/menu_language.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml index 84281b83f..064c9c6f2 100644 --- a/app/src/main/res/menu/menu_main.xml +++ b/app/src/main/res/menu/menu_main.xml @@ -1,3 +1,21 @@ + + diff --git a/app/src/main/res/menu/menu_search.xml b/app/src/main/res/menu/menu_search.xml index cfd11c4dd..dfdc0d6a5 100644 --- a/app/src/main/res/menu/menu_search.xml +++ b/app/src/main/res/menu/menu_search.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/menu_webview.xml b/app/src/main/res/menu/menu_webview.xml index ff99b82d0..68a1f5d81 100644 --- a/app/src/main/res/menu/menu_webview.xml +++ b/app/src/main/res/menu/menu_webview.xml @@ -1,17 +1,20 @@ - + diff --git a/app/src/main/res/menu/menu_webview_action.xml b/app/src/main/res/menu/menu_webview_action.xml index ba79e6c4e..909b37f2e 100644 --- a/app/src/main/res/menu/menu_webview_action.xml +++ b/app/src/main/res/menu/menu_webview_action.xml @@ -1,17 +1,20 @@ - + diff --git a/app/src/main/res/menu/menu_zim_files_contextual.xml b/app/src/main/res/menu/menu_zim_files_contextual.xml index c5e632bb1..54823b03d 100644 --- a/app/src/main/res/menu/menu_zim_files_contextual.xml +++ b/app/src/main/res/menu/menu_zim_files_contextual.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/menu_zim_manager.xml b/app/src/main/res/menu/menu_zim_manager.xml index 9615f69b5..6d8592c7b 100644 --- a/app/src/main/res/menu/menu_zim_manager.xml +++ b/app/src/main/res/menu/menu_zim_manager.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/menu/wifi_file_share_items.xml b/app/src/main/res/menu/wifi_file_share_items.xml index 7bf1a4811..bdfa04190 100644 --- a/app/src/main/res/menu/wifi_file_share_items.xml +++ b/app/src/main/res/menu/wifi_file_share_items.xml @@ -1,4 +1,22 @@ + + + + Hulp Tuisblad diff --git a/app/src/main/res/values-am/strings.xml b/app/src/main/res/values-am/strings.xml index 6a06762ff..c4291f6de 100644 --- a/app/src/main/res/values-am/strings.xml +++ b/app/src/main/res/values-am/strings.xml @@ -1,4 +1,22 @@ + + እርዳታ መኖርያ ገጽ diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index e58a44225..d0de1182d 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -1,4 +1,22 @@ + + الحصول على المحتوى مساعدة diff --git a/app/src/main/res/values-as/strings.xml b/app/src/main/res/values-as/strings.xml index 485f54251..1ebbffe66 100644 --- a/app/src/main/res/values-as/strings.xml +++ b/app/src/main/res/values-as/strings.xml @@ -1,4 +1,22 @@ + + সহায় বেটুপাত diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index a6243b3f6..9fc42de68 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -1,4 +1,22 @@ + + Kömək Ana səhifə diff --git a/app/src/main/res/values-ba/strings.xml b/app/src/main/res/values-ba/strings.xml index e214c1bb1..f692f060d 100644 --- a/app/src/main/res/values-ba/strings.xml +++ b/app/src/main/res/values-ba/strings.xml @@ -1,4 +1,22 @@ + + Ярҙам Төп Бит diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index b61bcf33e..065dac6cc 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -1,4 +1,22 @@ + + Даведка Дадому diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 7a6c7b64a..965a1cb09 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -1,4 +1,22 @@ + + Вземете съдържание Помощ diff --git a/app/src/main/res/values-bm/strings.xml b/app/src/main/res/values-bm/strings.xml index 843d22c52..77ade84e3 100644 --- a/app/src/main/res/values-bm/strings.xml +++ b/app/src/main/res/values-bm/strings.xml @@ -1,4 +1,22 @@ + + Dɛmɛ Soba diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index 66a3603e1..dfecbc2dd 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -1,4 +1,22 @@ + + বিষয়বস্তু পান সাহায্য diff --git a/app/src/main/res/values-br/strings.xml b/app/src/main/res/values-br/strings.xml index b91c565c2..920ace29a 100644 --- a/app/src/main/res/values-br/strings.xml +++ b/app/src/main/res/values-br/strings.xml @@ -1,4 +1,22 @@ + + Kaout endalc\'had Skoazell diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 6cef446b8..f92566ef1 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -1,4 +1,22 @@ + + Obtenir contingut Ajuda diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 02eb98c15..f1168089a 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -1,4 +1,22 @@ + + Získat obsah Nápověda diff --git a/app/src/main/res/values-cv/strings.xml b/app/src/main/res/values-cv/strings.xml index 07733abda..17a8a53ba 100644 --- a/app/src/main/res/values-cv/strings.xml +++ b/app/src/main/res/values-cv/strings.xml @@ -1,4 +1,22 @@ + + Пулăшу Тĕпел diff --git a/app/src/main/res/values-cy/strings.xml b/app/src/main/res/values-cy/strings.xml index c0b65262a..06b90a546 100644 --- a/app/src/main/res/values-cy/strings.xml +++ b/app/src/main/res/values-cy/strings.xml @@ -1,4 +1,22 @@ + + Cymorth Hafan diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index a21ac6bb7..31f8e82d2 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -1,4 +1,22 @@ + + Hent indhold Hjælp diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 3f9630405..91900d255 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,4 +1,22 @@ + + Inhalt abrufen Hilfe diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index ea7155baf..22091a34e 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -1,4 +1,22 @@ + + Λάβετε περιεχόμενο Βοήθεια diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index af3a6d4f1..de8e14d90 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -1,4 +1,22 @@ + + Akiri Enhavon Helpo diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 500de318e..c4034740f 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,4 +1,22 @@ + + Obtener contenido Ayuda diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 8a7035497..0b063cb29 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -1,4 +1,22 @@ + + Abi Koduleht diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 9c6dd2d3a..272e3f15d 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -1,4 +1,22 @@ + + Edukia Lortu Laguntza diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index fe6b2bc00..ad6f34f73 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -1,4 +1,22 @@ + + راهنما آغازه diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 4cf0e5858..a95e8d1f3 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -1,4 +1,22 @@ + + Hanki sisältöä Ohje diff --git a/app/src/main/res/values-fo/strings.xml b/app/src/main/res/values-fo/strings.xml index d6bc86b9c..4ad0c46d1 100644 --- a/app/src/main/res/values-fo/strings.xml +++ b/app/src/main/res/values-fo/strings.xml @@ -1,4 +1,22 @@ + + Hjálp Heim diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 19154478c..855aec867 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1,4 +1,22 @@ + + Obtenir du contenu Aide diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index c92ba73f3..794b8a416 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -1,4 +1,22 @@ + + Obter contido Axuda diff --git a/app/src/main/res/values-gu/strings.xml b/app/src/main/res/values-gu/strings.xml index 54677d1a7..aaf801f94 100644 --- a/app/src/main/res/values-gu/strings.xml +++ b/app/src/main/res/values-gu/strings.xml @@ -1,4 +1,22 @@ + + મદદ ઘર diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index 908e6bb04..dc3c64b8d 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -1,4 +1,22 @@ + + सामग्री पायें सहायता diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 454d9b918..2f3471d71 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -1,4 +1,22 @@ + + Pomoć Početna stranica diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 6f2499aeb..8f67438df 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -1,4 +1,22 @@ + + Tartalom lekérése Súgó diff --git a/app/src/main/res/values-ia/strings.xml b/app/src/main/res/values-ia/strings.xml index b69658e3b..52ac1fde5 100644 --- a/app/src/main/res/values-ia/strings.xml +++ b/app/src/main/res/values-ia/strings.xml @@ -1,4 +1,22 @@ + + Adjuta Initio diff --git a/app/src/main/res/values-ie/strings.xml b/app/src/main/res/values-ie/strings.xml index 488cda3f2..58bcbb6b6 100644 --- a/app/src/main/res/values-ie/strings.xml +++ b/app/src/main/res/values-ie/strings.xml @@ -1,4 +1,22 @@ + + Auxilie Principal diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 65b5df82c..b9da9dd41 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -1,4 +1,22 @@ + + If you choose “Yes” you won\'t be warned in future. However, you can always change this in Settings Human kind\'s knowledge, on your phone. diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index d884dce90..1dcdba2a8 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,4 +1,22 @@ + + Aiuto Pagina principale diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 65b5df82c..b9da9dd41 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -1,4 +1,22 @@ + + If you choose “Yes” you won\'t be warned in future. However, you can always change this in Settings Human kind\'s knowledge, on your phone. diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 331e142e0..7164f4591 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1,4 +1,22 @@ + + ヘルプ ホーム diff --git a/app/src/main/res/values-ji/strings.xml b/app/src/main/res/values-ji/strings.xml index 9d3a4085b..b4fdd596d 100644 --- a/app/src/main/res/values-ji/strings.xml +++ b/app/src/main/res/values-ji/strings.xml @@ -1,4 +1,22 @@ + + הילף היים diff --git a/app/src/main/res/values-jv/strings.xml b/app/src/main/res/values-jv/strings.xml index 0e0394d0a..a804ab2e9 100644 --- a/app/src/main/res/values-jv/strings.xml +++ b/app/src/main/res/values-jv/strings.xml @@ -1,4 +1,22 @@ + + Pitulung Latar diff --git a/app/src/main/res/values-ka/strings.xml b/app/src/main/res/values-ka/strings.xml index 818561294..e598cf471 100644 --- a/app/src/main/res/values-ka/strings.xml +++ b/app/src/main/res/values-ka/strings.xml @@ -1,4 +1,22 @@ + + დახმარება მთავარი diff --git a/app/src/main/res/values-km/strings.xml b/app/src/main/res/values-km/strings.xml index 13f130442..fc2b85d12 100644 --- a/app/src/main/res/values-km/strings.xml +++ b/app/src/main/res/values-km/strings.xml @@ -1,4 +1,22 @@ + + ជំនួយ ទំព័រដើម diff --git a/app/src/main/res/values-kn/strings.xml b/app/src/main/res/values-kn/strings.xml index c666099b1..864c9fb4f 100644 --- a/app/src/main/res/values-kn/strings.xml +++ b/app/src/main/res/values-kn/strings.xml @@ -1,4 +1,22 @@ + + ಸಹಾಯ ಮುಖ್ಯಪುಟ diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index b2c49b26e..fbcec7baf 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -1,4 +1,22 @@ + + 내용 가져오기 도움말 diff --git a/app/src/main/res/values-ky/strings.xml b/app/src/main/res/values-ky/strings.xml index 930d2c36c..07ffc21f8 100644 --- a/app/src/main/res/values-ky/strings.xml +++ b/app/src/main/res/values-ky/strings.xml @@ -1,4 +1,22 @@ + + Жардам Башкы diff --git a/app/src/main/res/values-lb/strings.xml b/app/src/main/res/values-lb/strings.xml index db3d3bf12..fc91c7345 100644 --- a/app/src/main/res/values-lb/strings.xml +++ b/app/src/main/res/values-lb/strings.xml @@ -1,4 +1,22 @@ + + Inhalt ofruffen Hëllef diff --git a/app/src/main/res/values-li/strings.xml b/app/src/main/res/values-li/strings.xml index c5b55beb3..3f25c98cd 100644 --- a/app/src/main/res/values-li/strings.xml +++ b/app/src/main/res/values-li/strings.xml @@ -1,4 +1,22 @@ + + Haol inhawd op Hölp diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 68c7f53e6..53d68ea9b 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -1,4 +1,22 @@ + + Pagalba Pradžia diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index f703b5cbe..4aff94bcd 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -1,4 +1,22 @@ + + Iegūt saturu Palīdzība diff --git a/app/src/main/res/values-mg/strings.xml b/app/src/main/res/values-mg/strings.xml index 0601a47af..a950cf427 100644 --- a/app/src/main/res/values-mg/strings.xml +++ b/app/src/main/res/values-mg/strings.xml @@ -1,4 +1,22 @@ + + Fanoroana Fandraisana diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml index bb93b4f7f..9dbe2154d 100644 --- a/app/src/main/res/values-mk/strings.xml +++ b/app/src/main/res/values-mk/strings.xml @@ -1,4 +1,22 @@ + + Дај содржини Помош diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml index 562e73ab5..495b4ef4b 100644 --- a/app/src/main/res/values-ml/strings.xml +++ b/app/src/main/res/values-ml/strings.xml @@ -1,4 +1,22 @@ + + സഹായം പ്രധാനം diff --git a/app/src/main/res/values-mn/strings.xml b/app/src/main/res/values-mn/strings.xml index 4423c1699..734d4b575 100644 --- a/app/src/main/res/values-mn/strings.xml +++ b/app/src/main/res/values-mn/strings.xml @@ -1,4 +1,22 @@ + + Тусламж Нүүр diff --git a/app/src/main/res/values-ms/strings.xml b/app/src/main/res/values-ms/strings.xml index 52170d317..e87e2d614 100644 --- a/app/src/main/res/values-ms/strings.xml +++ b/app/src/main/res/values-ms/strings.xml @@ -1,4 +1,22 @@ + + Bantuan Laman utama diff --git a/app/src/main/res/values-mt/strings.xml b/app/src/main/res/values-mt/strings.xml index 87e101660..889e58d23 100644 --- a/app/src/main/res/values-mt/strings.xml +++ b/app/src/main/res/values-mt/strings.xml @@ -1,4 +1,22 @@ + + Għajnuna Daħla diff --git a/app/src/main/res/values-my/strings.xml b/app/src/main/res/values-my/strings.xml index 4d0b53381..18ad53dac 100644 --- a/app/src/main/res/values-my/strings.xml +++ b/app/src/main/res/values-my/strings.xml @@ -1,4 +1,22 @@ + + အ​ကူ​အ​ညီ​ ပင်မ diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml index 4df037041..c3ece028c 100644 --- a/app/src/main/res/values-nb/strings.xml +++ b/app/src/main/res/values-nb/strings.xml @@ -1,4 +1,22 @@ + + Hjelp Hjem diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index 5d0a8ba82..9d329da18 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -1,4 +1,22 @@ + + सामग्रीहरू प्राप्त गर्नुहोस् सहायता diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 2d6fb83bb..e05953970 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -1,4 +1,22 @@ + + Hulp Startpagina diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml index 20835434f..6cb54c6fe 100644 --- a/app/src/main/res/values-nn/strings.xml +++ b/app/src/main/res/values-nn/strings.xml @@ -1,4 +1,22 @@ + + Hjelp Heim diff --git a/app/src/main/res/values-oc/strings.xml b/app/src/main/res/values-oc/strings.xml index 2a78001f6..1a1279b42 100644 --- a/app/src/main/res/values-oc/strings.xml +++ b/app/src/main/res/values-oc/strings.xml @@ -1,4 +1,22 @@ + + Obténer de contengut Ajuda diff --git a/app/src/main/res/values-or/strings.xml b/app/src/main/res/values-or/strings.xml index 6d031f8e5..e8c32efc4 100644 --- a/app/src/main/res/values-or/strings.xml +++ b/app/src/main/res/values-or/strings.xml @@ -1,4 +1,22 @@ + + ସହଯୋଗ ମୂଳ ଜାଗା diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 06ecaa234..ef37d88b4 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -1,4 +1,22 @@ + + Pomoc Start diff --git a/app/src/main/res/values-ps/strings.xml b/app/src/main/res/values-ps/strings.xml index e285a5a04..43c9a99b4 100644 --- a/app/src/main/res/values-ps/strings.xml +++ b/app/src/main/res/values-ps/strings.xml @@ -1,4 +1,22 @@ + + مرسته کور diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index df1e66b67..628b944e2 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -1,4 +1,22 @@ + + Obter conteúdo Ajuda diff --git a/app/src/main/res/values-qu/strings.xml b/app/src/main/res/values-qu/strings.xml index 1936490bc..5738e9f2f 100644 --- a/app/src/main/res/values-qu/strings.xml +++ b/app/src/main/res/values-qu/strings.xml @@ -1,4 +1,22 @@ + + Yanapa Qallarina diff --git a/app/src/main/res/values-rm/strings.xml b/app/src/main/res/values-rm/strings.xml index b0b220a79..d34f80598 100644 --- a/app/src/main/res/values-rm/strings.xml +++ b/app/src/main/res/values-rm/strings.xml @@ -1,4 +1,22 @@ + + Agid Pagina da partenza diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 458569856..c1accdd96 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -1,4 +1,22 @@ + + Preia conținut Ajutor diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index c3f8064ee..f86c4ffcf 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,4 +1,22 @@ + + Получить Контент Помощь diff --git a/app/src/main/res/values-sa/strings.xml b/app/src/main/res/values-sa/strings.xml index de8642488..3ff562113 100644 --- a/app/src/main/res/values-sa/strings.xml +++ b/app/src/main/res/values-sa/strings.xml @@ -1,4 +1,22 @@ + + साहाय्यम् गृहम् diff --git a/app/src/main/res/values-sc/strings.xml b/app/src/main/res/values-sc/strings.xml index 8fe5e1def..0c8913f54 100644 --- a/app/src/main/res/values-sc/strings.xml +++ b/app/src/main/res/values-sc/strings.xml @@ -1,4 +1,22 @@ + + Iscàrriga cuntenutos Agiudu diff --git a/app/src/main/res/values-sh/strings.xml b/app/src/main/res/values-sh/strings.xml index b6b5c9afa..a0ec7ddab 100644 --- a/app/src/main/res/values-sh/strings.xml +++ b/app/src/main/res/values-sh/strings.xml @@ -1,4 +1,22 @@ + + Pomoć Početna diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml index b54c26781..a64cb88c6 100644 --- a/app/src/main/res/values-si/strings.xml +++ b/app/src/main/res/values-si/strings.xml @@ -1,4 +1,22 @@ + + උදව් මුල් පිටුව diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 605fe51f7..fd3897928 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -1,4 +1,22 @@ + + Pomocník Domov diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 208123222..6944ff3a3 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -1,4 +1,22 @@ + + Pomoč Domov diff --git a/app/src/main/res/values-so/strings.xml b/app/src/main/res/values-so/strings.xml index 037a4f6ed..68be2217b 100644 --- a/app/src/main/res/values-so/strings.xml +++ b/app/src/main/res/values-so/strings.xml @@ -1,4 +1,22 @@ + + Caawinaad Bogga Hore diff --git a/app/src/main/res/values-sq/strings.xml b/app/src/main/res/values-sq/strings.xml index 091c8fb21..c9f0c34c1 100644 --- a/app/src/main/res/values-sq/strings.xml +++ b/app/src/main/res/values-sq/strings.xml @@ -1,4 +1,22 @@ + + Merrni Lëndë Ndihmë diff --git a/app/src/main/res/values-su/strings.xml b/app/src/main/res/values-su/strings.xml index 132ce0747..03da8d2de 100644 --- a/app/src/main/res/values-su/strings.xml +++ b/app/src/main/res/values-su/strings.xml @@ -1,4 +1,22 @@ + + Pitulung Tepas diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 44de24b96..94ce1500b 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -1,4 +1,22 @@ + + Hämta innehåll Hjälp diff --git a/app/src/main/res/values-sw/strings.xml b/app/src/main/res/values-sw/strings.xml index 2d3b15e40..691b3fa47 100644 --- a/app/src/main/res/values-sw/strings.xml +++ b/app/src/main/res/values-sw/strings.xml @@ -1,4 +1,22 @@ + + Msaada Mwanzo diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index ec45b031e..569607d2a 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -1,4 +1,22 @@ + + உதவி முகப்பு diff --git a/app/src/main/res/values-te/strings.xml b/app/src/main/res/values-te/strings.xml index 7a419f3c5..f2e98dd10 100644 --- a/app/src/main/res/values-te/strings.xml +++ b/app/src/main/res/values-te/strings.xml @@ -1,4 +1,22 @@ + + సహాయం ముంగిలి diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 54643f4e2..b1e2c58aa 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -1,4 +1,22 @@ + + วิธีใช้ หน้าแรก diff --git a/app/src/main/res/values-tl/strings.xml b/app/src/main/res/values-tl/strings.xml index 53e43ae7a..32c707471 100644 --- a/app/src/main/res/values-tl/strings.xml +++ b/app/src/main/res/values-tl/strings.xml @@ -1,4 +1,22 @@ + + Tulong Tahanan diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index cc0277da9..47cf56b2a 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1,4 +1,22 @@ + + İçerik al Yardım diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 644b29341..387581ad8 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -1,4 +1,22 @@ + + Отримати контент Довідка diff --git a/app/src/main/res/values-ur/strings.xml b/app/src/main/res/values-ur/strings.xml index a1aded42e..41cf24534 100644 --- a/app/src/main/res/values-ur/strings.xml +++ b/app/src/main/res/values-ur/strings.xml @@ -1,4 +1,22 @@ + + معاونت صفحہ اول diff --git a/app/src/main/res/values-uz/strings.xml b/app/src/main/res/values-uz/strings.xml index 8e9b1370b..a10576069 100644 --- a/app/src/main/res/values-uz/strings.xml +++ b/app/src/main/res/values-uz/strings.xml @@ -1,4 +1,22 @@ + + Yordam Boshiga diff --git a/app/src/main/res/values-v19/styles.xml b/app/src/main/res/values-v19/styles.xml index c79d770a9..329d35d87 100644 --- a/app/src/main/res/values-v19/styles.xml +++ b/app/src/main/res/values-v19/styles.xml @@ -1,4 +1,22 @@ + + - \ No newline at end of file + diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 2b480efbc..48226a32d 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -1,4 +1,22 @@ + + - \ No newline at end of file + diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 35a81dfc2..15f93fe87 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -1,4 +1,22 @@ + + Lấy Nội dung Trợ giúp diff --git a/app/src/main/res/values-yo/strings.xml b/app/src/main/res/values-yo/strings.xml index 6fb46461c..694289b42 100644 --- a/app/src/main/res/values-yo/strings.xml +++ b/app/src/main/res/values-yo/strings.xml @@ -1,4 +1,22 @@ + + Ìrànwọ́ Ibùdó diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 95cdab339..e86aaf82c 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -1,4 +1,22 @@ + + 帮助 主页 diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 46e97a3d3..cdabb43d2 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,4 +1,22 @@ + + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 5854cfa09..aef4a806e 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,4 +1,22 @@ + + #000000 #ff212121 diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 9a8919332..1833a95c4 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,3 +1,21 @@ + + diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index a6b3daec9..c4a00a3c6 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,2 +1,20 @@ - \ No newline at end of file + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ff70437f1..45f88d27b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,4 +1,22 @@ + + Kiwi Library diff --git a/app/src/main/res/values/strings_nontranslatable.xml b/app/src/main/res/values/strings_nontranslatable.xml index b3819e053..069d1e1d5 100644 --- a/app/src/main/res/values/strings_nontranslatable.xml +++ b/app/src/main/res/values/strings_nontranslatable.xml @@ -1,4 +1,22 @@ + + small diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 8e75f9fff..ffc36517d 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,4 +1,22 @@ + + - + \ No newline at end of file diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 48226a32d..2b480efbc 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -1,22 +1,4 @@ - - - + \ No newline at end of file diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 15f93fe87..35a81dfc2 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -1,22 +1,4 @@ - - Lấy Nội dung Trợ giúp diff --git a/app/src/main/res/values-yo/strings.xml b/app/src/main/res/values-yo/strings.xml index 694289b42..6fb46461c 100644 --- a/app/src/main/res/values-yo/strings.xml +++ b/app/src/main/res/values-yo/strings.xml @@ -1,22 +1,4 @@ - - Ìrànwọ́ Ibùdó diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index e86aaf82c..95cdab339 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -1,22 +1,4 @@ - - 帮助 主页 diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index cdabb43d2..46e97a3d3 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,22 +1,4 @@ - - diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index aef4a806e..5854cfa09 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,22 +1,4 @@ - - #000000 #ff212121 diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 1833a95c4..9a8919332 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,21 +1,3 @@ - - diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index c4a00a3c6..a6b3daec9 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,20 +1,2 @@ - - - + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 45f88d27b..ff70437f1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,22 +1,4 @@ - - Kiwi Library diff --git a/app/src/main/res/values/strings_nontranslatable.xml b/app/src/main/res/values/strings_nontranslatable.xml index 069d1e1d5..b3819e053 100644 --- a/app/src/main/res/values/strings_nontranslatable.xml +++ b/app/src/main/res/values/strings_nontranslatable.xml @@ -1,22 +1,4 @@ - - small diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ffc36517d..8e75f9fff 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,22 +1,4 @@ - -