Fixed
Status Update
Comments
ar...@google.com <ar...@google.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
be...@upactivity.com <be...@upactivity.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
be...@upactivity.com <be...@upactivity.com> #4
I need this feature too...
be...@upactivity.com <be...@upactivity.com> #5
+1, I need this very badly
ar...@google.com <ar...@google.com> #6
+1 My company also need this feature.
ar...@google.com <ar...@google.com> #7
Can we atleast know the status of the issue please? Will it be fixed or is it in low priority. It's been 4 years.
Description
DateUtils.getRelativeDateTimeString(getContext(), calendar.getTimeInMillis(), DateUtils.HOUR_IN_MILLIS, 3 * DateUtils.DAY_IN_MILLIS, 0)
This produces the literal string:
`14 avr. 'à' 08:53`
The backticks (if present) were added to create a code block but were not present in the string (like markdown syntax)
The apostrophes around the letter `à` are what this bug is about.
The correct string should be:
`14 avr. à 08:53`
Device: Nexus 6P
Device locale: French (France)
Software: 7.1.2 stock (N2G47H)
Target and compile SDK: API 25
Min SDK: 19