From 2a06ef913e5e9dbff1013e9e0fe8737dcd99af4f Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 11:00:33 +0200 Subject: Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1fe5980..c1e36e0 100644 --- a/README.md +++ b/README.md @@ -75,26 +75,25 @@ Used to call APIs. ## Usage ### Swipe refresh -swipe_refresh +swipe_refresh ### Previous Displaying a snack when hitting the previously button on the first page : -previous_button_on_first_page +previous_button_on_first_page -This is a reminder since there's a bug (or a feature ;) ) that reset the page number inside the app/code but not the actual list displayed. +This is a reminder since there's a bug (or a feature ;) ) that resets the page number variable but not the actual list displayed. ### Next -next_button +next_button ### Text selection and openable link -next_button +next_button ### Search -search_pages +search_pages -## You Should Know -Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. +Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. \ No newline at end of file -- cgit v1.2.3 From dea3c8d7faee644fc0baea305ab6d313db1775b8 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 11:02:47 +0200 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e36e0..f0d31cf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Use the button (prev and next) to navigate with ease through the pages. + Details of a chosen element from the recycler view with an intent object -Title, synopsys and background clickable. +Title, synopsys and background selectable. + URL link openable.

-- cgit v1.2.3 From ff01482fc21496350a92cb4a596c5d9a3c4f1408 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 11:51:06 +0200 Subject: Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f0d31cf..eb9fec2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Features -+ List of elements used in top manga and top anime with a recycler view ++ List of elements used in top manga and top anime with a recycler view. SwipeRefresh used to refresh the list of data of the first page. @@ -10,7 +10,7 @@ Use the button (prev and next) to navigate with ease through the pages.

-+ Details of a chosen element from the recycler view with an intent object ++ Details of a chosen element from the recycler view with an intent object. Title, synopsys and background selectable. @@ -26,7 +26,7 @@ A feature has been added that hides the keyboard when the query is submitted by We can also submit the query by clicking the "search" button that replace the "return" one. -Clicking on a searched item also opens a detail page of it. +Clicking on a searched item also opens a detailed page. I'm not adding the "multiple pages" feature to the search section because I assume the user should use a more precise query if what he's looking for doesn't show up in the first page. @@ -43,9 +43,9 @@ Usage of : + /v3/search/anime ## Data Storage -Data storage with sharedpreferences used for the recycler view of top manga and top anime as well as the details +Data storage with sharedpreferences used for the recycler view of top manga and top anime as well as the details. -Saves the detail page of an item when opened, not when the list is shown +Saves the detail page of an item when opened, not when the list is shown. Usage of ScrollView in the detail page. Thus, items with long synopsis and background aren't cut down. @@ -63,7 +63,7 @@ It consists of some colors of the pink/purple "family" : Also added the "bangers" font for the titles. ## Gitflow -Development done with a Gitflow workflow. I used master, release, develop and feature branches. +Development done with a Gitflow workflow. I used the master, release, develop and feature branches. ## Architecture I used the MVC (Model, View, Controller) architecture. @@ -71,7 +71,7 @@ I used the MVC (Model, View, Controller) architecture. ## Singletons Usage of singletons. -Used to call APIs. +Used to call APIs and store the api url. ## Usage ### Swipe refresh @@ -97,4 +97,6 @@ This is a reminder since there's a bug (or a feature ;) ) that resets the page n search_pages -Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. \ No newline at end of file +Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. + +search_error \ No newline at end of file -- cgit v1.2.3 From d9a2d9b209f46aff5a47caff1ffcd3de4786e6f6 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 17:29:51 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9fec2..2c2c7fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Android myanimelist client project. (WIP) +# Android myanimelist client project. ## Features -- cgit v1.2.3 From 9a789f1638048a9f3f10ba324efa0296adec4fc1 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 17:31:25 +0200 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c2c7fa..1f0353b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Android myanimelist client project. +# Android myanimelist client project ## Features @@ -8,7 +8,7 @@ SwipeRefresh used to refresh the list of data of the first page. Use the button (prev and next) to navigate with ease through the pages. -

+
+ Details of a chosen element from the recycler view with an intent object. @@ -16,7 +16,7 @@ Title, synopsys and background selectable. URL link openable. -

+
+ Search pages for animes and mangas. -- cgit v1.2.3 From 68cda46c46b5050efbe8846307af7ff90c1856fc Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 17:32:07 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0353b..d8cbbd4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Android myanimelist client project +# Aniki : Yet another android myanimelist client ## Features -- cgit v1.2.3 From 4103f4a88a11e018030ca343224d1d57002fa4b1 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Thu, 20 May 2021 13:15:57 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f0353b..06ebed6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Android myanimelist client project +# Aniki : Yet another android MyAnimeList client ## Features @@ -99,4 +99,4 @@ This is a reminder since there's a bug (or a feature ;) ) that resets the page n Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. -search_error \ No newline at end of file +search_error -- cgit v1.2.3 From a8932bc69891078d8b9727e2866ba21d95490875 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Thu, 20 May 2021 14:24:23 +0200 Subject: Adding fastlane metadata and update README.md --- README.md | 1 + fastlane/metadata/android/en-US/full_description.txt | 1 + fastlane/metadata/android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + fastlane/metadata/android/fr/full_description.txt | 1 + fastlane/metadata/android/fr/short_description.txt | 1 + fastlane/metadata/android/fr/title.txt | 1 + 7 files changed, 7 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt create mode 100644 fastlane/metadata/android/fr/full_description.txt create mode 100644 fastlane/metadata/android/fr/short_description.txt create mode 100644 fastlane/metadata/android/fr/title.txt diff --git a/README.md b/README.md index 06ebed6..aa3df92 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Also added the "bangers" font for the titles. ## Gitflow Development done with a Gitflow workflow. I used the master, release, develop and feature branches. +Later, I started to add tags. ## Architecture I used the MVC (Model, View, Controller) architecture. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..acf5433 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1 @@ +Aniki is an app that displays informations about mangas, manhwas, manhuas and animes from the MyAnimeList database. diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..ae789dc --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A minimalist MyAnimeList client diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..2a64257 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Aniki diff --git a/fastlane/metadata/android/fr/full_description.txt b/fastlane/metadata/android/fr/full_description.txt new file mode 100644 index 0000000..791f1dd --- /dev/null +++ b/fastlane/metadata/android/fr/full_description.txt @@ -0,0 +1 @@ +Aniki est une application permettant de consulter differentes informations sur des mangas, manhwas, manhuas et animes à partir de la base de donnée de MyAnimeList. diff --git a/fastlane/metadata/android/fr/short_description.txt b/fastlane/metadata/android/fr/short_description.txt new file mode 100644 index 0000000..2ebde0e --- /dev/null +++ b/fastlane/metadata/android/fr/short_description.txt @@ -0,0 +1 @@ +Un client MyAnimeList minimaliste diff --git a/fastlane/metadata/android/fr/title.txt b/fastlane/metadata/android/fr/title.txt new file mode 100644 index 0000000..2a64257 --- /dev/null +++ b/fastlane/metadata/android/fr/title.txt @@ -0,0 +1 @@ +Aniki -- cgit v1.2.3 From 4dc69d1be8e86748eb176ad221e36f2f48a3625b Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Thu, 20 May 2021 15:57:08 +0200 Subject: Changing the version. (3.2.3) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3785aca..8ab0bf1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "xyz.adjutor.aniki" minSdkVersion 23 targetSdkVersion 30 - versionCode 1 - versionName "1.0" + versionCode 323 + versionName "3.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } -- cgit v1.2.3 From b51b2d81b1de2bc53091bc7fcf69c06191aa6803 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Thu, 20 May 2021 19:24:23 +0200 Subject: Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aa3df92..85717a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Aniki : Yet another android MyAnimeList client +## F-Droid + +There is an on-going merge to put this app on the f-droid store. + +It's an installable catalogue of FOSS apps for android. + +The merge request : [https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9027](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9027) + ## Features + List of elements used in top manga and top anime with a recycler view. -- cgit v1.2.3