index
:
Aniki.git
develop
feature/api_server_call
feature/bottom_navigation
feature/data_storage
feature/elements_detail
feature/keyboard_search_button
feature/multiple_top_pages
feature/recyclerview
feature/search
feature/swipe_to_refresh
feature/top_anime_handling
master
release/1.0
release/1.1
release/1.2
release/2.0
release/3.0
release/3.1
release/3.1.1
release/3.2
release/3.2.1
release/3.2.2
release/3.2.3
release/3.2.4
Yet another android myanimelist client
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Big update
release/3.2
Clyhtsuriva
2021-05-19
52
-225
/
+183
*
Update README.md and adding logo onto the main screen
release/3.1
Clyhtsuriva
2021-05-14
1
-2
/
+13
*
Singletons on all pages : OK
Clyhtsuriva
2021-05-14
6
-125
/
+81
*
Singletons : DetailTopManga : OK
Clyhtsuriva
2021-05-14
2
-21
/
+49
*
Addedd Singletons for TopManga.
Clyhtsuriva
2021-05-14
2
-22
/
+38
*
DetailSearchAnimeController.kt and activity OK
release/3.0
Clyhtsuriva
2021-05-13
2
-61
/
+79
*
DetailSearchMangaController.kt and activity OK
Clyhtsuriva
2021-05-13
2
-59
/
+80
*
DetailTopAnimeController.kt and the activity are working fine.
Clyhtsuriva
2021-05-13
2
-89
/
+111
*
Redefining how the controller is started.
Clyhtsuriva
2021-05-13
2
-5
/
+2
*
DetailTopMangaController.kt and the activity are working fine.
Clyhtsuriva
2021-05-13
2
-91
/
+116
*
creating empty controller files for detail pages
Clyhtsuriva
2021-05-12
4
-0
/
+12
*
creating anime and manga packages for controllers
Clyhtsuriva
2021-05-12
8
-8
/
+8
*
Added search anime page controller
Clyhtsuriva
2021-05-10
2
-54
/
+89
*
Finished search manga page controller
Clyhtsuriva
2021-05-10
2
-54
/
+83
*
Added the arch onto topanime
Clyhtsuriva
2021-05-04
6
-142
/
+151
*
MVC implemented to TopMangaPage
Clyhtsuriva
2021-04-13
2
-121
/
+123
*
Moving the basic variables.
Clyhtsuriva
2021-04-13
1
-5
/
+15
*
Restructuring and README update.
Clyhtsuriva
2021-04-13
40
-78
/
+117
*
Starting the main controller.
Clyhtsuriva
2021-03-23
1
-0
/
+27
*
Refactoring into MVC
Clyhtsuriva
2021-03-23
40
-58
/
+80
*
Feature added to animes.
feature/multiple_top_pages
Clyhtsuriva
2021-03-23
4
-32
/
+58
*
Feature added to mangas
Clyhtsuriva
2021-03-23
4
-6
/
+65
*
Anime : Added a search button replacing return on the keyboard.
Clyhtsuriva
2021-03-23
3
-3
/
+19
*
Manga : Added a search button replacing return on the keyboard.
Clyhtsuriva
2021-03-23
2
-2
/
+27
*
Removed lorem placeholder.
Clyhtsuriva
2021-03-14
2
-3
/
+0
*
Update README.md and colors.xml
feature/search
Clyhtsuriva
2021-03-14
1
-2
/
+2
*
Added detail for searched animes.
Clyhtsuriva
2021-03-14
8
-13
/
+436
*
Detail for searched mangas is working.
Clyhtsuriva
2021-03-12
7
-14
/
+511
*
Adding colors to TextInputEditText from search pages.
Clyhtsuriva
2021-03-12
4
-6
/
+12
*
Added searching for animes.
Clyhtsuriva
2021-03-02
8
-3
/
+297
*
Search working for mangas.
Clyhtsuriva
2021-03-02
3
-28
/
+30
*
Building the basic files to display the searched mangas.
Clyhtsuriva
2021-03-02
7
-0
/
+267
*
Creating the APIs and the responses.
Clyhtsuriva
2021-03-02
19
-69
/
+188
*
Cleaning up the code.
Clyhtsuriva
2021-03-02
17
-689
/
+744
*
Started README and moved the packages.
Clyhtsuriva
2021-02-23
18
-20
/
+22
*
changed the bg color of the icon.
Clyhtsuriva
2021-02-23
18
-3
/
+1
*
Removed the settings option in the actionbar
Clyhtsuriva
2021-02-22
2
-28
/
+0
*
SwipeRefresh added to top anime.
feature/swipe_to_refresh
Clyhtsuriva
2021-02-22
2
-1
/
+19
*
SwipeRefresh implemented and added to mangas.
Clyhtsuriva
2021-02-22
2
-1
/
+19
*
Removing background because most dont seem to have one.
feature/elements_detail
Clyhtsuriva
2021-02-22
3
-45
/
+0
*
Detail is now working for animes
Clyhtsuriva
2021-02-22
11
-19
/
+518
*
starting the anime part
Clyhtsuriva
2021-02-22
2
-0
/
+26
*
Removed justification and added links.
Clyhtsuriva
2021-02-22
5
-5
/
+50
*
Added selectable attribute to titles
Clyhtsuriva
2021-02-22
1
-26
/
+26
*
Made some texviews selectable.
Clyhtsuriva
2021-02-22
1
-3
/
+6
*
Scrollview added.
Clyhtsuriva
2021-02-22
2
-13
/
+15
*
Sharedpreference now working for the DetailTopMangaActivity.kt
Clyhtsuriva
2021-02-22
2
-4
/
+41
*
Text justified and constrained better.
Clyhtsuriva
2021-02-22
2
-10
/
+7
*
Replacing null values by an "Unknown" string.
Clyhtsuriva
2021-02-22
2
-6
/
+29
*
API's now being called with an ID as a parameter.
Clyhtsuriva
2021-02-22
2
-25
/
+27
[next]