Commit graph

1766 commits

Author SHA1 Message Date
neslihanturan
110337d296
Merge pull request #1200 from knight-shade/Fixes-#1179
Fixes #1179 Add material design to title and description of image, limits title size and add scrolling behaviour.
2018-03-16 11:56:37 +02:00
neslihanturan
07133e02e3
Merge pull request #1194 from harisankerPradeep/Bug#1004
Fixes Bug#1004 : Black background on details and categories screen
2018-03-16 11:44:45 +02:00
neslihanturan
eaba96b509
Merge pull request #1176 from hismaeel/1119
Fixed Hard Coded Column issue. #1119
2018-03-16 11:09:47 +02:00
neslihanturan
d15e1d90e0
Merge pull request #1315 from gupta-meghna64/logClientFix
Removes unsupported clients while sharing log
2018-03-16 10:15:09 +02:00
Meghna Gupta
71535c312e Removes unsupported clients while sharing log 2018-03-16 00:31:46 +05:30
neslihanturan
4a3c33ed58
Merge pull request #1281 from tanvidadu/Nodescription
Removed No description label
2018-03-15 19:41:22 +02:00
neslihanturan
e3e425c6ee
Merge pull request #1292 from yashshah7197/intent-dev
feat: Add checks for title and description in intent extras. (#1273)
2018-03-14 23:29:44 +02:00
Madhur Gupta
a984a302c0 Fix Underline Tag Bug in About Page 2018-03-13 22:34:39 +05:30
yashshah7197
87b794ce1f feat: Add checks for title and description in intent extras.
In case other apps want to send a title and description along with the
image, we check if those have been passed as intent extras and set the
EditText values accordingly.

Fixes: #1273
See also: #892
2018-03-12 18:06:04 +05:30
Josephine Lim
2516445d68
Merge pull request #1261 from knight-shade/Fixes-#1258
Fixes #1258
2018-03-12 16:59:45 +10:00
Vivek Maskara
ea434e61e6
Merge pull request #1280 from ujjwalagrawal17/feat8
Fixes #1063
2018-03-12 12:10:52 +05:30
tanvidadu
21e54ef3d2 Removed No description label 2018-03-11 14:09:50 +05:30
Ujjwal Agrawal
143231d404 Shifted cardview to center in login page 2018-03-11 13:51:11 +05:30
tanvidadu
c00f755492 Removed No description label 2018-03-11 13:30:02 +05:30
Ujjwal Agrawal
ede8c76d45 Faqs added in About Activity (#1256)
* Faqs added in About Activity

* Added CDATA in strings

* removed cdata, added SpannableString
2018-03-11 13:28:26 +05:30
Ujjwal Agrawal
1a041e2a9b Updated login UI 2018-03-11 12:04:14 +05:30
Madhur Gupta
bdd7a86cd5 Revamp the Settings page (#1259)
* Revamp the Settings page

* Update License Test
2018-03-11 00:56:05 +05:30
Madhur Gupta
de673eb4ca Add Forgot Password Option in LoginActivity (#1242)
* Add Forgot Password Option in LoginActivity

* Add Forgot Password Option in LoginActivity

* Add Forgot Password Option in LoginActivity

* Update URL for the "beta" flavor

* Update forgotPassword function
2018-03-10 23:00:05 +05:30
Tanvi Dadu
57bfb7b328 Skip option in Welcome Screen (#1251)
*  Skip option in Welcome Screen

*  Tutorial screen Revamped

* fixed the prodDebug visibility
2018-03-10 22:47:21 +05:30
neslihanturan
bc87ad5d51
Merge pull request #1237 from knight-shade/Fixes-#1225
Fixes #1225 bug causing multidex
2018-03-07 20:32:07 +02:00
knightshade
0acc42dd52 Fixes failing of tests after addition of multidex. 2018-03-07 23:09:39 +05:30
Ayushi Negi
cfc1449615 Launch Rate Us Feature from AboutActivity (#1264)
* Launch Rate Us Feature from AboutActivity

Rate us feature is added in Utils, But it is never used/launched.

* Add LaunchRatings Method in AboutActivity

* Fix Package Name to enable rate us feature

The rate us feature was not working for the debug build type since getPackageName() was returning the fr.free.nrw.commons.debug. Use of this package name was leading to an error on google play.

* Replace getPackageName() with BuildConfig.class.getPackage().getName() in rateApp method of Utils.java
2018-03-07 06:44:51 +05:30
knightshade
0a45e0cc43 Fixed typo. 2018-03-07 00:07:21 +05:30
knightshade
7009537e8e Wraps string stored in strings.xml with CDATA to prevent PHP's SimpleXML return null when string contains other tags.
Fixes #1258
2018-03-06 08:43:30 +05:30
Vivek Maskara
51221f69c2
Merge pull request #1248 from Jatin0312/master
Fix for issue #1224 showing complete notification on click
2018-03-06 02:46:20 +05:30
Jatin Rao
ff11c9d1f0 Added a white space between text and show less 2018-03-04 22:19:40 +05:30
Jatin Rao
8500abba97 Merge branch 'master' of https://github.com/commons-app/apps-android-commons 2018-03-04 22:15:13 +05:30
Jatin Rao
4ecf03d4d3 Merge branch 'master' of https://github.com/commons-app/apps-android-commons into patchNotif 2018-03-04 14:20:32 +05:30
Jatin Rao
a446b5b662 Fixes #1250 Removed creation of multiple instances of Notification activity 2018-03-04 14:20:20 +05:30
Shradheya Thakre
48de0e9ca4 fix-string-message 2018-03-04 13:12:23 +08:00
Jatin Rao
6e9ea26023 Merge branch 'master' of https://github.com/commons-app/apps-android-commons 2018-03-03 19:55:23 +05:30
Jatin Rao
81147aada1 Fixes issue 1224 2018-03-03 19:55:09 +05:30
Vivek Maskara
4c3513b442
Merge pull request #1211 from tshradheya/1195-give-toast-message
Give toast when trying to upload image without giving a Title #1195
2018-03-03 19:23:10 +05:30
knightshade
d7e0c81969 Add multidex library and extend CommonsApplication from MultiDexApplication.
Fixes #1225
2018-03-02 10:28:28 +05:30
Josephine Lim
ef5fafad8b
Merge pull request #1166 from hismaeel/master
Issue #1156
2018-03-02 03:10:48 +10:00
Jatin Rao
0a861317f4 Removed unsused variable from method getTrimmedText 2018-03-01 17:14:55 +05:30
Jatin Rao
534215fdbc Fix for issue #1224 showing complete notification on click 2018-03-01 15:57:13 +05:30
Vivek Maskara
89245a6d5b
Merge pull request #1227 from gupta-meghna64/master
Replacement of tutorial icon in navigation drawer
2018-03-01 03:18:11 +05:30
Hassan
8addd10ef8
update PR quality 2018-02-28 13:07:50 -05:00
Josephine Lim
cc80b42cde
Merge pull request #1214 from Steinsplitter/patch-1
fixing upload summary
2018-03-01 03:57:56 +10:00
Hassan
e49f13ff74
Merge branch 'master' into master 2018-02-28 08:44:03 -06:00
Meghna Gupta
2b96b03ce7 Replacement of tutorial icon in navigation drawer 2018-02-28 17:02:05 +05:30
neslihanturan
59a6ea56c7
Merge pull request #1162 from diddypod/category-alignment
Fix issue #1030: Spinning wheel overlaps on text input, when using Hebrew locale
2018-02-28 13:00:48 +02:00
neslihanturan
b1a4f7f990
Merge pull request #1172 from diddypod/rtl-upload
Fix issue #1163: Crash on upload picture with right to left languages
2018-02-28 12:43:40 +02:00
neslihanturan
e207edc0e5
Merge pull request #1188 from ujjwalagrawal17/feat5
Rate Us feature added
2018-02-28 11:26:54 +02:00
Vivek Maskara
132ec8adaa
Merge pull request #1223 from gupta-meghna64/master
Removes extra padding in media categories
2018-02-28 02:03:20 +05:30
Suchit Kar
67d1df27fb Extract alert dialog creation to a function 2018-02-28 01:57:53 +05:30
Ujjwal Agrawal
6277272206 Fix merge conflicts 2018-02-28 00:47:10 +05:30
Meghna Gupta
294832c383 Removes extra padding in media categories 2018-02-28 00:27:37 +05:30
Vivek Maskara
d201d122e5
Merge pull request #1219 from knight-shade/Fixes-#1218
Fixes #1218
2018-02-27 23:57:02 +05:30