Commit graph

99 commits

Author SHA1 Message Date
Josephine Lim
898dbcd751
Update changelog.md 2021-06-09 19:36:10 +10:00
Josephine Lim
3395b4fa35
Versioning and changelog for v3.0.0 (#4152)
* Versioning for v3.0.0

* Update changelog.md
2021-01-06 01:15:22 +10:00
Ashish
ddd3e1212a
Sync master with release (#3922)
* #3624 DateTimeFormat wrong - match pattern returned from servers (#3625)

* Revert "Fixes: #3179 Make category search non case-sensitive (#3326)" (#3636)

Simply lower casing the name of the category sent to the server
doesn't result in the server doing a case insensitive category
search. In fact, it reduces the category search space as only
categories that has a lower case character is searched even
if the search text contains upper case characters.

The test case did not catch this issue as the first character
of the title is case insensitive[1].

So, revert the changes done in commit afdeaae075.

See further disucssion in the issue thread of #3179 starting
from [2].

[1]: https://www.mediawiki.org/wiki/Manual:Page_title
[2]: https://github.com/commons-app/apps-android-commons/issues/3179#issuecomment-605462140

* Bugfix/security exception (#3627)

* Fixes #3626
* Check is file is actually created before writing to file, file picker android

* Handle Security exception

* Fixes #3436 and #2881: Media Detail design Overhaul (#3505)

* ic_map_dark_24dp: map icon for white background

* ic_info_outline_dark_24dp: info icon for dark background

* MediaDetailFragment: update the spacer as per image aspect ratio

* fragment_media_detail: design overhaul

* fragment_media_detail: remove redundant background color statements

* make requested changes

* add dark mode support

* minor ui tweak

* white map icon in dark mode

* make rquested changes

* make requested changes to layout

* fix misalignment of category list

* subtle amendments

* convert comments to javadocs

* minor amendments

* minor changes

* add styles for media detail

* Media detail fragment refactored

* make suggested changes

* minor name fix

* fix the delete button border

* Fixes #3639 (Fix Save State implementation of CheckBoxTriState ) (#3686)

* Add #3723 and #3721 to 2.13 release, fix conflicts

Conflicts were caused by merging #3723 before #3721 , so I just rolled both into one commit.

* Fix NullPointer when clicking on image in MediaDetailFragment (#3730)… (#3739)

* Update changelog.md

* Versioning for v2.13

* Fixes #3705 (Crash when viewing pic I just uploaded) (#3782)

* Fixes #3705
* Let the MediaDetailPager fragment know when the contributions have been updated

* Handle NPE, null check on adapter in MediaDetailPagerFragment

* Fixed BookmarkLocationsDao DB migration (#3793)

* Fixes #3725 (#3795)

* Downgraded okhttp version to support Api 19 devices

* Handled null CompoundDrawable[2] in etTitle-> UploadMediaDetailsFragment (#3828)

* DownSample Upload image to be shown in UploadMediaDetailFragment to handle OOM, Bitmap Too large exception (#3830)

* Fixes #3829
* DownSample Upload image to be shown in UploadMediaDetailFragment to handle OOM, Bitmap Too large exception

* removed unused imports, handled possible exceptions

* Let Fresco handle the downsampling of image

* invalidate in onTransformEnd

* Expose an interface TransformationListener in ZoomableDraweeView to listen to transformation change end

* removed photoView dependency

* removed unused imports in ZoomableActivity

* Bugfix, expand/collapse

* changed functio name

* Bugfix/p18 uploads (#3869)

* updated gradle plugin version

* BugFix #3856
* Do not use preference for deciding acceptable lat long for nearby uploads, instead save the corresponding location in the Contribution via UploadItem

* Marshall contribution's hasInvalidLocation

* reset un-related changes

* Fixed test cases

* Minor code formatting and docs

* Fixes #3882 (#3883)

* Make hasInvalidLocation non-null integer with default value 0

Co-authored-by: Ashish Kumar <ashish@Ashishs-MacBook-Air.local>

* Fixes #3766, Added OPENSTREET attribution (#3889)

* Fixes #3766
* Added OPENSTREET attribution in nearby

* Added custom text attribution in Nearby

* Deleted unused class CustomBorderTextView

* review suggested changes

* modified telemetry summary string

* Versioning and changelog for v2.13.1 (#3908)

* Update changelog.md

* Versioning for v2.13.1

* Fixes #3914 (#3915)

* Verify user login before setting upload count

* fixed compile-time error

* fix erros

* delete emptied files

* remove empty file CategoriesModel.java

Co-authored-by: Seán Mac Gillicuddy <seantheappdev@gmail.com>
Co-authored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Co-authored-by: Kshitij Bhardwaj <44129798+kbhardwaj123@users.noreply.github.com>
Co-authored-by: Vitaly V. Pinchuk <vetal.978@gmail.com>
Co-authored-by: Josephine Lim <josephinelim86@gmail.com>
Co-authored-by: Ashish Kumar <ashish@Ashishs-MacBook-Air.local>
2020-09-14 21:11:46 +10:00
Josephine Lim
5e3760a899
Update changelog.md 2020-01-30 02:18:04 +10:00
Josephine Lim
f7adbf7b4d
Update changelog.md 2020-01-22 22:49:10 +10:00
Josephine Lim
53d3c37180
Update changelog.md 2020-01-20 00:03:05 +10:00
Josephine Lim
a7402f29fc
Update changelog.md 2019-12-02 02:51:01 +10:00
Josephine Lim
d55f38bdf9
Update changelog.md 2019-07-29 20:42:26 +10:00
Ashish Kumar
08a555c095 Merge 2.10 with master & Fixed merge conflicts (#2844) 2019-04-04 03:09:54 +10:00
Josephine Lim
e9b696c553
Versioning and changelog for v2.10.1 (#2501)
* Update changelog.md

* Update build.gradle

* Versioning for v2.10.1

* Update changelog.md
2019-02-22 00:01:45 +13:00
Josephine Lim
aee8839eea
Versioning and changelog for v2.10.0 (#2443)
* Update changelog.md

* Update build.gradle
2019-02-13 05:44:19 +13:00
Josephine Lim
66a77f9d0e
Versioning and changelog for v2.9.0 (#2037)
* Update changelog.md

* Versioning for v2.9.0
2018-11-27 23:13:51 +10:00
Vivek Maskara
02fe0044a6 Merge release branch to master (#1932)
* Bugfix/upload via share (#1920)

* Bug Fix #1878
* Added a java library to fetch the MIME type from input stream
* Fetch MIME type using this and use the contribution tag only when this fails:

* formatting changes, removed unused commented out line

* Versioning and changelog for v2.8.5 (#1923)

* Versioning for v2.8.5

* Update changelog.md
2018-10-13 19:45:00 +11:00
Vivek Maskara
a63b9f88bb
Merge 2.8 release with master (#1887)
* Add Traceur for getting meaningful RxJava stack traces (#1832)

* Hotfix for overwrite issue in 2.8.0  (#1838)

* This solution is an hotfix for overrite issue came back on 2.8.0 version. What I did is checking the extension, and if it is null, adding .jpg suffix. Because commons files always have suffixes, and we should compare file names after adding suffixes. Othervise overrides are possible.

* Check if file title includes an extension already, by checking if is there any dot in it.

* Fix logic error

* Add uncovered tests

* Remove unecessary line breaks

* Make Javadocs more explicit

* Versioning and changelog for v2.8.2 (#1842)

* Versioning for v2.8.2

* Changelog for v2.8.2

* Add logs in wiki data edit and session refresh flow (#1874)

* Fix logout (#1875)

* [WIP] Refactor feedback and quiz to reduce possibility of NPE (#1881)

* Refactor feedback and quiz to reduce possibility of NPE

* Handle throwables in quiz checker

* Minor refactoring

* Set Traceur to only work in DEBUG mode (#1884)

* Bug fix for uploaded images count in achievements activity (#1885)

* Versioning and changelog for v2.8.3 (#1886)

* Update changelog.md

* Versioning for v2.8.3
2018-09-07 05:50:41 +05:30
Josephine Lim
b17957dbb1
Versioning and changelog for v2.8.1 (#1827)
* Versioning for v2.8.1

* Update changelog.md

* Fix changelog.md typo
2018-08-14 17:58:32 +10:00
Josephine Lim
634814e9d0
Versioning and changelog for v2.8.0 (#1812)
* Increment version number to 87

Because 86 used for alpha release

* Update changelog.md
2018-08-08 17:36:56 +10:00
Josephine Lim
da28d4f945 Versioning and changelog for v2.7.2 (#1610)
* Versioning for v2.7.2

* Update changelog.md
2018-06-12 19:57:34 +10:00
Josephine Lim
533297dce7
Versioning and changelog for v2.7.1 (#1457)
* Versioning

* Update changelog.md
2018-04-20 15:28:42 +10:00
Josephine Lim
c6f728a6ed
Versioning and changelog for v2.7.0 (#1392)
* Update changelog.md

* Versioning for v2.7.0
2018-03-31 03:57:15 +10:00
Josephine Lim
f90a1d30a2
Update changelog.md 2018-02-01 01:43:39 +10:00
Josephine Lim
f3cd8c1291
Update changelog.md 2018-01-16 19:18:26 +10:00
Josephine Lim
b3cf78c65a
Update changelog.md 2017-12-19 20:14:11 +10:00
Josephine Lim
5f565f76f3
Update changelog.md 2017-12-04 18:50:37 +10:00
Josephine Lim
f129390f01
Update changelog.md 2017-11-27 18:47:43 +10:00
Josephine Lim
69cca7eb31 Update changelog.md 2017-07-28 21:44:22 +10:00
Josephine Lim
1c4bae783c Update changelog.md 2017-06-05 17:05:23 +10:00
Josephine Lim
2b8abe3f23 Update changelog.md 2017-05-27 17:33:14 +10:00
Josephine Lim
47b452af52 Update changelog.md 2017-05-20 12:45:32 +02:00
Josephine Lim
6cc64943b0 Update changelog.md 2017-05-15 12:33:35 +02:00
Josephine Lim
6934c7e8ce Update changelog.md 2017-05-15 12:33:19 +02:00
Josephine Lim
a41289f105 Update changelog.md 2017-04-17 19:43:02 +10:00
Josephine Lim
f64b7dcc05 Fixed decimal 2017-04-16 23:59:11 +10:00
Josephine Lim
212073ae9f Formatting for changelog.md 2017-04-16 23:58:26 +10:00
Josephine Lim
196cf46b09 Update changelog.md 2017-04-16 23:57:11 +10:00
Josephine Lim
cca49a51c2 Update changelog.md 2017-04-15 18:50:03 +10:00
Josephine Lim
f78fb5a46d Update changelog.md 2017-03-23 16:44:23 +10:00
Josephine Lim
81b11934b6 Update changelog.md, remove beta 2017-03-13 03:44:25 +10:00
Josephine Lim
5c49caab60 Update changelog.md 2017-03-10 18:42:41 +10:00
Josephine Lim
84c41f6da9 Update changelog.md 2017-03-09 17:45:30 +10:00
Josephine Lim
4dcc99531d Update changelog.md 2017-03-07 23:55:02 +10:00
Josephine Lim
60ecb51cce Update changelog.md 2017-03-07 23:54:18 +10:00
Josephine Lim
0de1a569fb Update changelog.md 2017-02-28 23:53:10 +10:00
Josephine Lim
0d31fc18a5 Update changelog.md 2017-02-28 01:38:00 +10:00
Josephine Lim
0bf5f24b8c Update changelog.md 2016-12-31 15:18:53 +13:00
Josephine Lim
b11cb3f094 Update changelog.md 2016-12-15 17:00:59 +13:00
Josephine Lim
9005a7d9aa Update changelog.md 2016-12-07 15:58:45 +13:00
Josephine Lim
15816ae860 Update changelog.md 2016-11-18 17:56:56 +13:00
Josephine Lim
8916290eb0 Update changelog.md 2016-10-28 17:30:40 +13:00
Josephine Lim
96a479b8ed Update changelog.md 2016-10-25 16:16:17 +13:00
Josephine Lim
cb5793fc19 Update changelog.md 2016-10-21 14:35:26 +13:00