Commit graph

517 commits

Author SHA1 Message Date
misaochan
49ee084c31 Remove cats_limit 2016-12-14 16:26:40 +13:00
misaochan
ce3abcd727 Add constructor to ExistingFileAsync and call it in ShareActivity 2016-12-14 16:25:29 +13:00
misaochan
9afb1da6fa Add TAG 2016-12-14 16:20:19 +13:00
misaochan
dbd2f9b16c Added ExistingFileAsync.java 2016-12-14 16:17:44 +13:00
misaochan
674663601a Add comments 2016-12-14 16:15:44 +13:00
misaochan
c8b6e83ab4 Add comments 2016-12-14 16:11:13 +13:00
misaochan
bd949f4fd9 Add comments 2016-12-14 16:10:41 +13:00
misaochan
630eebeeac Removed unnecessary comments 2016-12-14 16:06:41 +13:00
misaochan
d2982845ff Refactor Utils.getSHA1 to produce SHA1 output instead of bool 2016-12-14 16:05:23 +13:00
misaochan
bd00a514a3 Add API query URL 2016-12-09 18:12:56 +13:00
misaochan
16877eca27 Add sha1Bool test with mock SHA1 2016-12-09 17:05:11 +13:00
misaochan
03f207db16 Modify testSHA1() to use InputStream instead of File 2016-12-09 17:00:14 +13:00
misaochan
d8719d4fcb Add testSHA1 Utils method 2016-12-09 16:59:23 +13:00
misaochan
3e9af4c495 Add InputStream code 2016-12-09 16:51:54 +13:00
misaochan
8457c956c7 Add comments 2016-12-09 16:37:36 +13:00
misaochan
5baa7654d0 Add comments 2016-12-08 19:52:00 +13:00
misaochan
43fc4d7427 Add comments 2016-12-08 19:38:17 +13:00
misaochan
dfbc0ffea8 Add comments 2016-12-08 19:33:24 +13:00
misaochan
cf23d273c1 Add commentd 2016-12-08 19:17:49 +13:00
misaochan
a44ec0d956 Add Page 4 to WelcomeActivity 2016-11-29 20:56:57 +13:00
misaochan
4253957b74 Add extra page to PagerAdapter 2016-11-29 20:46:48 +13:00
misaochan
8d3046868f Rename 2nd page of tutorial 2016-11-29 20:02:13 +13:00
misaochan
8b4de66b7a DEBUG MODE OFF 2016-11-14 19:39:01 +13:00
misaochan
33710dd48c Remove unnecessary calls in MethodAUpdater 2016-11-14 19:38:02 +13:00
misaochan
9871da97ea Remove unused vars 2016-11-14 19:25:00 +13:00
misaochan
0f467d88a4 Remove comment and separator 2016-11-14 19:23:38 +13:00
misaochan
4489b1169c DEBUG MODE ON 2016-11-09 19:31:12 +13:00
misaochan
264f5de4c2 Successful refactor of CategoriesAdapter into separate file 2016-11-05 16:55:19 +13:00
misaochan
a34d1217c3 Add mInflator, rearrange class vars in CategoriesAdapter 2016-11-05 16:51:25 +13:00
misaochan
3990981710 Make constructor public 2016-11-05 16:46:37 +13:00
misaochan
8008c279c9 Copy getView() method and move CategoriesAdapter to new class 2016-11-05 16:44:19 +13:00
misaochan
6a6413bd3e Add comment 2016-11-05 16:38:09 +13:00
misaochan
e0bda6e64d Add vars to CategoriesAdapter 2016-11-05 16:33:22 +13:00
misaochan
14fa56c201 Add getViewTypeCount() and getItemViewType() 2016-11-05 16:31:27 +13:00
misaochan
bd8bd44d6f Rearrange CategorizationFragment 2016-11-05 15:21:05 +13:00
Josephine Lim
9ef32612c1 Merge pull request #315 from anirudh24seven/optimize-imports
Reorganize imports across the project
2016-10-31 14:32:43 +13:00
Anirudh S
1a11e0afc0 Reorganize imports across the project
Remove unwanted imports and sort import statements by running Android
Studio's 'Optimize Imports' feature in all source files.
2016-10-30 23:14:07 +05:30
Anirudh S
94e8c991ee Modified extra whitespace lines in source code
Code is much easier to read if there isn't too much of a gap between
lines. Primarily converted multi-line gaps into single line gaps.
2016-10-30 23:01:44 +05:30
misaochan
85d6e9885b Remove final variable 2016-10-28 17:16:26 +13:00
misaochan
8c6046feda Remove unnecessary var re-assignment 2016-10-28 16:56:14 +13:00
misaochan
27be5943f7 DEBUG MODE OFF 2016-10-27 17:06:34 +13:00
misaochan
4ce2354cd6 Add comments and copy entire method to MethodAUpdater 2016-10-27 17:03:06 +13:00
misaochan
03b3f70ca8 Change equals to contains 2016-10-27 16:57:58 +13:00
misaochan
a380082008 Add current and prev year to PrefixUpdater 2016-10-27 16:55:16 +13:00
misaochan
9a475ef3c9 Add filterYears() call to all category return methods 2016-10-27 16:37:36 +13:00
misaochan
b7fef046d3 Add similar method to MethodAUpdater 2016-10-27 16:33:40 +13:00
misaochan
4c3ca2fd41 remove() iterator again 2016-10-27 16:32:48 +13:00
misaochan
b83999b9b1 Call remove() on ArrayList instead of Iterator 2016-10-27 16:28:14 +13:00
misaochan
ae0ab0cf2d Rename item to iterator 2016-10-27 16:26:17 +13:00
misaochan
464d6e0bac Add logs and additional var filteredItems to store list 2016-10-27 16:21:21 +13:00