mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Further reduced coupling between classes and the need to @Inject the account utils class, fixed imports.
This commit is contained in:
parent
9c0cbe7ad5
commit
a208c9f273
19 changed files with 66 additions and 84 deletions
|
|
@ -5,11 +5,7 @@ import org.apache.commons.codec.digest.DigestUtils;
|
|||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.net.URLEncoder;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
import java.util.Locale;
|
||||
import java.util.TimeZone;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue