diff --git a/README.md b/README.md index d8c5b01315..f8b5d7ff2e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Omni-Notes is a note taking open-source application aimed to have both a The project was inspired by the absence of such applications compatible with old phones and old versions of Android. It aims to provide an attractive look and follow the most recent design guidelines of the Google operating system that is not currently avaialbe for older devices. -**Follow the developments and post your comments and advice on Facebook Community at https://www.facebook.com/OmniNotes** +**Follow the developments and post your comments and advice on Telegram Community at https://t.me/+VwL2-SGNdTs4ZWY0** Help to keep translations updated is always welcome, if you want give a hand checkout the translation project on *https://translate.omninotes.app.* diff --git a/assets/translations/play_store_description.txt b/assets/translations/play_store_description.txt index d70f57bfc0..bfef7f1434 100644 --- a/assets/translations/play_store_description.txt +++ b/assets/translations/play_store_description.txt @@ -1,6 +1,6 @@ Open-source note taking application, designed to be lightweight and simple without giving up smart behavior. -Follow the developments and post your comments and advice on our community at https://www.facebook.com/OmniNotes +Follow the developments and post your comments and advice on our community at https://t.me/+VwL2-SGNdTs4ZWY0 Your help in translating the app is welcome. Send me an e-mail If you want to lend a hand ! diff --git a/omniNotes/src/main/assets/html/about.html b/omniNotes/src/main/assets/html/about.html index 291dac4017..b6fd3a177c 100644 --- a/omniNotes/src/main/assets/html/about.html +++ b/omniNotes/src/main/assets/html/about.html @@ -53,10 +53,9 @@
- Give a look at our Community for + Give a look at our Community for Beta releases and at developer's personal mini-site for - other softwares, - libraries and trashware! + other softwares, libraries and trashware!
diff --git a/omniNotes/src/main/java/it/feio/android/omninotes/intro/IntroSlide6.java b/omniNotes/src/main/java/it/feio/android/omninotes/intro/IntroSlide6.java index aa5f864d39..72d3b28972 100644 --- a/omniNotes/src/main/java/it/feio/android/omninotes/intro/IntroSlide6.java +++ b/omniNotes/src/main/java/it/feio/android/omninotes/intro/IntroSlide6.java @@ -17,7 +17,7 @@ package it.feio.android.omninotes.intro; -import static it.feio.android.omninotes.utils.ConstantsBase.FACEBOOK_COMMUNITY; +import static it.feio.android.omninotes.utils.ConstantsBase.COMMUNITY_LINK; import android.content.Intent; import android.graphics.Color; @@ -35,11 +35,11 @@ public void onActivityCreated(Bundle savedInstanceState) { binding.introBackground.setBackgroundColor(Color.parseColor("#222222")); binding.introTitle.setText(R.string.tour_listactivity_final_title); binding.introImage.setVisibility(View.GONE); - binding.introImageSmall.setImageResource(R.drawable.facebook); + binding.introImageSmall.setImageResource(R.drawable.community); binding.introImageSmall.setVisibility(View.VISIBLE); binding.introImageSmall.setOnClickListener(v -> { Intent intent = new Intent(Intent.ACTION_VIEW); - intent.setData(Uri.parse(FACEBOOK_COMMUNITY)); + intent.setData(Uri.parse(COMMUNITY_LINK)); startActivity(intent); }); binding.introDescription.setText(R.string.tour_community); diff --git a/omniNotes/src/main/java/it/feio/android/omninotes/utils/ConstantsBase.java b/omniNotes/src/main/java/it/feio/android/omninotes/utils/ConstantsBase.java index 235c748180..f597b9e99c 100644 --- a/omniNotes/src/main/java/it/feio/android/omninotes/utils/ConstantsBase.java +++ b/omniNotes/src/main/java/it/feio/android/omninotes/utils/ConstantsBase.java @@ -20,14 +20,7 @@ public interface ConstantsBase { String DATABASE_NAME = "omni-notes"; String APP_STORAGE_DIRECTORY_SB_SYNC = "db_sync"; - - String DEV_EMAIL = "omninotes@iosue.it"; - String GOOGLE_PLUS_COMMUNITY = "https://plus.google.com/communities/112276053772152071903"; - String FACEBOOK_COMMUNITY = "https://www.facebook.com/OmniNotes/"; - - // Used for updates retrieval - long UPDATE_MIN_FREQUENCY = 24L * 60L * 60L * 1000L; // 1 day - String DRIVE_FOLDER_LAST_BUILD = "https://goo.gl/gB55RE"; + String COMMUNITY_LINK = "https://t.me/omninotes"; // Notes swipe int SWIPE_MARGIN = 30; diff --git a/omniNotes/src/main/res/drawable-nodpi/community.png b/omniNotes/src/main/res/drawable-nodpi/community.png new file mode 100644 index 0000000000..6af1042d20 Binary files /dev/null and b/omniNotes/src/main/res/drawable-nodpi/community.png differ diff --git a/omniNotes/src/main/res/drawable-nodpi/facebook.png b/omniNotes/src/main/res/drawable-nodpi/facebook.png deleted file mode 100644 index 3cd652096f..0000000000 Binary files a/omniNotes/src/main/res/drawable-nodpi/facebook.png and /dev/null differ diff --git a/omniNotes/src/main/res/raw/changelog.xml b/omniNotes/src/main/res/raw/changelog.xml index 007039b22b..f6e9afb75b 100644 --- a/omniNotes/src/main/res/raw/changelog.xml +++ b/omniNotes/src/main/res/raw/changelog.xml @@ -20,6 +20,7 @@ changeDate="May 03, 2023" versionName="6.3.0">