akwizgran
642fa7df18
Removed unused field, renamed nickname methods.
2016-11-01 17:17:40 +00:00
akwizgran
c85767d2a0
Nickname is all one word.
2016-11-01 17:12:30 +00:00
Ernir Erlingsson
eaa393a7ed
added a cache to the IdentityManager, changed its signature, modified when and where the author is stored
...
made the author creation single-threaded again in the LifecycleManager, removed redundant code
2016-11-01 12:51:49 +01:00
akwizgran
53d0b8b21e
Check whether File#listFiles() returns null.
...
The docs say this can happen for a directory if there's an I/O error.
2016-09-27 15:52:57 +01:00
Torsten Grote
d8272d875b
Remove ForumPersistentData
2016-07-29 15:36:15 -03:00
Torsten Grote
e782e699fe
Remove BlogPersistentData
2016-07-29 15:29:04 -03:00
Torsten Grote
761525ad85
Extend BlogActivity to also show individual posts
...
This allows for swiping left/right to read other posts by using
a ViewPager.
This hasn't been done as a separate activity, but with
fragments, so both can share the `BlogPersistentData` without
needing to reload it.
Closes #428
2016-07-04 14:35:09 -03:00
Ernir Erlingsson
69b0bec033
fix persistance
2016-06-14 23:53:05 +02:00
Ernir Erlingsson
86039b81c0
Forum, nested discussions front end UI/UX, rev 2
2016-05-30 23:57:01 +02:00
akwizgran
d06a6e25cb
Check that result of File#listFiles() is not null.
2016-04-27 22:22:21 +12:00
akwizgran
9b5d3ecb7a
Added public key and placeholder onion address.
2016-04-21 16:07:51 +01:00
str4d
5c2f56549b
Refactor MessageEncrypter interface to use PublicKey and PrivateKey
2016-04-21 01:08:39 +00:00
str4d
d545aaa892
Encrypt and save crash reports, send them the next time TorPlugin start
...
Will currently fail at runtime; requires a public key and a server onion.
2016-04-20 23:42:46 +00:00
akwizgran
88852de283
Renamed AndroidModule to AppModule.
2016-04-06 17:02:56 +01:00
akwizgran
dc1adc21ae
Merged AppModule and AndroidModule.
2016-04-05 14:16:42 +01:00
Ernir Erlingsson
4da63b3800
Modified the project structure, removed module extension and went instead for a non-complete core dependency graph
2016-03-14 21:02:51 +01:00
Ernir Erlingsson
6f233070fe
Semi-encapsulated the core/api dependency graphs and created a proper structure to load eager singletons
2016-03-14 21:02:51 +01:00
Ernir Erlingsson
1be400eb84
Switched Roboguice/Guice out for Dagger 2
2016-03-14 21:01:21 +01:00