Mikel
79a22c1aca
Add missing annotations
2017-07-26 16:24:24 +01:00
Paul Hawke
c3649d3efd
Merge remote-tracking branch 'upstream/master'
2017-07-11 08:06:55 -05:00
Dmytro Vodnik
869790900b
fix for #733,732 issue
...
The problem is that onCreate of content resolver are calling before even Apllication onCreate, so that fields may be null which caused crashes
2017-07-10 17:31:32 +03:00
Paul Hawke
d64c1b51cc
Refactoring to not expose the ApiResult and Apache HTTP implementation
2017-07-04 16:34:30 -05:00
Paul Hawke
599e7bb453
Consolidated media wiki api calls in a single place
2017-07-04 14:24:08 -05:00
Deskana
4b7011a725
Remove redundant call to String.format() in CategoryModifier
...
This patch removes a call to String.format that can be replaced with a
literal string which is much clearer.
2017-05-26 11:08:02 +01:00
addshore
c712b561d4
Get rid of other singletons
2017-05-16 15:19:43 +02:00
addshore
bdfbdc7579
Cleanup CommonsApplication Singelton
2017-05-16 15:19:15 +02:00
Neslihan
aec4300a2e
Logout thing
2017-05-16 16:01:29 +03:00
addshore
d38dde0ec4
Use clientlogin API module
...
This is the first step to allowing 2 factor authentication #328 .
This uses the new API module clientlogin instead of the login module.
We still report the same set of errors in a 'nice' way with real
error messages, how ever there are lots more that can probably be
handled, for example #507 .
2017-05-12 14:36:58 +02:00
veyndan
d33935c70f
Use Timber for logging
2017-04-17 16:41:56 +01:00
Adam Jones
ea43e1a796
Fix Codacy Issues + remove unused patch
2017-03-23 17:51:13 +00:00
maskara
6cecaf9e8c
Fixes #426 : Crash fix caused by NPE
2017-03-12 14:18:41 +05:30
veyndan
d866ab3e07
Replace explicit type with diamond operator
2017-03-01 15:44:32 +00:00
Josephine Lim
9ef32612c1
Merge pull request #315 from anirudh24seven/optimize-imports
...
Reorganize imports across the project
2016-10-31 14:32:43 +13:00
Anirudh S
1a11e0afc0
Reorganize imports across the project
...
Remove unwanted imports and sort import statements by running Android
Studio's 'Optimize Imports' feature in all source files.
2016-10-30 23:14:07 +05:30
Anirudh S
94e8c991ee
Modified extra whitespace lines in source code
...
Code is much easier to read if there isn't too much of a gap between
lines. Primarily converted multi-line gaps into single line gaps.
2016-10-30 23:01:44 +05:30
misaochan
87df022431
Added notes for debugging
2016-07-07 18:04:56 +12:00
Yusuke Matsubara
b4231bbfdc
Merge "commons" into the project root directory
2016-07-02 16:48:57 +09:00