issues
search
PhilKes
/
NotallyX
Minimalistic Android note taking App | Notally, but eXtended.
GNU General Public License v3.0
70
stars
1
forks
source link
Refactorings/Deprecations
#82
Closed
PhilKes
closed
3 weeks ago
PhilKes
commented
3 weeks ago
[x] There are quite a few calls of deprecated
startActivityForResult
which should be replaced with
registerForActivityResult
(see #89)
[x] Currently many of the
Preferences
values are passed as
String
which is quite hard to maintain, should convert them into
Enum
s
Preferences
values are passed asString
which is quite hard to maintain, should convert them intoEnum
s