Skip to content

Commit

Permalink
Create project again.
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-XIA committed Nov 4, 2016
0 parents commit c3703a9
Show file tree
Hide file tree
Showing 211 changed files with 17,699 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures

#Added
.idea/*
*.apk
21 changes: 21 additions & 0 deletions License/android-segmented-control
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 Le Van Hoang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
95 changes: 95 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
#MyDiary

## Summary

I veray like Makoto Shinkai's (新海 誠) movies! This project is just try to create the app - "My Diary" in "your name." on Android. In this movie , "My Diary" is a important app between Taki(瀧) and Mitsuha(三葉) . As a fan, I think maybe I can implement this app. If you also like "your name.", please join me to finish the "My Diary" , let it be true.

This project will need :
* Android developer
* GUI designer
* Japanese/English translation

This project is created again in 20161104.
Because it have some my personal info in old git .
So if you already maek a star or fork , you can do it again , thanks!

## Why is only Android verison?

In fact , Android version is more difficult than iOS ,becaus this app is run on iOS in the movie. But I will only create Android version becasue:

1. I don't have any mac now :P
2. Android's apk is easy to release.

so , maybe I will try to create iOS version after this app is running.


## Fuunction

**Work:**
* Add topic
* Delete topic
* Show diary lsit
* Add diary
* Delete diary
* Change date in calendar page (page curl effect not ready)

## Schedule

This list is what function I will finish , the number is sequence for coding.

1. Add mood in diary
2. Add weather in diary
3. Add location in diary
4. Optimized diry viewpager
5. Create memo
6. Allow edit topic , diary
7. Allow order for topic , memo
8. Add bookmark for diary
9. Add web block in diary
10. Add photo in diary
11. Create contacts
12. Add music in diary

## Usecase

Because DVD/BD doesn't be released now, so the use case is from my memory and network information.
If you have any idea or find some function what I lose , you can tell me or update the use case in **/UML/MyDiary.mdj** by [starUML](http://staruml.io/):

![](/screenshot/usercase.png)


## Ui flow

Designing.

## screenshot

![](/screenshot/s_0.png)
![](/screenshot/s_1.png)
![](/screenshot/s_2.png)
![](/screenshot/s_3.png)
![](/screenshot/s_4.png)
![](/screenshot/s_5.png)
![](/screenshot/s_6.png)


# Apk
[![](/screenshot/google-play-badge.png) ](https://play.google.com/store/apps/details?id=com.kiminonawa.mydiary)


## License

**The MIT License (MIT)**
Copyright (c) 2016 Daxia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


## Contact me

Daxia ([email protected])

Loading

0 comments on commit c3703a9

Please sign in to comment.