Commit graph

  • ec8135dded Plural fixes2 Adith 2024-10-27 15:45:09 +11:00
  • 3e8daf8178 Merge remote-tracking branch 'origin/issue-1-launguage-order-backend-queries' into issue-1-launguage-order-backend-queries Adith 2024-10-27 14:23:11 +11:00
  • e883b147e3 Plural fixes Adith 2024-10-27 14:22:39 +11:00
  • bcef21e648
    Merge branch 'main' into issue-1-launguage-order-backend-queries Adeeth101 2024-10-27 14:04:26 +11:00
  • b3e0c10afd Merge remote-tracking branch 'origin/main' Jinniu Du 2024-10-27 11:34:30 +11:00
  • 917aaf6fd7 add an activity check for the permission check Jinniu Du 2024-10-27 11:34:21 +11:00
  • 1c6b367e24 set pending_upload_icon android visible level: visible and tool visible level: gone bxy379987 2024-10-27 11:20:10 +11:00
  • 2a1b76716b
    Merge branch 'main' into main Jinniu Du 2024-10-27 11:13:52 +11:00
  • bf5d3f5e80 add an activity check for the permission check Jinniu Du 2024-10-27 11:09:00 +11:00
  • 8e4833ec78 fix issue5847 as owner required: make the icon always visible and just adjust the count accordingly,comment the setVisibility method and make pending_upload_icon always visible bxy379987 2024-10-27 11:05:21 +11:00
  • 61d5010900 replace MainScope with coroutineScope for database operations Rohit Verma 2024-10-26 23:01:45 +05:30
  • 249ed1c8dc make database function calls suspending and update room version Rohit Verma 2024-10-26 23:00:17 +05:30
  • 038dd46724
    Merge branch 'main' into main QUIETTTTTTTTTT 2024-10-27 04:11:05 +11:00
  • e617507163
    Merge branch 'main' into upstream Nicolas Raoul 2024-10-26 23:20:30 +09:00
  • bc065c8792
    CommonsApplication migrate to kotlin & some lint fixes (#5879) Parneet Singh 2024-10-26 19:49:34 +05:30
  • 21e9a304c5 **Fix 2:** I believe the issue described is actually caused by a failure to obtain storage read and write permissions. On my phone, this bug manifests as a crash when attempting to store the rotated image (I tested this on both my emulator and my real phone; Fix 1 addresses the emulator, and Fix 2 is for the real phone). The issue described in the report could not be reproduced, and I suspect this is due to the storage permission problem manifesting differently on different emulators/phones. In any case, the two situations mentioned in the issue no longer occur. I added code to request permissions in the getRotatedImage function of EditActivity.kt to resolve this problem. Quiet 2024-10-27 00:56:30 +11:00
  • 3c80d205fa The issue with database access has been fixed: due to incorrect database access, the access failed, causing a crash at the end of the upload, which made normal testing impossible. The UploadWorker has been fixed to ensure that database access occurs on the correct thread. Quiet 2024-10-27 00:27:04 +11:00
  • 72398f4099
    use mockk for kotlin to fix tests parneet-guraya 2024-10-24 15:50:15 +05:30
  • ae49ba4859
    fix imports in test parneet-guraya 2024-10-21 03:20:52 +05:30
  • e470dad049
    remove unused parneet-guraya 2024-10-20 21:06:52 +05:30
  • d957f2110a
    refactor constants name with uppercased ones parneet-guraya 2024-10-20 21:05:54 +05:30
  • f26b651f54
    instance property access fix parneet-guraya 2024-10-20 21:01:44 +05:30
  • 8d629b4305
    use lateinit instead of nullable types parneet-guraya 2024-10-20 18:57:03 +05:30
  • d85a4269c5
    convert to kotlin parneet-guraya 2024-10-20 17:43:00 +05:30
  • 7ffa271d43 change the ReviewHelper for api called 24-S2-2-C-Interactive 2024-10-26 16:53:50 +11:00
  • 959d63a203 issue 5847 make the icon always visible and adjust the count accordingly and add some logs bxy379987 2024-10-26 16:09:27 +11:00
  • 7c58891892
    fix test (#5893) Parneet Singh 2024-10-26 10:02:35 +05:30
  • 54aeeb0cd2 pull upstream Zining He 2024-10-26 14:53:32 +11:00
  • f0f07397b0
    fix test parneet-guraya 2024-10-26 05:05:05 +05:30
  • 55e59b8ec7 change the ReviewHelper for api called 24-S2-2-C-Interactive 2024-10-26 06:04:15 +11:00
  • 66f917b189 Caching mechanism to reduce API calls 24-S2-2-C-Interactive 2024-10-26 05:09:48 +11:00
  • 965b71010b Resolve merge conflicts in build.gradle u7602081 2024-10-26 01:00:07 +11:00
  • 7ba51665b9 Fix filename conflict issue by appending numbers in parentheses u7602081 2024-10-26 00:57:09 +11:00
  • 3e020ed973
    Fixes #5806 Implemented "Refresh" button to clear the cache and reload the Nearby map (#5891) Noah Vendrig 2024-10-25 16:19:07 +11:00
  • 92a4ce729f
    Merge branch 'commons-app:main' into 5806-refresh-btn Noah Vendrig 2024-10-25 00:23:20 +11:00
  • 294f086d07 Quick Fix Adith 2024-10-24 23:49:36 +11:00
  • becc07d26b
    Localisation updates from https://translatewiki.net. translatewiki.net 2024-10-24 14:02:18 +02:00
  • 1659a4ce22
    add dependency (#5887) Parneet Singh 2024-10-24 15:37:16 +05:30
  • 95c0155e26
    add dependency parneet-guraya 2024-10-24 15:32:45 +05:30
  • ea94ea782b Testing, Documentation and Cleanup. Adith 2024-10-24 16:59:14 +11:00
  • cb20b56779 refactor: Deleted unused dialog_nearby.xml file and its associated string resources Andrew Nguyen 2024-10-24 12:51:00 +11:00
  • ce4548b4c5 Merge branch 'main' of https://github.com/baijun6/apps-android-commons Junwei Bai 2024-10-24 00:43:48 +11:00
  • cd7470315b toolbar_location_picker.xml: changed android:tint to app:tint Junwei Bai 2024-10-24 00:43:04 +11:00
  • 87c1b26dfb nearby_row_button.xml: changed android:tint to app:tint, added focusable, changed margin layout and removed not needed and invalid params Junwei Bai 2024-10-24 00:42:38 +11:00
  • 7c887650cf nearby_card_view.xml: changed android:tint to app:tint, added focusable, changed margin layout and removed not needed and invalid params Junwei Bai 2024-10-24 00:42:10 +11:00
  • cf3ee7e418 layout_contribution.xml.xml: changed android:tint to app:tint Junwei Bai 2024-10-24 00:42:02 +11:00
  • e7c388a1d6 layout_campagin.xml: changed android:tint to app:tint, added focusable, changed margin layout and removed not needed and invalid params Junwei Bai 2024-10-24 00:41:42 +11:00
  • 0d3a5f6ec9 item_place.xml.xml: changed android:tint to app:tint, added focusable, changed margin layout and removed not needed and invalid params Junwei Bai 2024-10-24 00:41:23 +11:00
  • 9ac647518e bottom_sheet_details_explore.xml: changed android:tint to app:tint, added focusable, changed margin layout and removed not needed and invalid params Junwei Bai 2024-10-24 00:40:56 +11:00
  • 81a8023990 bottom_sheet_item_layout.xml: changed android:tint to app:tint, added focusable Junwei Bai 2024-10-24 00:39:39 +11:00
  • b4fe656a0b bottom_sheet_details_explore.xml: changed android:tint to app:tint, added focusable, changed to margin layout Junwei Bai 2024-10-24 00:39:10 +11:00
  • 2aac3b1eab activity_description_edit.xml: changed android:tint to app:tint, changed layout_alignParentRight to layout_alignParentEnd Junwei Bai 2024-10-24 00:37:27 +11:00
  • 65458ebd54
    Merge branch 'commons-app:main' into main u7119288 2024-10-24 00:06:42 +11:00
  • 1e7aabad16
    Use new result API (#5875) Parneet Singh 2024-10-23 18:28:39 +05:30
  • bdf8135062 zh\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:57:55 +11:00
  • 945d270d29 th\strings.xml: removed not needed one and zero quantity Junwei Bai 2024-10-23 23:57:42 +11:00
  • 899d149a55 su\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:57:32 +11:00
  • 10873c8272 my\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:57:24 +11:00
  • 81fb2c085e mr\strings.xml: removed not needed zero quantity Junwei Bai 2024-10-23 23:57:15 +11:00
  • 470c5ea370 ky\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:57:02 +11:00
  • 92488c7ca2 ko\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:56:56 +11:00
  • 48f26ef144 ja\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:56:48 +11:00
  • cc7a0294b6 iw\strings.xml: removed not needed many quantity Junwei Bai 2024-10-23 23:56:36 +11:00
  • 15797b50a9 in\strings.xml: removed not needed one quantity Junwei Bai 2024-10-23 23:56:18 +11:00
  • f3e0503abd hi\strings.xml: removed not needed zero Junwei Bai 2024-10-23 23:56:01 +11:00
  • cfb2d7b934 diq\strings.xml: changed - to dash (-) Junwei Bai 2024-10-23 23:55:20 +11:00
  • a9b8eb341f de\strings.xml: fixed duplicate word typo Junwei Bai 2024-10-23 23:54:40 +11:00
  • 03ece78f37 af\strings.xml: removed not needed zero quantity Junwei Bai 2024-10-23 23:54:20 +11:00
  • 7a52122593 strings.xml: changed . . . to ... Junwei Bai 2024-10-23 23:46:50 +11:00
  • 6f533d3091 is\strings.xml: changed . . . to ... and ignored ImpliedQuantity as it doesn't use %1$d Junwei Bai 2024-10-23 23:41:16 +11:00
  • 2d2234b945 uk\strings.xml: changed . . . to ... and ignored ImpliedQuantity as it doesn't use %1$d Junwei Bai 2024-10-23 23:39:10 +11:00
  • f7f7dff21b ru\strings.xml: changed . . . to ... and ignored ImpliedQuantity as it doesn't use %1$d Junwei Bai 2024-10-23 23:38:55 +11:00
  • f8dcf7dc48 sl\strings.xml: changed . . . to ... and ignored ImpliedQuantity as it doesn't use %1$d Junwei Bai 2024-10-23 23:37:57 +11:00
  • c7851f0b6d mk\strings.xml: changed . . . to ... and ignored ImpliedQuantity as it doesn't use 1 Junwei Bai 2024-10-23 23:35:38 +11:00
  • b2c6fc857d si\strings.xml: Ignored ImpliedQuantity warning as it uses 1 not %d. Removed not needed zero quantity. Fixed wrong %1$d. Changed . . . to ... Junwei Bai 2024-10-23 23:33:58 +11:00
  • 025c52cefe si\strings.xml: Ignored ImpliedQuantity warning as it uses 1 not %d. Removed not needed zero quantity Junwei Bai 2024-10-23 23:32:45 +11:00
  • 79fc68f6b3 pt-rBR\strings.xml: changed . . . to ..., add many based on other quantity. Fixed typos, ignored warning for "one" quantity as translation didn't use number Junwei Bai 2024-10-23 23:28:39 +11:00
  • e773fa8988 it\strings.xml: changed . . . to ..., add many based on other quantity. Junwei Bai 2024-10-23 23:24:43 +11:00
  • 0cee8ebb60 values-b+sr+Latn\strings.xml: changed . . . to ..., add few based on other quantity. Ignored one ImpliedQuantity warning as it is correct. Junwei Bai 2024-10-23 23:17:32 +11:00
  • f16441109c values-b+roa+tara\strings.xml: changed . . . to ... Junwei Bai 2024-10-23 23:16:21 +11:00
  • bb33c6f738 Revert "values-b+roa+tara\strings.xml: changed . . . to ..." Junwei Bai 2024-10-23 23:16:10 +11:00
  • b5db1a3e68 values-b+roa+tara\strings.xml: changed . . . to ... Junwei Bai 2024-10-23 23:16:05 +11:00
  • 641066bd15 Revert "values-b+sr+Latn\strings.xml: changed . . . to ..." Junwei Bai 2024-10-23 23:15:32 +11:00
  • 95b909c29f values-b+sr+Latn\strings.xml: changed . . . to ... Junwei Bai 2024-10-23 23:12:32 +11:00
  • 0aa69fd6da getColumnIndex(): added @SuppressLint("Range") as -1 is expected result for column name doesn't exist Junwei Bai 2024-10-23 23:08:41 +11:00
  • d08842d60d fr\strings.xml: changed . . . to ... and add many quantities using the other quantity. Fixed some typos, added ignore for correct spellings but has warning Junwei Bai 2024-10-23 22:57:24 +11:00
  • 1261e001b8 fr\strings.xml: changed . . . to ... and add many quantities using the other quantity Junwei Bai 2024-10-23 22:51:52 +11:00
  • f34eee460a cy\strings.xml: corrected quantities for "share_license_summary Junwei Bai 2024-10-23 22:17:07 +11:00
  • 03bcf0a24f sr\strings.xml: fixed many quantity Junwei Bai 2024-10-23 22:15:05 +11:00
  • fdb7c9e5ed ca\strings.xml: fixed many quantity Junwei Bai 2024-10-23 22:13:11 +11:00
  • 23483bc2b5 pt\strings.xml: fixed many quantity Junwei Bai 2024-10-23 22:11:17 +11:00
  • f49da7906e it\strings.xml: changed . . . to ... Junwei Bai 2024-10-23 22:04:30 +11:00
  • d5fbe07e62 pt\strings.xml: Added missing many quantity, changed . . . to ... and ignored typo as it is correct for European Portuguese Junwei Bai 2024-10-23 22:02:55 +11:00
  • 4a1cf5f621 br\strings.xml: Added missing two, few, many quantities Junwei Bai 2024-10-23 21:47:19 +11:00
  • 7f4b405161 ser\strings.xml: Added missing few quantities, replaced . . . with ... Junwei Bai 2024-10-23 21:44:06 +11:00
  • cb067db576 ca\strings.xml: Added missing many quantities for lines 21 - 51, replaced . . . with ... Junwei Bai 2024-10-23 21:33:46 +11:00
  • 741cb30b4a lt\strings.xml: Replaced . . . with ... Junwei Bai 2024-10-23 21:22:04 +11:00
  • d8afb71e00 lt\strings.xml: Added missing few, many missing quantities for lines 34 - 58 Junwei Bai 2024-10-23 21:21:19 +11:00
  • 3807c49416 cs\strings.xml: Added missing few many missing quantities for lines 33 - 74 Junwei Bai 2024-10-23 21:18:14 +11:00
  • 1727feeab9 ro\strings.xml: Added missing few quantity and removed not needed zero for <plurals name="contributions_subtitle" fuzzy="true"> Junwei Bai 2024-10-23 21:12:29 +11:00