1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00
Commit graph

68 commits

Author SHA1 Message Date
dlmv
fba4df1d88 authorization while adding catalog fix 2011-12-14 17:22:32 +04:00
Nikolay Pultsin
bb9a9d7fa5 authentication related things: updates 2011-10-16 01:23:47 +01:00
Nikolay Pultsin
cd997c4f0f sign-in/recover password links sending to registration plugin 2011-10-04 09:43:41 +01:00
Nikolay Pultsin
319fe52aa4 code simplification 2011-10-03 00:08:08 +01:00
Nikolay Pultsin
4c0338946e code simplification 2011-10-02 22:53:15 +01:00
Nikolay Pultsin
36c46fab34 new mechanism for notification about registration 2011-10-02 21:21:58 +01:00
Nikolay Pultsin
f2a643d616 purchasing -- authorization intercommunication 2011-10-02 17:49:19 +01:00
Nikolay Pultsin
0a9be397a8 BuyBookActivity 2011-10-02 01:37:00 +01:00
Nikolay Pultsin
b483946d4d user registration/signing in refactoring (in progress) 2011-10-01 20:32:22 +01:00
Nikolay Pultsin
d07cba1533 code cleanup 2011-09-27 02:56:44 +01:00
Nikolay Pultsin
6caf54664a code cleanup 2011-09-27 00:32:18 +01:00
Nikolay Pultsin
ecc3321ff0 ShowBooksAction and OpenCatalogAction are merged 2011-09-27 00:27:13 +01:00
Nikolay Pultsin
0ae5dddabf code simplification 2011-09-27 00:06:11 +01:00
Nikolay Pultsin
1f8bf72dae code cleanup 2011-09-25 22:59:09 +01:00
Nikolay Pultsin
cddbe40d0f open network catalogs from external applications 2011-09-25 17:47:24 +01:00
Nikolay Pultsin
557d938a55 fixed basic auth 2011-09-25 16:23:34 +01:00
Nikolay Pultsin
dec2e84b5f new implementation of add custom catalog/open catalog actions 2011-09-25 15:36:28 +01:00
Vasiliy Bout
53f5438509 AutoSignIn dialog implementation 2011-08-29 22:28:09 +04:00
Vasiliy Bout
886fb90d5c code cleanup 2011-08-28 15:57:30 +04:00
Vasiliy Bout
a66e83a956 changes to call autoregistration dialog 2011-08-28 15:49:20 +04:00
Nikolay Pultsin
88f888f668 Listener moved from NetworkView to NetworkLibrary 2011-08-21 01:30:53 +01:00
Nikolay Pultsin
6a575521cb NetworkCatalogActions class has gone 2011-08-20 20:32:40 +01:00
Nikolay Pultsin
8af170cd9b signup link in authorisation dialog has gone 2011-08-20 19:55:23 +01:00
Nikolay Pultsin
b4a219aefe runnable map has been moved from Util to AuthenticationActivity 2011-08-20 19:44:22 +01:00
Nikolay Pultsin
1ef43b40e2 code simplification 2011-08-20 19:11:31 +01:00
Nikolay Pultsin
1f56a9d831 AuthenticationActivity checks username length 2011-08-20 18:29:54 +01:00
Nikolay Pultsin
ff576b2676 ShowBooksAction 2011-08-20 17:35:01 +01:00
Nikolay Pultsin
74ccd3850d refactoring: catalog actions have been moved to action package 2011-08-20 17:13:54 +01:00
Nikolay Pultsin
7c2c26f165 SignIn/Out actions 2011-08-20 02:04:33 +01:00
Nikolay Pultsin
aa69a4f43f separate package for items 2011-08-20 01:51:12 +01:00
Nikolay Pultsin
73b71c36eb cleanup 2011-08-19 03:06:33 +01:00
Nikolay Pultsin
318f947b6a Topup action: activity instead of menu 2011-08-19 02:48:02 +01:00
Nikolay Pultsin
6199b6ad3c browser topup is back; topup methods sorting 2011-08-17 23:11:13 +01:00
Nikolay Pultsin
81bd86d200 unused constants 2011-08-17 11:16:17 +01:00
Nikolay Pultsin
17b3b6f9e8 cleanup: unused code has been removed 2011-08-16 17:53:56 +01:00
Nikolay Pultsin
636548d05e unused code has been removed 2011-08-16 17:46:45 +01:00
Nikolay Pultsin
264972a3c4 new items in topup menu 2011-08-16 17:41:44 +01:00
Nikolay Pultsin
469525664d single NetworkLibraryActivity instance is now used 2011-08-15 02:13:52 +01:00
Nikolay Pultsin
364e191be1 renaming: NetworkBaseActivity => NetworkLibraryActivity 2011-08-15 00:34:05 +01:00
Nikolay Pultsin
6d0e67b90d updated plugin data urls 2011-08-14 00:34:24 +01:00
Nikolay Pultsin
f5f427c759 code simplification: no special methods for browser popup 2011-08-08 18:25:09 +01:00
Nikolay Pultsin
6c38d394f5 openTree mechanism has been changed: intents are used (for correct restoring after force closing) 2011-07-16 10:46:39 +01:00
Nikolay Pultsin
592aa59c33 NetworkBaseActivity has gone; NetworkLibraryActivity has been removed to NetworkTopLevelActivity 2011-07-16 09:45:29 +01:00
Nikolay Pultsin
66b45aa170 read can-rebill property 2011-06-19 22:20:35 +01:00
Nikolay Pultsin
7d7868a15c code cleanup 2011-05-04 10:25:44 +01:00
Nikolay Pultsin
c0437dafef refactoring: user data in NetworkTree instead of map in NetworkView 2011-04-30 14:49:00 +01:00
Nikolay Pultsin
910c7cac15 litres: POST instead of GET 2011-04-27 10:20:21 +01:00
Nikolay Pultsin
357d3ecd3e unencrypted protocol message 2011-04-24 13:55:52 +01:00
Nikolay Pultsin
eb8403bdd2 AuthenticationDialog -> AuthenticationActivity (finished) 2011-04-24 08:26:09 +01:00
Nikolay Pultsin
d203aa606c AuthenticationDialog -> AuthenticationActivity (in progress) 2011-04-24 07:25:42 +01:00