Commit Graph

279 Commits

Author SHA1 Message Date
Nils ed86d19ed9
Update README.md 2018-08-23 18:21:40 +02:00
Nils e0e9df22e3
Create LICENSE 2018-07-25 16:36:59 +02:00
Nils 24023194a6
Update README.md 2018-05-02 09:55:06 +02:00
Nils c043b6daa1
Update README.md 2018-05-02 08:44:45 +02:00
Nils d913f1e98f
Update README.md 2018-04-30 15:58:39 +02:00
Nils d1e6f0d782
Update README.md 2018-04-30 00:28:21 +02:00
Yink a33a3cc6ec Merge remote-tracking branch 'origin/master' 2018-04-29 23:51:13 +02:00
Yink 13d987a540 Spanish, German, Italian TL 2018-04-29 23:50:27 +02:00
Nils e230e8e8b7
Update README.md 2018-04-29 20:36:59 +02:00
Nils 936e5241eb
Update README.md 2018-04-29 13:29:39 +02:00
Yink c73362847a Fixed change from traditional to simplified chinese 2018-04-29 12:56:27 +02:00
Yink b92ab305cd French + chinese subtitle support 2018-04-29 12:19:34 +02:00
Nils 4199e04633
Merge pull request #53 from jaidTw/master
Add translation for Traditional Chinese
2018-04-29 10:04:16 +02:00
Jesse Huang 3dd6917515 remove .un~ file 2018-04-28 11:42:09 +08:00
Jesse Huang 3af6378b68 Fix typos and change locale string 2018-04-28 11:40:48 +08:00
Jesse Huang f69c5d346e Add translation for Traditional Chinese 2018-04-23 01:51:19 +08:00
Nils 77ec584b88
Merge pull request #51 from History-exe/patch-1
Add Chinese Simplify translation
2018-04-21 09:59:02 +02:00
History_exe 675c949cdd
Add Chinese Simplify translation
I translated the "LaunchActivity","Settings" and "Subtitles" part. I checked twice to make sure there are no forgetten one. I didn't translate the "Input strings", did I do right?
2018-04-20 21:16:30 +08:00
Nille e47ab60403
Merge pull request #48 from Mk-Chan/master
Mapping input to output with a HashMap
2017-12-12 11:23:30 +01:00
Manik Charan 834698a218 Mapping input to output with a HashMap now
Swapped out the if-else chain for checking input for a loop over a
pre-initialized HashMap which has the mapping for each input to output.
Simplifies responseToInput() further.
2017-12-12 15:48:06 +05:30
Nille 3efe32b78e
Merge pull request #47 from alexsh/master
Simplified code for responseToInput()
Thanks for the input!
2017-12-05 22:02:35 +01:00
Shih Han Lin 4a7ee21a56 Simplified code for responseToInput() 2017-12-02 14:16:39 +08:00
Nille 57935ef10e Merge pull request #46 from alexsh/master
Add Locale support include region code and variants.
Thank you for your work!
2017-10-20 00:37:13 +02:00
Shih Han Lin 4d4e89bea2 Fix multiple language include region code and variant code. 2017-09-15 02:56:36 +08:00
Snek edde9f8470 Change default lang for Italian 2017-08-03 22:57:26 +03:00
Snek 8d5499d690 Revert "Change default lang for Italian"
This reverts commit c4b36c8569.
2017-08-03 22:56:03 +03:00
Snek c4b36c8569 Change default lang for Italian 2017-08-03 22:55:26 +03:00
Snek dde7120900 Revert original icon 2017-08-03 22:46:44 +03:00
Snek 022e5839f4 Minor changes to code. Add italian translation. 2017-08-03 22:40:33 +03:00
Snek 8364f8e1b7 Alarm: set exact time for SDK versions > 19 2017-03-29 11:23:58 +03:00
Snek 2c8cfcfb20 Merge branch 'master' of https://github.com/Yink/Amadeus 2017-03-28 15:07:34 +03:00
Snek 6516540b66 Make method name a more clear 2017-03-28 15:05:01 +03:00
Snek c4800afbd5 Move out most logic from MainActivity to Amadeus class. Refactor and rearrange some other things. 2017-03-28 14:58:53 +03:00
Nille f94bcb9b90 Merge pull request #44 from RIP95/master
When things get complicated... REFACTOR!
2017-03-26 11:37:36 +02:00
Snek 151a2bd510 Alarm: handle wakelock properly 2017-03-25 01:10:50 +03:00
Snek 3bba6d0244 Alarm: don't cancel alarm on activity destroy, change debug tags 2017-03-24 19:38:47 +03:00
Snek 9d5d317d07 Alarm: recover alarm after reboot in AlarmBootReceiver 2017-03-23 23:12:59 +03:00
Snek 496e530761 Alarm: rename class file, fix bug when alarm failed to set up, fix RuntimeException on activity launch 2017-03-23 11:46:46 +03:00
Snek 16cba6f981 Alarm: separate Alarm class with control functions 2017-03-23 02:18:45 +03:00
Snek a2eb43de68 Revert it 2017-03-22 12:15:13 +03:00
Snek 9bb363cc07 Alarm: remove unused variable for now 2017-03-22 12:14:01 +03:00
Snek 816fbb850a Alarm: small fixes, added 24-hour format preference 2017-03-22 12:05:14 +03:00
Snek 43eae7b7d4 Alarm: set alarm on next day if picked time is earlier then current time 2017-03-22 11:36:05 +03:00
RIP95 a528632204 More cleanup 2017-03-21 00:44:54 +03:00
RIP95 c5c517a69b When things get complicated... REFACTOR! 2017-03-20 23:06:55 +03:00
Nille 4800400b7c Merge pull request #42 from RIP95/master
Various improvements and alarm feature
2017-03-20 14:29:51 +01:00
Nille d6cc327bd0 Merge pull request #43 from alexsh/master
Add more info to gitignore after clone and import to Android Studio
2017-03-20 14:29:03 +01:00
RIP95 f470bcb43f Update RU string 2017-03-20 16:12:57 +03:00
RIP95 f9542da733 Alarm: add vibrate option 2017-03-20 15:39:16 +03:00
RIP95 643ebb62e2 Alarm: Screen on and unlock the phone 2017-03-20 14:40:23 +03:00