Commit graph

1077 commits

Author SHA1 Message Date
junkiattan
3be0c8c22f Solved merge conflicts in string xml files when pulling from upstream 2018-02-13 00:03:35 +08:00
junkiattan
68fb5ee1ac added relevant filtering to containsYear method of CategorizationFragment.java 2018-02-12 17:40:18 +08:00
harisankerPradeep
8f0584534d After completing findOtherImage() 2018-02-10 13:39:46 +05:30
Manuel Lorenzo
304bf51f5f Fixing some lint issues for #171 2018-02-07 11:32:24 +01:00
maskara
2efba06e35 Fix loader in 2FA screen 2018-02-06 02:01:06 +05:30
maskara
9c23a8c34b Make login work across sessions 2018-02-06 01:52:53 +05:30
maskara
1ea0a1ebeb Make 2FA login work with commons 2018-02-06 01:52:53 +05:30
misaochan
6dee869027 Merge remote-tracking branch 'refs/remotes/origin/2.6.7-release' 2018-02-01 01:48:57 +10:00
misaochan
87fc6903b8 Added error logging 2018-01-31 23:25:06 +10:00
misaochan
b42340b03a Return early if contributionsClient == null 2018-01-31 23:18:28 +10:00
Josephine Lim
3697eb5b2d
Merge pull request #1089 from maskaravivek/notifications
Integrated Notifications API
2018-01-26 00:28:25 +10:00
Josephine Lim
54d761fc62
Merge pull request #1083 from maskaravivek/mapbox
Remove attribution for mapbox
2018-01-26 00:27:02 +10:00
tanvidadu
dd2c5dbcb8 Hide Keypad on clicking outside the EditText 2018-01-24 22:21:37 +05:30
neslihanturan
a6caa64e17
Merge pull request #1080 from tshradheya/fb-about-button
Revamped About Page #1005
2018-01-24 18:08:31 +03:00
misaochan
c80d106636 Add TODO for sole remaining flagged NPE 2018-01-22 16:55:32 +10:00
misaochan
00eb55692e Make error logs more polite 2018-01-22 16:54:22 +10:00
misaochan
417013dcd8 Prevent NPE from string literal comparison 2018-01-22 16:51:02 +10:00
misaochan
895d64dce9 Prevent NPE from string literal comparison 2018-01-22 16:50:47 +10:00
misaochan
2d677d9dad Add null check to line that causes crash 2018-01-22 16:48:33 +10:00
misaochan
6ea7367bf3 Add check for moveToFirst() 2018-01-22 16:47:42 +10:00
maskara
41d6abdf40 Remove unused code 2018-01-22 04:09:43 +05:30
maskara
28a6a3b71d Integrate notifications API 2018-01-22 03:46:54 +05:30
maskara
d78c7befbd Revert "Revert "Merge pull request #1024 from neslihanturan/displayNotificationsUI""
This reverts commit d253db5444.
2018-01-21 14:54:25 +05:30
Shradheya Thakre
9985e87b8a Used @OnClick Annotation 2018-01-21 15:48:54 +08:00
Shradheya Thakre
ca43dbcef1 Refactored function names 2018-01-21 15:36:36 +08:00
maskara
9fe16501c7 Remove attribution for mapbox 2018-01-21 03:50:16 +05:30
Shradheya Thakre
64271e6066 On click Methods added 2018-01-20 14:13:34 +08:00
Yusuke Matsubara
4aa4461d2c Move query file from assets to resources 2018-01-19 22:22:15 +09:00
misaochan
d253db5444 Revert "Merge pull request #1024 from neslihanturan/displayNotificationsUI"
This reverts commit 031e53c988, reversing
changes made to 0aa20effe0.

revert UI notifications
2018-01-16 18:52:25 +10:00
neslihanturan
a88469feec
Merge pull request #1062 from maskaravivek/dagger
Refactor usage of DaggerApplication with CommonsDaggerApplication
2018-01-15 13:51:59 +03:00
Yusuke Matsubara
a8bc53d1a7
Merge pull request #1034 from misaochan/fix-description-bug
Fix issue with Nearby item descriptions
2018-01-15 18:29:24 +09:00
maskara
cb77cb8323 Remove unused imports 2018-01-14 02:14:36 +05:30
maskara
7c54e95321 More cleanup based on comments 2018-01-14 02:09:32 +05:30
maskara
eb3e448452 Refactoring based on comments 2018-01-13 23:59:45 +05:30
maskara
e1afa6081e Refactor usage of dagger application with fixed dagger application 2018-01-13 16:16:47 +05:30
neslihanturan
1224302ccb
Merge pull request #1047 from psh/more-database-cleanup
More database related cleanup
2018-01-12 17:41:58 +03:00
Josephine Lim
971b323225
Merge pull request #1046 from maskaravivek/crashFix
Avoid crash when service is disconnected
2018-01-08 16:36:02 +10:00
maskara
a85da9d0a5 Merge branch 'uıForNotifications' of https://github.com/commons-app/apps-android-commons 2018-01-08 01:41:21 +05:30
Paul Hawke
4bd72462e5 More cleanup now that clean Dao classes are available from Dagger. 2018-01-05 19:53:51 -06:00
maskara
b639b649d7 Avoid crash when service is disconnected 2018-01-06 02:36:51 +05:30
Paul Hawke
874627e3f5 Injected the ModifierSequenceDao where needed. 2018-01-05 13:01:20 -06:00
Paul Hawke
9927879680 Injected the ContributionDao where needed. 2018-01-05 08:34:48 -06:00
Paul Hawke
f2ed57a127 Moved Category and CategoryDao to the 'category' package 2018-01-05 08:34:48 -06:00
Paul Hawke
1d3befcbd2 Injected the CategoryDao where needed. 2018-01-05 08:34:48 -06:00
Paul Hawke
08673c91c6 Extracted and tested the database interactions from ModifierSequence 2018-01-04 13:27:55 -06:00
Paul Hawke
1ba8e93346 Extracted and tested the database interactions from Category 2018-01-04 08:33:40 -06:00
neslihanturan
d6d38e0564
Merge pull request #1026 from psh/extract-and-test-contribution-db
Extracted and tested the database interactions from Contribution.
2018-01-02 13:58:10 +03:00
Xiang Fan
ba96a97785 UploadController: add javadoc 2018-01-01 16:10:48 +07:00
Xiang Fan
24679f7322 LocationServiceManager: add javadoc 2018-01-01 16:10:48 +07:00
Xiang Fan
ad5372e38b DialogUtil: add javadoc 2018-01-01 16:10:48 +07:00