|
1426b786e8
|
Add message grouping by subject
|
2018-04-03 22:14:46 +02:00 |
|
|
0d1cfff883
|
Fix lint issues
|
2018-02-27 12:54:30 +01:00 |
|
|
c1af65732a
|
Improve translations
Moved labels.xml into strings.xml as they are handled by Weblate and it was a mess anyway.
|
2018-02-21 15:05:08 +01:00 |
|
|
1da0674857
|
Add option to select identity when composing a message
|
2018-02-14 17:49:39 +01:00 |
|
|
f27f438998
|
Minor fixes and improvements
|
2017-09-22 20:29:23 +02:00 |
|
|
625848bd9d
|
Improved FAB and added translation for showcase button
|
2017-08-14 19:51:16 +02:00 |
|
|
d05f1f98e5
|
Renamed "store" to "promo" and added mastodon header graphics
|
2017-08-11 17:34:07 +02:00 |
|
|
e79bfdb244
|
Exports, some Kotlin stuff, and version 1.0-beta15
|
2017-08-03 00:00:23 +02:00 |
|
|
8057980f6c
|
Minor bugfixes
|
2017-07-22 06:37:06 +02:00 |
|
|
a67560c28b
|
Fixed and improved the UI for starting a full node
|
2017-05-18 07:29:16 +02:00 |
|
|
249c97d4ba
|
Added function to cleanup inventory (mine grew to 1.5GB) but no automatism yet
|
2016-12-16 07:44:01 +01:00 |
|
|
0a8459750a
|
Fixed/added translation
|
2016-12-05 12:59:37 +01:00 |
|
|
4be1f1e505
|
Added code to send messages with extended encoding
|
2016-12-05 12:37:32 +01:00 |
|
|
e249c86b79
|
Minor UI improvements
- added outbox label
- notification is now always removed when on main activity
- send status is now shown in message list and detail view
|
2016-10-27 17:37:34 +02:00 |
|
|
7332886786
|
Added UI for sending broadcasts
- UI shouldn't block until the first identity is ready anymore
|
2016-10-25 07:30:16 +02:00 |
|
|
6a8648ca28
|
Added actions to notifications (this required a slight detour)
|
2016-10-20 12:53:35 +02:00 |
|
|
2b1fb436a9
|
Fixed the 'full node' switch, activated the jack tools to support some Java 8 features, and fixed some lint issues
|
2016-10-16 23:16:38 +02:00 |
|
|
30bb407bbf
|
Merge remote-tracking branch 'origin/develop' into feature/support-info
# Conflicts:
# app/src/main/res/values-de/strings.xml
# app/src/main/res/values/strings.xml
|
2016-10-07 23:13:06 +02:00 |
|
|
a1fb11357b
|
Fixed NPEs in identity creation dialogs
|
2016-10-07 23:06:47 +02:00 |
|
|
bfd5a72b52
|
Identity creation dialog improvements
|
2016-10-02 16:27:01 +02:00 |
|
|
a18ef1ac29
|
Refactored adding new identities
- add deterministic identities
- import existing identities
|
2016-10-01 10:33:11 +02:00 |
|
|
246649d028
|
Added info on supporting development to preferences screen
|
2016-09-23 16:33:19 +02:00 |
|
|
dd9539aa3f
|
Added UI for chans
|
2016-09-12 09:55:48 +02:00 |
|
|
f705e13d0b
|
Fixed notification and made code slightly simpler
|
2016-04-27 17:30:05 +02:00 |
|
|
59f0bc7b74
|
Added export option for identities (import will follow)
|
2016-03-03 16:43:05 +01:00 |
|
|
5db5442064
|
Improvements for Contacts
- create contacts by manually entering the address (or pasting it)
- share address
|
2016-02-24 19:50:25 +01:00 |
|
|
17a99b6562
|
Added showcase explaining full node
|
2016-02-12 00:19:15 +01:00 |
|
|
a4f6642f6a
|
Added option to scan QR codes directly from the app
|
2016-02-06 13:25:04 +01:00 |
|
|
9275f5ca9c
|
Address related improvements
- QR code is now shown in contact details and 'manage identity' view
- Contacts and identities can now be deleted
|
2016-01-29 18:05:43 +01:00 |
|
|
adfb3a920a
|
Fixed problem with proof of work
|
2016-01-23 23:30:51 +01:00 |
|
|
6f6a2e4e6c
|
Minor bug fixes and improvements, added caching to inventory
|
2016-01-19 07:43:48 +01:00 |
|
|
2d2916f498
|
Added some quick & dirty activity to show addresses and the network state
|
2016-01-14 16:41:10 +01:00 |
|
|
fdc2277324
|
Implemented option to only use WiFi
|
2015-12-27 20:04:17 +01:00 |
|
|
b0828ec1e5
|
Server POW (work in progress)
|
2015-11-28 20:28:28 +01:00 |
|
|
9040026965
|
Select contact and send message
|
2015-11-11 21:03:03 +01:00 |
|
|
54a319638b
|
Added a service based POW engine, so it shouldn't be killed by the system, at least not that easily. (WIP)
|
2015-10-31 07:49:03 +01:00 |
|
|
e149efcfff
|
Changed string resource
|
2015-10-20 21:17:52 +02:00 |
|
|
e8de311d7e
|
Merge remote-tracking branch 'origin/develop' into feature/SyncAdapter
Conflicts:
app/src/main/java/ch/dissem/apps/abit/AbstractItemListFragment.java
app/src/main/java/ch/dissem/apps/abit/MessageListActivity.java
app/src/main/java/ch/dissem/apps/abit/MessageListFragment.java
app/src/main/res/values-de/strings.xml
app/src/main/res/values/strings.xml
|
2015-10-18 19:00:51 +02:00 |
|
|
13cb804fc2
|
Added ongoing notification showing network status
- renamed packages to be more consistent
- somewhate refactored the way notifications are made
|
2015-10-18 13:40:17 +02:00 |
|
|
67c06b9884
|
Some sync adapter fixes and changes - still doesn't work
|
2015-10-12 14:44:01 +02:00 |
|
|
348fa8daed
|
Some sync adapter code and bugfixes around it - not yet functional
|
2015-10-08 14:11:45 +02:00 |
|
|
dd8ac629b2
|
Show subscriptions (actually, all contacts)
|
2015-09-11 07:59:39 +02:00 |
|
|
a17685fd10
|
Added some actions
|
2015-09-06 17:45:21 +02:00 |
|
|
e5b00c7453
|
Added proper message list, and almost nice notifications
|
2015-08-28 13:49:53 +02:00 |
|
|
cb2040b0ce
|
Receiving almost works, unfortunately, JDBC doesn't so I have to rewrite the whole damn repository code.
|
2015-08-14 17:25:05 +02:00 |
|
|
89a5ada48a
|
Initial commit
A.k.a. "I should have done this some time ago"
|
2015-08-05 19:48:41 +02:00 |
|