Federico Iosue
b49b84ab49
feat: Updated changelog
2025-08-12 22:42:54 +02:00
Federico Iosue
747308925f
refactor: Cleaned up manifest file
2025-08-12 22:41:43 +02:00
Federico Iosue
e399f0408d
refactor: Fixed warning due to deprecated method usage
2025-08-12 22:41:20 +02:00
Federico Iosue
03247e0057
build: Updated Gradle plugins dependencies
2025-08-12 21:54:42 +02:00
Federico Iosue
8474ace623
build: Updated Gradle to 8.13 and its build tools to 8.11.1
2025-08-12 21:41:27 +02:00
Federico Iosue
a5e8c8a384
feat: Updated translations
2025-08-12 21:23:36 +02:00
Federico Iosue
63557314ca
feat: Used LocationManager to retrieve position without GMS
2025-08-11 15:20:53 +02:00
Federico Iosue
d5212daef9
feat: Removed reverse location lookup
...
Only coordinates will be used now, it'll no more be translated to any address to avoid relying on paid (or closed source) reverse lookup services.
2025-08-11 14:26:54 +02:00
Federico Iosue
02482bd44d
feat: Dropping smartlocation library in favor of native location retrieval
2025-08-11 14:26:54 +02:00
Federico Iosue
b48d67f889
chore: Updated copyright dates and contact email
2025-08-11 10:12:20 +02:00
Federico Iosue
624ad3db27
Removed legacy SpringPad importing process
2025-08-11 10:10:19 +02:00
Federico Iosue
3cc8789c3b
fix: moved to a correctly compiled SublimePicker library version
2025-08-11 10:00:57 +02:00
eren8204
3a43348b96
Updated changes
2024-10-05 20:51:13 +05:30
eren8204
0f51166ca0
Past Reminder Fix
2024-10-04 21:12:28 +05:30
Pratistha Sinha
2a8e30c261
fix-990: runtime permission for alarm services in android 12+ devices
2024-09-15 22:28:12 +05:30
Federico Iosue
1e6124ff06
Fixed some tests broken during Java streams refactoring
2024-08-24 15:17:10 +02:00
Federico Iosue
1217aff567
com.guolindev.permissionx:permissionx replacing com.github.tbruyelle:rxpermissions
2024-08-23 21:54:07 +02:00
Federico Iosue
5ef4455385
Explicitly set compileSdkVersion to 34
2024-08-23 21:51:19 +02:00
Federico Iosue
3510d22b9b
Replaced JCentral version of SublimePicker with jitpack.io
...
JCentral has been closed and the latest releases have not been migrated to somewhere else, so the only option has been to use fresh compiled code from this repo.
2024-08-23 14:55:22 +02:00
Federico Iosue
20ccb86355
MIN_SDK 24, moved from rxJava to native streams
2024-08-23 14:35:38 +02:00
Federico Iosue
3a118e4f80
Fixed missing EasyPrefs dependency
...
The old package version was no more available through Maven repos
2024-08-23 13:43:13 +02:00
Federico Iosue
f2ec031460
Gradle 8.7.0, Gradle build tools 8.5.2
2024-08-23 13:36:12 +02:00
Federico Iosue
4a38c8d329
"filter by checklist" is not allower more than once ( closes #980 )
2024-06-06 00:15:53 +02:00
kongqichao
497c59b730
Fix Bug-Search Filter does not apply #981
2024-06-04 19:08:43 +08:00
Federico Iosue
b3c106c55c
Added ".nomedia" file to backups to avoid media scan ( closes #974 )
2024-04-22 13:37:03 +02:00
Federico Iosue
4590acb1fd
Tags management issues solved ( closes #949 )
2024-04-22 12:41:51 +02:00
Federico Iosue
16fbf8835d
Updated italian translation and translations base file
2024-03-10 18:59:08 +01:00
Federico Iosue
58e4b1832f
Improved recent camera runtime permission code, included videos
2024-03-10 17:21:31 +01:00
Federico Iosue
7e0e224ed3
Merge branch 'develop' into improvement/camera_permission
2024-03-10 14:20:11 +01:00
Federico Iosue
018c585acd
Warning shawn when pinning a note with no notification permissions
2024-03-10 13:56:33 +01:00
Federico Iosue
47c1f6edd0
Version 6.3.2 (332)
2024-03-08 14:48:23 +01:00
inson 1
a6dfa9cbd2
Forgotten parts of Happy new year 2024!
2024-03-05 00:43:04 +00:00
inson 1
9aeed0f1bb
Happy new year 2024!
2024-03-05 00:28:05 +00:00
Federico Iosue
a183e8e350
Fixed notes' bulk update on category deletion ( closes #954 )
2024-01-05 13:40:07 +01:00
Federico Iosue
fca3d9ffbc
Fixed tags search ( closes #951 )
2024-01-05 09:06:04 +01:00
Federico Iosue
ed07df46d2
Protected notes are no more searchable nor their tags (from content) will appear anywhere ( closes #956 )
2024-01-01 21:55:36 +01:00
Pratistha Sinha
da4bd03a7e
fix for #944 : Ask for camera permission before launching gallery
2023-12-26 16:39:12 +05:30
Federico Iosue
3c36042ab7
Updated changelog
2023-12-16 23:28:31 +01:00
Federico Iosue
5727b9ceb8
Updated Odia translation
2023-12-16 23:23:27 +01:00
Federico Iosue
8037bc5466
Changed sharing content behavior by stripping out title string
...
Originally the sharing option was designed to include the title string within the content to avoid loosing it while sharing a note to messaging apps (Telegram, Whatsapp, other) but it was a workaround for all of them actually not checking the Intent.EXTRA_SUBJECT field
Closes #948
2023-12-16 22:57:13 +01:00
Federico Iosue
d1e128901f
Updated changelog
2023-12-09 16:23:20 +01:00
Federico Iosue
c44a6113fe
Moved some code to event driven architecture. This also fixes #940
2023-12-09 14:35:14 +01:00
Federico Iosue
25e759e5bd
Reverted Jacoco task registration to old configuration
2023-12-07 02:07:43 +01:00
Federico Iosue
20ba30aeab
Correct dialog shown on category deletion ( fix #945 )
2023-12-07 01:55:35 +01:00
Federico Iosue
e551e2c487
Fixed dynamic menu items calculus ( fix #946 )
2023-12-07 01:29:17 +01:00
Federico Iosue
817a6942c4
Gradle build file configuration refactored and dependencies updated
2023-12-07 01:28:27 +01:00
Federico Iosue
01e232034d
Updated Lombok to 1.18.30
2023-12-07 01:27:31 +01:00
Federico Iosue
cf3ec2415c
Gradle 8.2
2023-12-06 23:55:46 +01:00
Federico Iosue
e1149a587f
Ready to go with 6.3.0 on beta channel
2023-12-03 19:12:17 +01:00
Federico Iosue
5a0bb9f81a
Version 6.3.0 Alpha 4 (328), updated changelog
2023-11-12 21:18:45 +01:00